Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
A
alpine-ntp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
yobasystems
alpine-ntp
Commits
fe720516
Verified
Commit
fe720516
authored
3 months ago
by
Dominic Taylor
Browse files
Options
Downloads
Patches
Plain Diff
Update to Alpine Linux 3.20.3
parent
be342e39
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
alpine-ntp-aarch64/Dockerfile
+4
-4
4 additions, 4 deletions
alpine-ntp-aarch64/Dockerfile
alpine-ntp-amd64/Dockerfile
+4
-4
4 additions, 4 deletions
alpine-ntp-amd64/Dockerfile
alpine-ntp-armhf/Dockerfile
+4
-4
4 additions, 4 deletions
alpine-ntp-armhf/Dockerfile
with
14 additions
and
14 deletions
README.md
+
2
−
2
View file @
fe720516
...
...
@@ -4,13 +4,13 @@
[

](https://hub.docker.com/r/yobasystems/alpine-ntp/)
[

](https://hub.docker.com/r/yobasystems/alpine-ntp/)
[

](https://alpinelinux.org/)
[

](https://alpinelinux.org/)
[

](https://chrony.tuxfamily.org/)
This Container image
[
(yobasystems/alpine-ntp)
](
https://hub.docker.com/r/yobasystems/alpine-ntp/
)
is based on the minimal
[
Alpine Linux
](
https://alpinelinux.org/
)
with
[
Chrony
](
https://chrony.tuxfamily.org/
)
(
NTP
)
Network Time Protocol.
### Alpine Version 3.20.
2
(Released 2024-0
7-22
)
### Alpine Version 3.20.
3
(Released 2024-0
9-06
)
##### Chrony Version 4.5
----
...
...
This diff is collapsed.
Click to expand it.
alpine-ntp-aarch64/Dockerfile
+
4
−
4
View file @
fe720516
FROM
yobasystems/alpine:3.20.
2
-aarch64
FROM
yobasystems/alpine:3.20.
3
-aarch64
ARG
BUILD_DATE
ARG
VCS_REF
...
...
@@ -6,8 +6,8 @@ ARG VCS_REF
LABEL
maintainer="Dominic Taylor <dominic@yoba.systems>" \
architecture="arm64v8/aarch64" \
chrony-version="4.5" \
alpine-version="3.20.
2
" \
build="1
9-Aug
-2024" \
alpine-version="3.20.
3
" \
build="1
0-Nov
-2024" \
org.opencontainers.image.title="alpine-ntp" \
org.opencontainers.image.description="Chrony Container image running on Alpine Linux" \
org.opencontainers.image.authors="Dominic Taylor <dominic@yoba.systems>" \
...
...
@@ -15,7 +15,7 @@ LABEL maintainer="Dominic Taylor <dominic@yoba.systems>" \
org.opencontainers.image.version="4.5" \
org.opencontainers.image.url="https://hub.docker.com/r/yobasystems/alpine-ntp/" \
org.opencontainers.image.source="https://github.com/yobasystems/alpine-ntp" \
org.opencontainers.image.base.name="docker.io/yobasystems/alpine:3.20.
2
" \
org.opencontainers.image.base.name="docker.io/yobasystems/alpine:3.20.
3
" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE
...
...
This diff is collapsed.
Click to expand it.
alpine-ntp-amd64/Dockerfile
+
4
−
4
View file @
fe720516
FROM
yobasystems/alpine:3.20.
2
-amd64
FROM
yobasystems/alpine:3.20.
3
-amd64
ARG
BUILD_DATE
ARG
VCS_REF
...
...
@@ -6,8 +6,8 @@ ARG VCS_REF
LABEL
maintainer="Dominic Taylor <dominic@yoba.systems>" \
architecture="amd64/x86_64" \
chrony-version="4.5" \
alpine-version="3.20.
2
" \
build="1
9-Aug
-2024" \
alpine-version="3.20.
3
" \
build="1
0-Nov
-2024" \
org.opencontainers.image.title="alpine-ntp" \
org.opencontainers.image.description="Chrony Container image running on Alpine Linux" \
org.opencontainers.image.authors="Dominic Taylor <dominic@yoba.systems>" \
...
...
@@ -15,7 +15,7 @@ LABEL maintainer="Dominic Taylor <dominic@yoba.systems>" \
org.opencontainers.image.version="4.5" \
org.opencontainers.image.url="https://hub.docker.com/r/yobasystems/alpine-ntp/" \
org.opencontainers.image.source="https://github.com/yobasystems/alpine-ntp" \
org.opencontainers.image.base.name="docker.io/yobasystems/alpine:3.20.
2
" \
org.opencontainers.image.base.name="docker.io/yobasystems/alpine:3.20.
3
" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE
...
...
This diff is collapsed.
Click to expand it.
alpine-ntp-armhf/Dockerfile
+
4
−
4
View file @
fe720516
FROM
yobasystems/alpine:3.20.
2
-armhf
FROM
yobasystems/alpine:3.20.
3
-armhf
ARG
BUILD_DATE
ARG
VCS_REF
...
...
@@ -6,8 +6,8 @@ ARG VCS_REF
LABEL
maintainer="Dominic Taylor <dominic@yoba.systems>" \
architecture="arm32v7/armhf" \
chrony-version="4.5" \
alpine-version="3.20.
2
" \
build="1
9-Aug
-2024" \
alpine-version="3.20.
3
" \
build="1
0-Nov
-2024" \
org.opencontainers.image.title="alpine-ntp" \
org.opencontainers.image.description="Chrony Container image running on Alpine Linux" \
org.opencontainers.image.authors="Dominic Taylor <dominic@yoba.systems>" \
...
...
@@ -15,7 +15,7 @@ LABEL maintainer="Dominic Taylor <dominic@yoba.systems>" \
org.opencontainers.image.version="4.5" \
org.opencontainers.image.url="https://hub.docker.com/r/yobasystems/alpine-ntp/" \
org.opencontainers.image.source="https://github.com/yobasystems/alpine-ntp" \
org.opencontainers.image.base.name="docker.io/yobasystems/alpine:3.20.
2
" \
org.opencontainers.image.base.name="docker.io/yobasystems/alpine:3.20.
3
" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment