chrony: New package to replace openntpd

This commit is contained in:
nemunaire 2022-02-26 01:03:13 +01:00
parent f0845f4afe
commit f143d94f9a
2 changed files with 14 additions and 0 deletions

10
pkg/chrony/Dockerfile Normal file
View 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
View File

@ -0,0 +1,4 @@
image: chrony
network: true
arches:
- x86_64