chrony: New package to replace openntpd
This commit is contained in:
parent
f0845f4afe
commit
f143d94f9a
10
pkg/chrony/Dockerfile
Normal file
10
pkg/chrony/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM alpine:3.15
|
||||||
|
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||||
|
|
||||||
|
RUN apk add --no-cache chrony
|
||||||
|
|
||||||
|
EXPOSE 123/udp
|
||||||
|
|
||||||
|
CMD ["/usr/sbin/chronyd","-d"]
|
||||||
|
|
||||||
|
LABEL org.mobyproject.config='{"capabilities": ["CAP_NET_BIND_SERVICE"]}'
|
4
pkg/chrony/build.yml
Normal file
4
pkg/chrony/build.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
image: chrony
|
||||||
|
network: true
|
||||||
|
arches:
|
||||||
|
- x86_64
|
Reference in New Issue
Block a user