Skip to content

Commit

Permalink
Merge pull request #364 from AmilaSamith/mi-1.2.0
Browse files Browse the repository at this point in the history
[MI-1.2.0] Update alpine docker images to get continuous upgrades
  • Loading branch information
AmilaSamith authored Nov 13, 2024
2 parents a3b2844 + 5e651c6 commit 21082e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions dockerfiles/alpine/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ FROM alpine:3.18.5

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

# install JDK Dependencies
RUN apk add --no-cache tzdata musl-locales musl-locales-lang \
# Update the package list and upgrade installed packages and install JDK Dependencies
RUN apk update && apk upgrade --no-cache \
&& apk add --no-cache tzdata musl-locales musl-locales-lang \
&& rm -rf /var/cache/apk/*

ENV JAVA_VERSION jdk-11.0.21+9
Expand Down Expand Up @@ -61,7 +62,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.13"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.12"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rocky/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.13"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.13"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v7.1.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down

0 comments on commit 21082e7

Please sign in to comment.