-
Notifications
You must be signed in to change notification settings - Fork 159
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 #381 from bhagyasakalanka/kube-5.7.x
[5.7.0] Bump kube membership schema version
- Loading branch information
Showing
4 changed files
with
11 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
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# set base Docker image to AdoptOpenJDK Alpine Docker image | ||
FROM adoptopenjdk/openjdk8:jdk8u242-b08-alpine | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.7.0.4" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.7.0.6" | ||
|
||
# set Docker image build arguments | ||
# build arguments for user/group configurations | ||
|
@@ -36,7 +36,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.17 | ||
# build argument for MOTD | ||
ARG MOTD='printf "\n\ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# set base Docker image to AdoptOpenJDK CentOS Docker image | ||
FROM adoptopenjdk/openjdk8:jdk8u242-b08-centos | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>"\ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.7.0.4" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.7.0.6" | ||
|
||
# set Docker image build arguments | ||
# build arguments for user/group configurations | ||
|
@@ -36,7 +36,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.17 | ||
# build argument for MOTD | ||
ARG MOTD='printf "\n\ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# set base Docker image to JDK Ubuntu 20.04 Docker image | ||
FROM ubuntu:20.04 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.7.0.5" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.7.0.6" | ||
|
||
#Install Open JDK | ||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
@@ -69,7 +69,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.17 | ||
# build argument for MOTD | ||
ARG MOTD="\n\ | ||
|