Remove ubi8/ prefix for non-ubi images
(Resolves: #1714871) Related: RHELPLAN-17567
This commit is contained in:
parent
95c0436ee4
commit
637896f0bb
1 changed files with 2 additions and 2 deletions
|
|
@ -27,9 +27,9 @@ LABEL summary="$SUMMARY" \
|
|||
io.openshift.expose-services="3306:mysql" \
|
||||
io.openshift.tags="database,mysql,mysql80,mysql-80" \
|
||||
com.redhat.component="mysql-80-container" \
|
||||
name="ubi8/mysql-80" \
|
||||
name="rhel8/mysql-80" \
|
||||
version="1" \
|
||||
usage="podman run -d -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 3306:3306 ubi8/mysql-80" \
|
||||
usage="podman run -d -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 3306:3306 rhel8/mysql-80" \
|
||||
maintainer="SoftwareCollections.org <sclorg@redhat.com>"
|
||||
|
||||
EXPOSE 3306
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue