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

Update gcc #14828

Merged
merged 1 commit into from
Jun 12, 2023
Merged

Update gcc #14828

merged 1 commit into from
Jun 12, 2023

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 12, 2023

Changes:

Changes:

- docker-library/gcc@0d98f79: Update 9 to debian bookworm
- docker-library/gcc@9677600: Update 12 to debian bookworm
- docker-library/gcc@8896a6f: Update 11 to debian bookworm
- docker-library/gcc@392d8bf: Update 10 to debian bookworm
@github-actions
Copy link

Diff for 4ac62c2:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 96dea5e..03924a2 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,24 +1,24 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/gcc.git
 
-Tags: 9.5.0, 9.5, 9, 9.5.0-bullseye, 9.5-bullseye, 9-bullseye
+Tags: 9.5.0, 9.5, 9, 9.5.0-bookworm, 9.5-bookworm, 9-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 46628bc0702798f6ff9f923650361f46f9eb2af2
+GitCommit: 0d98f7923b5ed7f5baec2506413c99e920cf6661
 Directory: 9
 
-Tags: 10.4.0, 10.4, 10, 10.4.0-bullseye, 10.4-bullseye, 10-bullseye
+Tags: 10.4.0, 10.4, 10, 10.4.0-bookworm, 10.4-bookworm, 10-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 46628bc0702798f6ff9f923650361f46f9eb2af2
+GitCommit: 392d8bf4ee9d494f03331c540c1f0d7f32259ff1
 Directory: 10
 
-Tags: 11.4.0, 11.4, 11, 11.4.0-bullseye, 11.4-bullseye, 11-bullseye
+Tags: 11.4.0, 11.4, 11, 11.4.0-bookworm, 11.4-bookworm, 11-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 9f10f9541f9736300c811cdb3f319c038a8b9c3a
+GitCommit: 8896a6fe1d596abcaea6c75c98337885ba4c27e8
 Directory: 11
 
-Tags: 12.3.0, 12.3, 12, 12.3.0-bullseye, 12.3-bullseye, 12-bullseye
+Tags: 12.3.0, 12.3, 12, 12.3.0-bookworm, 12.3-bookworm, 12-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: dfa419750ef32e01ce5715a08533397f570f1133
+GitCommit: 9677600371602a897f576cf1d85852a3a26f71af
 Directory: 12
 
 Tags: 13.1.0, 13.1, 13, latest, 13.1.0-bookworm, 13.1-bookworm, 13-bookworm, bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index acabc3e..4b9d972 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,27 +1,27 @@
 gcc:9
-gcc:9-bullseye
+gcc:9-bookworm
 gcc:9.5
-gcc:9.5-bullseye
+gcc:9.5-bookworm
 gcc:9.5.0
-gcc:9.5.0-bullseye
+gcc:9.5.0-bookworm
 gcc:10
-gcc:10-bullseye
+gcc:10-bookworm
 gcc:10.4
-gcc:10.4-bullseye
+gcc:10.4-bookworm
 gcc:10.4.0
-gcc:10.4.0-bullseye
+gcc:10.4.0-bookworm
 gcc:11
-gcc:11-bullseye
+gcc:11-bookworm
 gcc:11.4
-gcc:11.4-bullseye
+gcc:11.4-bookworm
 gcc:11.4.0
-gcc:11.4.0-bullseye
+gcc:11.4.0-bookworm
 gcc:12
-gcc:12-bullseye
+gcc:12-bookworm
 gcc:12.3
-gcc:12.3-bullseye
+gcc:12.3-bookworm
 gcc:12.3.0
-gcc:12.3.0-bullseye
+gcc:12.3.0-bookworm
 gcc:13
 gcc:13-bookworm
 gcc:13.1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 9b6abab..995e7bc 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,5 +1,5 @@
-gcc:9-bullseye
-gcc:10-bullseye
-gcc:11-bullseye
-gcc:12-bullseye
+gcc:9-bookworm
+gcc:10-bookworm
+gcc:11-bookworm
+gcc:12-bookworm
 gcc:bookworm
diff --git a/gcc_10-bullseye/Dockerfile b/gcc_10-bookworm/Dockerfile
similarity index 99%
rename from gcc_10-bullseye/Dockerfile
rename to gcc_10-bookworm/Dockerfile
index 2853550..eaab38e 100644
--- a/gcc_10-bullseye/Dockerfile
+++ b/gcc_10-bookworm/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM buildpack-deps:bullseye
+FROM buildpack-deps:bookworm
 
 # https://gcc.gnu.org/mirrors.html
 ENV GPG_KEYS \
diff --git a/gcc_11-bullseye/Dockerfile b/gcc_11-bookworm/Dockerfile
similarity index 99%
rename from gcc_11-bullseye/Dockerfile
rename to gcc_11-bookworm/Dockerfile
index facec99..e10d176 100644
--- a/gcc_11-bullseye/Dockerfile
+++ b/gcc_11-bookworm/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM buildpack-deps:bullseye
+FROM buildpack-deps:bookworm
 
 # https://gcc.gnu.org/mirrors.html
 ENV GPG_KEYS \
diff --git a/gcc_12-bullseye/Dockerfile b/gcc_12-bookworm/Dockerfile
similarity index 99%
rename from gcc_12-bullseye/Dockerfile
rename to gcc_12-bookworm/Dockerfile
index c7e3b49..0b1d83a 100644
--- a/gcc_12-bullseye/Dockerfile
+++ b/gcc_12-bookworm/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM buildpack-deps:bullseye
+FROM buildpack-deps:bookworm
 
 # https://gcc.gnu.org/mirrors.html
 ENV GPG_KEYS \
diff --git a/gcc_9-bullseye/Dockerfile b/gcc_9-bookworm/Dockerfile
similarity index 99%
rename from gcc_9-bullseye/Dockerfile
rename to gcc_9-bookworm/Dockerfile
index c00e147..c13edfc 100644
--- a/gcc_9-bullseye/Dockerfile
+++ b/gcc_9-bookworm/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM buildpack-deps:bullseye
+FROM buildpack-deps:bookworm
 
 # https://gcc.gnu.org/mirrors.html
 ENV GPG_KEYS \

Relevant Maintainers:

@yosifkit yosifkit merged commit 6518b78 into docker-library:master Jun 12, 2023
@yosifkit yosifkit deleted the gcc branch June 12, 2023 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants