Skip to content

Commit

Permalink
Change Rocky Linux version to 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyamSanthosh committed Jul 31, 2024
1 parent 73d34c6 commit 48afe77
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dockerfiles/rocky/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@
# ------------------------------------------------------------------------

# set base Docker image to CentOS 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/v6.0.0.1"

# 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 && \
Expand Down

0 comments on commit 48afe77

Please sign in to comment.