Skip to content

Commit

Permalink
Merge pull request #7 from entando/IT-324-upgrade-mysql
Browse files Browse the repository at this point in the history
IT-324 updated base images and MySQL versions
  • Loading branch information
pietrangelo authored Aug 7, 2023
2 parents dff3116 + 3006786 commit b371aa5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.rocky8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM rockylinux:8.5
FROM rockylinux:8.7

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SETUP GPG
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ENV MYSQL_MAJOR=8.0
ENV MYSQL_VERSION=8.0.31-1.el8
ENV MYSQL_SHELL_VERSION=8.0.31-1.el8
ENV MYSQL_VERSION=8.0.33-1.el8
ENV MYSQL_SHELL_VERSION=8.0.33-1.el8
ENV MYSQL_REPO_GPG_KEY=859BE8D7C586F538430B19C2467B942D3A79BD29

ENV MYSQL_USER=${MYSQL_USER}
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.ubi8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-212
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SETUP GPG
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ENV MYSQL_MAJOR=8.0
ENV MYSQL_VERSION=8.0.31-1.el8
ENV MYSQL_SHELL_VERSION=8.0.31-1.el8
ENV MYSQL_VERSION=8.0.33-1.el8
ENV MYSQL_SHELL_VERSION=8.0.33-1.el8
ENV MYSQL_REPO_GPG_KEY=859BE8D7C586F538430B19C2467B942D3A79BD29

ENV MYSQL_USER=${MYSQL_USER}
Expand Down
2 changes: 1 addition & 1 deletion entando-project
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ENTANDO_PRJ_NAME=entando-mysql
ENTANDO_PRJ_VERSION=8.0.28
ENTANDO_PRJ_VERSION=8.0.33

0 comments on commit b371aa5

Please sign in to comment.