[varnish] update lts image to 6.0.7#9056
Merged
tianon merged 1 commit intodocker-library:masterfrom Nov 11, 2020
Merged
Conversation
Diff for dac7949:diff --git a/_bashbrew-cat b/_bashbrew-cat
index db4e8c9..2fde20d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,8 +1,8 @@
Maintainers: Guillaume Quintard <guillaume@varni.sh> (@gquintard)
GitRepo: https://github.com/varnish/docker-varnish.git
-Tags: 6.0, 6.0.6-1, 6.0.6, stable
-GitCommit: 2459369407fbf77df75d6948ee48de8c814fb3e4
+Tags: 6.0, 6.0.7-1, 6.0.7, stable
+GitCommit: c0846f15b04cd499a1df1fb62f0693b41a84e636
Directory: stable/debian
Tags: 6.5, 6.5.1-1, 6.5.1, 6, latest, fresh
diff --git a/_bashbrew-list b/_bashbrew-list
index 0d95462..d4f3fa4 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
varnish:6
varnish:6.0
-varnish:6.0.6
-varnish:6.0.6-1
+varnish:6.0.7
+varnish:6.0.7-1
varnish:6.5
varnish:6.5.1
varnish:6.5.1-1
diff --git a/varnish_stable/Dockerfile b/varnish_stable/Dockerfile
index dbeaa0a..5d0f692 100644
--- a/varnish_stable/Dockerfile
+++ b/varnish_stable/Dockerfile
@@ -1,6 +1,6 @@
-FROM debian:stretch-slim
+FROM debian:buster-slim
-ENV VARNISH_VERSION 6.0.6-1~stretch
+ENV VARNISH_VERSION 6.0.7-1~buster
ENV VARNISH_SIZE 100M
RUN set -ex; \
@@ -16,7 +16,7 @@ RUN set -ex; \
gpg --batch --export export $key > /etc/apt/trusted.gpg.d/varnish.gpg; \
gpgconf --kill all; \
rm -rf $GNUPGHOME; \
- echo deb https://packagecloud.io/varnishcache/varnish60lts/debian/ stretch main > /etc/apt/sources.list.d/varnish.list; \
+ echo deb https://packagecloud.io/varnishcache/varnish60lts/debian/ buster main > /etc/apt/sources.list.d/varnish.list; \
apt-get update; \
apt-get install -y --no-install-recommends varnish=$VARNISH_VERSION; \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; \ |
Member
We typically only worry about it in cases where there might be breaking changes (like docker-library/postgres#582) and/or it's common for users to be |
Contributor
Author
|
We should be fine, there's a |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This one is a bit more than the usual switch to a more recent package, it also trade
stretchforbuster, since the former is EOL.I don't know if there are special announcements (I'll post on the Vanrish mailing list), tagging or something like that to do here, if so, please let me know!