Skip to content

Commit

Permalink
Merge pull request #1158 from cybozu/update-chrony-4.4
Browse files Browse the repository at this point in the history
Update chrony to 4.4
  • Loading branch information
chez-shanpu authored Nov 20, 2023
2 parents 65a2fbf + 8f9a92d commit 31670f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chrony/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3
4.4
2 changes: 1 addition & 1 deletion chrony/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Stage1: build from source
FROM quay.io/cybozu/ubuntu-dev:22.04 AS build
ARG CHRONY_VERSION=4.3
ARG CHRONY_VERSION=4.4

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir /work \
Expand Down
4 changes: 2 additions & 2 deletions chrony/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build Docker container image for [Chrony][] NTP server/client.
Features
--------

- Chrony 4.3 based on Ubuntu 22.04.
- Chrony 4.4 based on Ubuntu 22.04.
- Multi-stage build to minimize the container size.

Usage
Expand All @@ -25,7 +25,7 @@ Usage
--cap-drop ALL \
--cap-add SYS_TIME \
--cap-add NET_BIND_SERVICE \
quay.io/cybozu/chrony:4.3
quay.io/cybozu/chrony:4.4
```

### Use `chronyc`
Expand Down
2 changes: 1 addition & 1 deletion chrony/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0.3
4.4.0.1

0 comments on commit 31670f6

Please sign in to comment.