From 3f3e60505373b7ffbc9aa4ed834e3cf623fa4dc8 Mon Sep 17 00:00:00 2001 From: Daichi Sakaue Date: Fri, 28 Jul 2023 14:47:41 +0900 Subject: [PATCH] Update base image for chrony Signed-off-by: Daichi Sakaue --- chrony/Dockerfile | 4 ++-- chrony/README.md | 2 +- chrony/TAG | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chrony/Dockerfile b/chrony/Dockerfile index 0df555b60..b564c16c9 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -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"] @@ -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 \ diff --git a/chrony/README.md b/chrony/README.md index d322733ac..cd35b0fa9 100644 --- a/chrony/README.md +++ b/chrony/README.md @@ -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 diff --git a/chrony/TAG b/chrony/TAG index ea4fd799e..af9a56d79 100644 --- a/chrony/TAG +++ b/chrony/TAG @@ -1 +1 @@ -4.3.0.2 +4.3.0.3