Skip to content

Commit

Permalink
Update base image for chrony
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Sep 21, 2023
1 parent cfeb021 commit 3f3e605
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chrony/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# chrony container

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

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand All @@ -20,7 +20,7 @@ RUN ./configure --exec-prefix=/usr/local/chrony --with-pidfile=/run/chrony/chron


# Stage2: setup runtime container
FROM quay.io/cybozu/ubuntu:20.04
FROM quay.io/cybozu/ubuntu:22.04

RUN apt-get update \
&& apt-get install -y --no-install-recommends libedit2 \
Expand Down
2 changes: 1 addition & 1 deletion 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 20.04.
- Chrony 4.3 based on Ubuntu 22.04.
- Multi-stage build to minimize the container size.

Usage
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.2
4.3.0.3

0 comments on commit 3f3e605

Please sign in to comment.