-
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 #391 from sandushi/bump-k8-version
Upgrade k8 version to 1.0.11
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# set base Docker image to Alpine Docker image | ||
FROM alpine:3.15.0 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.16" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.18" | ||
|
||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
|
@@ -73,7 +73,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/releases/download/v${WSO2_SERVER_VERSION}/${WSO2_SERVER}.zip | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.29 | ||
# 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 CentOS Docker image | ||
FROM centos:7 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.16" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.18" | ||
|
||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
|
@@ -68,7 +68,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/releases/download/v${WSO2_SERVER_VERSION}/${WSO2_SERVER}.zip | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.29 | ||
# 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 Alpine Docker image | ||
FROM alpine:3.15.0 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.16" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.18" | ||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
# Install JDK Dependencies | ||
|
@@ -85,7 +85,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/releases/download/v${WSO2_SERVER_VERSION}/${WSO2_SERVER}.zip | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.29 | ||
# 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 CentOS Docker image | ||
FROM centos:7 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.16" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.18" | ||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
# Instal JDK Dependencies | ||
|
@@ -67,7 +67,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/releases/download/v${WSO2_SERVER_VERSION}/${WSO2_SERVER}.zip | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.29 | ||
# 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
FROM ubuntu:20.04 | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.16" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.18" | ||
|
||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
|
@@ -72,7 +72,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/releases/download/v${WSO2_SERVER_VERSION}/${WSO2_SERVER}.zip | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.29 | ||
# build argument for MOTD | ||
ARG MOTD="\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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
FROM ubuntu:20.04 | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.16" | ||
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.18" | ||
|
||
#Install JDK Dependencies | ||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
@@ -72,7 +72,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER} | |
ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/releases/download/v${WSO2_SERVER_VERSION}/${WSO2_SERVER}.zip | ||
# build arguments for external artifacts | ||
ARG DNS_JAVA_VERSION=2.1.8 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 | ||
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11 | ||
ARG MYSQL_CONNECTOR_VERSION=8.0.29 | ||
# build argument for MOTD | ||
ARG MOTD="\n\ | ||
|