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 mysql #16331

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Update mysql #16331

merged 1 commit into from
Feb 29, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 29, 2024

Changes:

Changes:

- docker-library/mysql@b68a76f: Merge pull request docker-library/mysql#1035 from infosiftr/bookworm
- docker-library/mysql@d6c12b6: Update to Debian Bookworm
Copy link

Diff for 23b75e4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 11c55f7..0bf3c9d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -7,8 +7,8 @@ GitCommit: ffa6423ca24168e4d96631b5e8f536ac826d2a5b
 Directory: 8.0
 File: Dockerfile.oracle
 
-Tags: 8.0.36-bullseye, 8.0-bullseye, 8.0.36-debian, 8.0-debian
-GitCommit: ffa6423ca24168e4d96631b5e8f536ac826d2a5b
+Tags: 8.0.36-bookworm, 8.0-bookworm, 8.0.36-debian, 8.0-debian
+GitCommit: d6c12b61316e44e52ce195dd6343ac96e8343fce
 Directory: 8.0
 File: Dockerfile.debian
 
diff --git a/_bashbrew-list b/_bashbrew-list
index d4eb20e..a722840 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,12 +2,12 @@ mysql:8
 mysql:8-oracle
 mysql:8-oraclelinux8
 mysql:8.0
-mysql:8.0-bullseye
+mysql:8.0-bookworm
 mysql:8.0-debian
 mysql:8.0-oracle
 mysql:8.0-oraclelinux8
 mysql:8.0.36
-mysql:8.0.36-bullseye
+mysql:8.0.36-bookworm
 mysql:8.0.36-debian
 mysql:8.0.36-oracle
 mysql:8.0.36-oraclelinux8
diff --git a/mysql_8.0-debian/Dockerfile.debian b/mysql_8.0-debian/Dockerfile.debian
index ad0cd3a..aab9ea5 100644
--- a/mysql_8.0-debian/Dockerfile.debian
+++ b/mysql_8.0-debian/Dockerfile.debian
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
 
 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
 RUN groupadd -r mysql && useradd -r -g mysql mysql
@@ -66,9 +66,9 @@ RUN set -eux; \
 	rm -rf "$GNUPGHOME"
 
 ENV MYSQL_MAJOR 8.0
-ENV MYSQL_VERSION 8.0.36-1debian11
+ENV MYSQL_VERSION 8.0.36-1debian12
 
-RUN echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bullseye mysql-8.0' > /etc/apt/sources.list.d/mysql.list
+RUN echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bookworm mysql-8.0' > /etc/apt/sources.list.d/mysql.list
 
 # the "/var/lib/mysql" stuff here is because the mysql-server postinst doesn't have an explicit way to disable the mysql_install_db codepath besides having a database already "configured" (ie, stuff in /var/lib/mysql/mysql)
 # also, we set debconf keys to make APT a little quieter

Relevant Maintainers:

@yosifkit yosifkit merged commit a772af0 into docker-library:master Feb 29, 2024
8 checks passed
@yosifkit yosifkit deleted the mysql branch February 29, 2024 19:05
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