File tree Expand file tree Collapse file tree 8 files changed +48
-40
lines changed Expand file tree Collapse file tree 8 files changed +48
-40
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM quay.io/sclorg/s2i-core-c9s:c9s
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.0 \
14
- MYSQL_SHORT_VERSION=80 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=80
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM quay.io/fedora/s2i-core:42
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.0 \
14
- MYSQL_SHORT_VERSION=80 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=80
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM ubi9/s2i-core
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.0 \
14
- MYSQL_SHORT_VERSION=80 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=80
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM quay.io/sclorg/s2i-core-c10s:c10s
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.4 \
14
- MYSQL_SHORT_VERSION=84 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=84
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM quay.io/sclorg/s2i-core-c9s:c9s
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.4 \
14
- MYSQL_SHORT_VERSION=84 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=84
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM quay.io/fedora/s2i-core:42
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.4 \
14
- MYSQL_SHORT_VERSION=84 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=84
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM ubi10/s2i-core:latest
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.4 \
14
- MYSQL_SHORT_VERSION=84 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=84
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ FROM ubi9/s2i-core
10
10
# * $MYSQL_DATABASE - Name of the database to create
11
11
# * $MYSQL_ROOT_PASSWORD (Optional) - Password for the 'root' MySQL account
12
12
13
+ # Standalone ENV call so these values can be re-used in the other ENV calls
13
14
ENV MYSQL_VERSION=8.4 \
14
- MYSQL_SHORT_VERSION=84 \
15
- APP_DATA=/opt/app-root/src \
16
- HOME=/var/lib/mysql \
17
- NAME=mysql
15
+ MYSQL_SHORT_VERSION=84
18
16
19
- ENV SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
17
+ ENV APP_DATA=/opt/app-root/src \
18
+ HOME=/var/lib/mysql \
19
+ NAME=mysql \
20
+ SUMMARY="MySQL ${MYSQL_VERSION} SQL database server" \
20
21
DESCRIPTION="MySQL is a multi-user, multi-threaded SQL database server. The container \
21
22
image provides a containerized packaging of the MySQL mysqld daemon and client application. \
22
23
The mysqld server daemon accepts connections from clients and provides access to content from \
You can’t perform that action at this time.
0 commit comments