-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccc01ca
commit 144e1fb
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,15 @@ | |
# ------------------------------------------------------------------------ | ||
|
||
# set base Docker image to Rocky Linux Docker image | ||
FROM rockylinux:9.3 | ||
FROM rockylinux:8 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" | ||
|
||
# Update the system to the specific 8.10 version | ||
RUN dnf -y update && \ | ||
dnf -y distro-sync && \ | ||
dnf clean all | ||
|
||
# Install necessary locale packages | ||
RUN yum install -y glibc-langpack-en && \ | ||
yum install -y langpacks-en glibc-locale-source && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,15 @@ | |
# ------------------------------------------------------------------------ | ||
|
||
# set base Docker image to Rocky Linux Docker image | ||
FROM rockylinux:9.3 | ||
FROM rockylinux:8 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" | ||
|
||
# Update the system to the specific 8.10 version | ||
RUN dnf -y update && \ | ||
dnf -y distro-sync && \ | ||
dnf clean all | ||
|
||
# Install necessary locale packages | ||
RUN yum install -y glibc-langpack-en && \ | ||
yum install -y langpacks-en glibc-locale-source && \ | ||
|