-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #364 from AmilaSamith/mi-1.2.0
[MI-1.2.0] Update alpine docker images to get continuous upgrades
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|