-
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 #350 from GDLMadushanka/rocky4202
Fix rockyLinux repository
- Loading branch information
Showing
8 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# ------------------------------------------------------------------------ | ||
|
||
# set base Docker image to Rocky Linux Docker image | ||
FROM rockylinux:8.10 | ||
FROM rockylinux/rockylinux:8.10 | ||
|
||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
|
@@ -59,7 +59,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# ------------------------------------------------------------------------ | ||
|
||
# set base Docker image to Rocky Docker image | ||
FROM rockylinux:8.10 | ||
FROM rockylinux/rockylinux:8.10 | ||
|
||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
|
@@ -59,7 +59,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# 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 |
---|---|---|
|
@@ -70,7 +70,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# 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 |
---|---|---|
|
@@ -70,7 +70,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# 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 |
---|---|---|
|
@@ -70,7 +70,7 @@ ENV JAVA_HOME=/opt/java/openjdk \ | |
PATH="/opt/java/openjdk/bin:$PATH" | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.9" | ||
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.2.0.10" | ||
|
||
# set Docker image build arguments | ||
# build arguments for user/group configurations | ||
|