Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "suite aliases" ("irssi:bullseye", "irssi:alpine3.17") #33

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

tianon
Copy link
Collaborator

@tianon tianon commented Jun 21, 2023

This is useful for the pending upgrade to Debian Bookworm (#31) to give users an easier escape hatch for fixing their deployments before they fix their host (newer libseccomp2, Docker, runc).

Diff:
$ diff -u <(bashbrew list irssi | cut -d: -f2) <(bashbrew list <(./generate-stackbrew-library.sh) | cut -d: -f2)
--- /dev/fd/63	2023-06-20 17:16:53.486516425 -0700
+++ /dev/fd/62	2023-06-20 17:16:53.486516425 -0700
@@ -2,7 +2,15 @@
 1.4
 1
 latest
+1.4.4-bullseye
+1.4-bullseye
+1-bullseye
+bullseye
 1.4.4-alpine
 1.4-alpine
 1-alpine
 alpine
+1.4.4-alpine3.17
+1.4-alpine3.17
+1-alpine3.17
+alpine3.17

$ diff -u <(bashbrew cat irssi) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63	2023-06-20 17:17:18.262730239 -0700
+++ /dev/fd/62	2023-06-20 17:17:18.262730239 -0700
@@ -1,12 +1,12 @@
 Maintainers: Jessie Frazelle <acidburn@google.com> (@jessfraz), Tianon Gravi <admwiggin@gmail.com> (@tianon)
 GitRepo: https://github.com/jessfraz/irssi.git
 
-Tags: 1.4.4, 1.4, 1, latest
+Tags: 1.4.4, 1.4, 1, latest, 1.4.4-bullseye, 1.4-bullseye, 1-bullseye, bullseye
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: 663b9b815d858c94ae6224183afed602d291587e
 Directory: debian
 
-Tags: 1.4.4-alpine, 1.4-alpine, 1-alpine, alpine
+Tags: 1.4.4-alpine, 1.4-alpine, 1-alpine, alpine, 1.4.4-alpine3.17, 1.4-alpine3.17, 1-alpine3.17, alpine3.17
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 6806daa0d17eae1cd10df10ff3a533d3655ac9f8
 Directory: alpine

This is useful for the pending upgrade to Debian Bookworm to give users an easier escape hatch for fixing their deployments before they fix their host (newer libseccomp2, Docker, runc).
@tianon tianon merged commit 0643d41 into jessfraz:master Jun 21, 2023
5 checks passed
@tianon tianon deleted the suite-aliases branch June 21, 2023 00:23
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jun 21, 2023
Changes:

- jessfraz/irssi@0643d41: Add "suite aliases" ("irssi:bullseye", "irssi:alpine3.17") (jessfraz/irssi#33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant