-
Notifications
You must be signed in to change notification settings - Fork 84
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 #339 from DedunuKarunarathne/4.0.x
[4.0.x] Update ubuntu dockerfiles to get continuous upgrades (Dashboard & SI)
- Loading branch information
Showing
10 changed files
with
16 additions
and
11 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
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 |
---|---|---|
|
@@ -61,7 +61,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/v4.0.0.3" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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 |
---|---|---|
|
@@ -61,7 +61,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/v4.0.0.5" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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 |
---|---|---|
|
@@ -61,7 +61,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/v4.0.0.3" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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/v4.0.0.3" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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/v4.0.0.5" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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/v4.0.0.3" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ FROM ubuntu:20.04 | |
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
# install JDK Dependencies | ||
RUN apt-get update \ | ||
RUN apt-get update && apt-get upgrade -y \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales python-is-python3 \ | ||
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \ | ||
&& locale-gen en_US.UTF-8 \ | ||
|
@@ -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/v4.0.0.3" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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/v4.0.0.5" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ FROM ubuntu:20.04 | |
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
# install JDK Dependencies | ||
RUN apt-get update \ | ||
RUN apt-get update && apt-get upgrade -y \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales python-is-python3 \ | ||
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \ | ||
&& locale-gen en_US.UTF-8 \ | ||
|
@@ -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/v4.0.0.3" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6" | ||
|
||
# set Docker image build arguments | ||
# build arguments for user/group configurations | ||
|