You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: 5.5/Dockerfile
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# vim:set ft=dockerfile:
2
-
FROM debian:jessie
2
+
FROM debian:stretch
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r mysql && useradd -r -g mysql mysql
@@ -76,11 +76,11 @@ RUN set -ex; \
76
76
rm -r "$GNUPGHOME"; \
77
77
apt-key list
78
78
79
-
RUN echo 'deb https://repo.percona.com/apt jessie main' > /etc/apt/sources.list.d/percona.list
79
+
RUN echo 'deb https://repo.percona.com/apt stretch main' > /etc/apt/sources.list.d/percona.list
80
80
81
-
# bashbrew-architectures: amd64 i386
81
+
# bashbrew-architectures: amd64
82
82
ENV PERCONA_MAJOR 5.5
83
-
ENV PERCONA_VERSION 5.5.60-rel38.12-1.jessie
83
+
ENV PERCONA_VERSION 5.5.60-rel38.12-1.stretch
84
84
85
85
# 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)
86
86
# also, we set debconf keys to make APT a little quieter
Copy file name to clipboardExpand all lines: 5.6/Dockerfile
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# vim:set ft=dockerfile:
2
-
FROM debian:jessie
2
+
FROM debian:stretch
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r mysql && useradd -r -g mysql mysql
@@ -76,11 +76,11 @@ RUN set -ex; \
76
76
rm -r "$GNUPGHOME"; \
77
77
apt-key list
78
78
79
-
RUN echo 'deb https://repo.percona.com/apt jessie main' > /etc/apt/sources.list.d/percona.list
79
+
RUN echo 'deb https://repo.percona.com/apt stretch main' > /etc/apt/sources.list.d/percona.list
80
80
81
-
# bashbrew-architectures: amd64 i386
81
+
# bashbrew-architectures: amd64
82
82
ENV PERCONA_MAJOR 5.6
83
-
ENV PERCONA_VERSION 5.6.40-84.0-1.jessie
83
+
ENV PERCONA_VERSION 5.6.40-84.0-1.stretch
84
84
85
85
# 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)
86
86
# also, we set debconf keys to make APT a little quieter
Copy file name to clipboardExpand all lines: 5.7/Dockerfile
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# vim:set ft=dockerfile:
2
-
FROM debian:jessie
2
+
FROM debian:stretch
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r mysql && useradd -r -g mysql mysql
@@ -76,11 +76,11 @@ RUN set -ex; \
76
76
rm -r "$GNUPGHOME"; \
77
77
apt-key list
78
78
79
-
RUN echo 'deb https://repo.percona.com/apt jessie main' > /etc/apt/sources.list.d/percona.list
79
+
RUN echo 'deb https://repo.percona.com/apt stretch main' > /etc/apt/sources.list.d/percona.list
80
80
81
-
# bashbrew-architectures: amd64 i386
81
+
# bashbrew-architectures: amd64
82
82
ENV PERCONA_MAJOR 5.7
83
-
ENV PERCONA_VERSION 5.7.22-22-1.jessie
83
+
ENV PERCONA_VERSION 5.7.22-22-1.stretch
84
84
85
85
# 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)
86
86
# also, we set debconf keys to make APT a little quieter
0 commit comments