-
Notifications
You must be signed in to change notification settings - Fork 14
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 #61 from sgayangi/sgayangi-master
Add 3.2.10 runtime
- Loading branch information
Showing
5 changed files
with
12 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
FROM alpine:3.19.4 | ||
|
||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.4" | ||
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.10.1" | ||
|
||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' | ||
|
||
|
@@ -33,7 +33,7 @@ ARG JRE_HOME=/opt/java/openjdk | |
|
||
# build arguments for WSO2 product installation | ||
ARG MGW_SERVER_NAME=wso2am-micro-gw-linux | ||
ARG MGW_SERVER_VERSION=3.2.9 | ||
ARG MGW_SERVER_VERSION=3.2.10 | ||
ARG MGW_SERVER=${MGW_SERVER_NAME}-${MGW_SERVER_VERSION} | ||
ARG MGW_RUNTIME_HOME=${USER_HOME}/wso2 | ||
ARG MGW_SERVER_DIST_URL=https://github.com/wso2/product-microgateway/releases/download/v${MGW_SERVER_VERSION}/${MGW_SERVER}.zip | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# set base Docker image to AdoptOpenJDK Ubuntu Docker image | ||
FROM ubuntu:24.04 | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.4" | ||
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.10.1" | ||
|
||
ENV LANG=C.UTF-8 | ||
|
||
|
@@ -34,7 +34,7 @@ ARG JRE_HOME=/opt/java/openjdk | |
|
||
# build arguments for WSO2 product installation | ||
ARG MGW_SERVER_NAME=wso2am-micro-gw-linux | ||
ARG MGW_SERVER_VERSION=3.2.9 | ||
ARG MGW_SERVER_VERSION=3.2.10 | ||
ARG MGW_SERVER=${MGW_SERVER_NAME}-${MGW_SERVER_VERSION} | ||
ARG MGW_RUNTIME_HOME=${USER_HOME}/wso2 | ||
ARG MGW_SERVER_DIST_URL=https://github.com/wso2/product-microgateway/releases/download/v${MGW_SERVER_VERSION}/${MGW_SERVER}.zip | ||
|
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