From 2f79af5593ef1ac68bdec551357e4248661d8240 Mon Sep 17 00:00:00 2001 From: valentinab25 Date: Wed, 25 Oct 2023 15:49:06 +0300 Subject: [PATCH] Upgrade to 7.4.1 --- CHANGELOG.md | 6 +++++- Dockerfile | 2 +- Readme.md | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736c4d2..66060dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 2022-03-09 (7.2-1.0) +## 2023-10-25 (7.4-1.0) + +- Upgrade to varnish 7.4.1 + +## 2023-03-09 (7.2-1.0) - Upgrade to varnish 7.2 - Remove unused scripts, as varnish is integrated with Rancher DNS and does not need them diff --git a/Dockerfile b/Dockerfile index bf45605..c8b59b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM varnish:7.2-alpine +FROM varnish:7.4.1-alpine MAINTAINER "EEA: IDM2 A-Team" diff --git a/Readme.md b/Readme.md index 8f97bef..aba4e4a 100644 --- a/Readme.md +++ b/Readme.md @@ -7,17 +7,18 @@ This image is generic, thus you can obviously re-use it within your non-related EEA projects. - Alpine **3.15** - - Varnish **7.2** + - Varnish **7.4.1** - Expose **80**, **8443** ## Supported tags and respective Dockerfile links - - `:latest` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/blob/7.x/Dockerfile) (Alpine 3.15, Varnish 7.2) + - `:7` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/blob/7.x/Dockerfile) (Alpine 3.15, Varnish 7.4.1) ### Stable and immutable tags - `:4.1-6.5` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/tree/4.1-6.5/varnish/Dockerfile) - Varnish: **4.1.11** Release: **6.5** - `:7.2-1.0` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/tree/7.2-1.0/Dockerfile) - Varnish: **7.2** Release: **1.0** + - `:7.4-1.0` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/tree/7.4-1.0/Dockerfile) - Varnish: **7.4.1** Release: **1.0** See [older versions](https://github.com/eea/eea.docker.varnish/releases)