File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 19
19
# set base Docker image to CentOS Docker image
20
20
FROM rockylinux:9.3
21
21
22
+ # Install necessary locale packages
23
+ RUN yum install -y glibc-langpack-en && \
24
+ yum install -y langpacks-en glibc-locale-source && \
25
+ localedef -c -f UTF-8 -i en_US en_US.UTF-8
26
+
22
27
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
23
28
24
29
# install JDK Dependencies
@@ -65,7 +70,7 @@ RUN echo Verifying install ... \
65
70
&& echo Complete.
66
71
67
72
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
68
- com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.1.0.8 "
73
+ com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.1.0.9 "
69
74
70
75
# set Docker image build arguments
71
76
# build arguments for user/group configurations
Original file line number Diff line number Diff line change 19
19
# set base Docker image to Rocky Linux
20
20
FROM rockylinux:9.3
21
21
22
+ # Install necessary locale packages
23
+ RUN yum install -y glibc-langpack-en && \
24
+ yum install -y langpacks-en glibc-locale-source && \
25
+ localedef -c -f UTF-8 -i en_US en_US.UTF-8
26
+
22
27
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
23
28
24
29
# install JDK Dependencies
@@ -65,7 +70,7 @@ RUN echo Verifying install ... \
65
70
&& echo Complete.
66
71
67
72
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
68
- com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.1.0.8 "
73
+ com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.1.0.9 "
69
74
70
75
# set Docker image build arguments
71
76
# build arguments for user/group configurations
Original file line number Diff line number Diff line change 19
19
# set base Docker image to Rocky Linux
20
20
FROM rockylinux:9.3
21
21
22
+ # Install necessary locale packages
23
+ RUN yum install -y glibc-langpack-en && \
24
+ yum install -y langpacks-en glibc-locale-source && \
25
+ localedef -c -f UTF-8 -i en_US en_US.UTF-8
26
+
22
27
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
23
28
24
29
# install JDK Dependencies
@@ -65,7 +70,7 @@ RUN echo Verifying install ... \
65
70
&& echo Complete.
66
71
67
72
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
68
- com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.1.0.8 "
73
+ com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v3.1.0.9 "
69
74
# set Docker image build arguments
70
75
# build arguments for user/group configurations
71
76
ARG USER=wso2carbon
You can’t perform that action at this time.
0 commit comments