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

Automatically update JRE base images #273

Merged
merged 1 commit into from Jan 2, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 22, 2023

Right now we're on focal across the board -- this will update us to jammy (although this commit does not perform the jammy update so the automation can do so instead)

This also adds "suite aliases" like we've added elsewhere so that when we do apply the jammy update, there's an easy escape hatch for users (because that's a likely seccomp hassle update).

Right now we're on focal across the board -- this will update us to jammy (although this commit does not perform the jammy update so the automation can do so instead)

This *also* adds "suite aliases" like we've added elsewhere so that when we do apply the jammy update, there's an easy escape hatch for users (because that's a likely seccomp hassle update).
@tianon
Copy link
Member Author

tianon commented Dec 22, 2023

Diff:
$ diff -u <(bashbrew cat cassandra) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63	2023-12-21 16:38:15.697155476 -0800
+++ /dev/fd/62	2023-12-21 16:38:15.701155500 -0800
@@ -1,27 +1,27 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/cassandra.git
 
-Tags: 5.0-beta1, 5.0, 5
+Tags: 5.0-beta1, 5.0, 5, 5.0-beta1-focal, 5.0-focal, 5-focal
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: 8313dd9e2e5d049117c1aa190494702f5ee60c83
 Directory: 5.0
 
-Tags: 4.1.3, 4.1, 4, latest
+Tags: 4.1.3, 4.1, 4, latest, 4.1.3-focal, 4.1-focal, 4-focal, focal
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: 44614387cda4278e477056c24cde3070f679a32a
 Directory: 4.1
 
-Tags: 4.0.11, 4.0
+Tags: 4.0.11, 4.0, 4.0.11-focal, 4.0-focal
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: b57fae57e886db7b46c0851ed761b6b0a260f065
 Directory: 4.0
 
-Tags: 3.11.16, 3.11, 3
+Tags: 3.11.16, 3.11, 3, 3.11.16-focal, 3.11-focal, 3-focal
 Architectures: amd64, arm32v7, arm64v8, ppc64le
 GitCommit: 76e413ded2e5eb2c61d97296d01400d2fff2d6d5
 Directory: 3.11
 
-Tags: 3.0.29, 3.0
+Tags: 3.0.29, 3.0, 3.0.29-focal, 3.0-focal
 Architectures: amd64, arm32v7, arm64v8, ppc64le
 GitCommit: 0472adffa9e3b3361f2dbe4b089592d1cb84d36d
 Directory: 3.0

@tianon tianon merged commit b37ddf8 into docker-library:master Jan 2, 2024
7 checks passed
@tianon tianon deleted the auto-update-jre branch January 2, 2024 17:44
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 2, 2024
Changes:

- docker-library/cassandra@b37ddf8: Merge pull request docker-library/cassandra#273 from infosiftr/auto-update-jre
- docker-library/cassandra@3937857: Automatically update JRE base images
martin-g pushed a commit to martin-g/docker-official-images that referenced this pull request Apr 3, 2024
Changes:

- docker-library/cassandra@b37ddf8: Merge pull request docker-library/cassandra#273 from infosiftr/auto-update-jre
- docker-library/cassandra@3937857: Automatically update JRE base images
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.

None yet

3 participants