alpine: add 3.19.0, remove EOL 3.15 - #15852
Merged
Merged
Conversation
Diff for d557ca6:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4849d8e..70e3529 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,10 +1,10 @@
Maintainers: Natanael Copa <ncopa@alpinelinux.org> (@ncopa)
GitRepo: https://github.com/alpinelinux/docker-alpine.git
-Tags: 3.15.11, 3.15
+Tags: 3.16.8, 3.16
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitFetch: refs/heads/v3.15
-GitCommit: 7cf8098b8827402d711e102da28445cfe0d72b1d
+GitFetch: refs/heads/v3.16
+GitCommit: 6e630a20c86d1d0e5987681e02ed6de64ecbbf37
amd64-Directory: x86_64
arm32v6-Directory: armhf
arm32v7-Directory: armv7
@@ -13,10 +13,10 @@ i386-Directory: x86
ppc64le-Directory: ppc64le
s390x-Directory: s390x
-Tags: 3.16.8, 3.16
+Tags: 3.17.6, 3.17
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitFetch: refs/heads/v3.16
-GitCommit: 6e630a20c86d1d0e5987681e02ed6de64ecbbf37
+GitFetch: refs/heads/v3.17
+GitCommit: 4de8583a90c86e251755f4bae4080f86e2449df8
amd64-Directory: x86_64
arm32v6-Directory: armhf
arm32v7-Directory: armv7
@@ -25,10 +25,10 @@ i386-Directory: x86
ppc64le-Directory: ppc64le
s390x-Directory: s390x
-Tags: 3.17.6, 3.17
+Tags: 3.18.5, 3.18
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitFetch: refs/heads/v3.17
-GitCommit: 4de8583a90c86e251755f4bae4080f86e2449df8
+GitFetch: refs/heads/v3.18
+GitCommit: a83fe3481a89201ac736f735062360f5953be635
amd64-Directory: x86_64
arm32v6-Directory: armhf
arm32v7-Directory: armv7
@@ -37,10 +37,10 @@ i386-Directory: x86
ppc64le-Directory: ppc64le
s390x-Directory: s390x
-Tags: 3.18.5, 3.18, 3, latest
+Tags: 3.19.0, 3.19, 3, latest
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitFetch: refs/heads/v3.18
-GitCommit: a83fe3481a89201ac736f735062360f5953be635
+GitFetch: refs/heads/v3.19
+GitCommit: 97c57449282d97cfa1c0b64669aed9afbf08645a
amd64-Directory: x86_64
arm32v6-Directory: armhf
arm32v7-Directory: armv7
diff --git a/_bashbrew-list b/_bashbrew-list
index 1774f15..a91ba21 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,12 +1,12 @@
alpine:3
-alpine:3.15
-alpine:3.15.11
alpine:3.16
alpine:3.16.8
alpine:3.17
alpine:3.17.6
alpine:3.18
alpine:3.18.5
+alpine:3.19
+alpine:3.19.0
alpine:20230901
alpine:edge
alpine:latest
diff --git a/alpine_3.15/Dockerfile b/alpine_3.15/Dockerfile
deleted file mode 100644
index 9739ec0..0000000
diff --git a/alpine_3.15/alpine-minirootfs-3.15.11-x86_64.tar.gz b/alpine_3.15/alpine-minirootfs-3.15.11-x86_64.tar.gz
deleted file mode 100644
index cc2e546..0000000
diff --git a/alpine_3.15/alpine-minirootfs-3.15.11-x86_64.tar.gz 'tar -t' b/alpine_3.15/alpine-minirootfs-3.15.11-x86_64.tar.gz 'tar -t'
deleted file mode 100644
index 3a70ea0..0000000
diff --git a/alpine_latest/Dockerfile b/alpine_3.18/Dockerfile
similarity index 100%
copy from alpine_latest/Dockerfile
copy to alpine_3.18/Dockerfile
diff --git a/alpine_latest/alpine-minirootfs-3.18.5-x86_64.tar.gz b/alpine_3.18/alpine-minirootfs-3.18.5-x86_64.tar.gz
similarity index 100%
rename from alpine_latest/alpine-minirootfs-3.18.5-x86_64.tar.gz
rename to alpine_3.18/alpine-minirootfs-3.18.5-x86_64.tar.gz
diff --git a/alpine_latest/alpine-minirootfs-3.18.5-x86_64.tar.gz 'tar -t' b/alpine_3.18/alpine-minirootfs-3.18.5-x86_64.tar.gz 'tar -t'
similarity index 100%
rename from alpine_latest/alpine-minirootfs-3.18.5-x86_64.tar.gz 'tar -t'
rename to alpine_3.18/alpine-minirootfs-3.18.5-x86_64.tar.gz 'tar -t'
diff --git a/alpine_latest/Dockerfile b/alpine_latest/Dockerfile
index 08683b4..8f83672 100644
--- a/alpine_latest/Dockerfile
+++ b/alpine_latest/Dockerfile
@@ -1,3 +1,3 @@
FROM scratch
-ADD alpine-minirootfs-3.18.5-x86_64.tar.gz /
+ADD alpine-minirootfs-3.19.0-x86_64.tar.gz /
CMD ["/bin/sh"]
diff --git a/alpine_3.17/alpine-minirootfs-3.17.6-x86_64.tar.gz b/alpine_latest/alpine-minirootfs-3.19.0-x86_64.tar.gz
similarity index 33%
copy from alpine_3.17/alpine-minirootfs-3.17.6-x86_64.tar.gz
copy to alpine_latest/alpine-minirootfs-3.19.0-x86_64.tar.gz
index 42294e0..fd97968 100644
Binary files a/alpine_3.17/alpine-minirootfs-3.17.6-x86_64.tar.gz and b/alpine_latest/alpine-minirootfs-3.19.0-x86_64.tar.gz differ
diff --git a/alpine_edge/alpine-minirootfs-20230901-x86_64.tar.gz 'tar -t' b/alpine_latest/alpine-minirootfs-3.19.0-x86_64.tar.gz 'tar -t'
similarity index 100%
copy from alpine_edge/alpine-minirootfs-20230901-x86_64.tar.gz 'tar -t'
copy to alpine_latest/alpine-minirootfs-3.19.0-x86_64.tar.gz 'tar -t'Relevant Maintainers:
|
12 tasks
This was referenced Dec 7, 2023
Member
|
FYI affected maintainers for the
Please either drop the affected tags from the supported list (by removing them from your (Also, if you're not supposed to be in this list, or you're getting this forwarded to you and you are supposed to be in this list, please update the |
yosifkit
approved these changes
Dec 7, 2023
gquintard
added a commit
to varnish/docker-varnish
that referenced
this pull request
Dec 8, 2023
andyli
added a commit
to andyli/official-images
that referenced
this pull request
Dec 9, 2023
rbioteau
added a commit
to bonitasoft/bonita-distrib
that referenced
this pull request
Dec 11, 2023
rbioteau
added a commit
to bonitasoft/bonita-distrib
that referenced
this pull request
Dec 11, 2023
rbioteau
added a commit
to bonitasoft/bonita-distrib
that referenced
this pull request
Dec 11, 2023
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.
No description provided.