Skip to content

Commit

Permalink
Merge pull request #400 from menakaj/2.6.x
Browse files Browse the repository at this point in the history
Update base image of Alpine and Centos images
  • Loading branch information
menakajl committed Mar 8, 2021
2 parents 182685e + 2057cb1 commit b6990c0
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/alpine/apim-analytics/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-alpine
FROM adoptopenjdk/openjdk8:jdk8u282-b08-alpine
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/apim-analytics/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-alpine
FROM adoptopenjdk/openjdk8:jdk8u282-b08-alpine
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-alpine
FROM adoptopenjdk/openjdk8:jdk8u282-b08-alpine
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/is-as-km/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-alpine
FROM adoptopenjdk/openjdk8:jdk8u282-b08-alpine
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/apim-analytics/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to latest CentOS Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-centos
FROM adoptopenjdk/openjdk8:jdk8u282-b08-centos
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/apim-analytics/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to latest CentOS Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-centos
FROM adoptopenjdk/openjdk8:jdk8u282-b08-centos
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to latest CentOS Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-centos
FROM adoptopenjdk/openjdk8:jdk8u282-b08-centos
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/is-as-km/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to latest CentOS Docker image
FROM adoptopenjdk/openjdk8:jdk8u272-b10-centos
FROM adoptopenjdk/openjdk8:jdk8u282-b08-centos
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/apim-analytics/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to AdoptOpenJDK Ubuntu Docker image
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/apim-analytics/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to AdoptOpenJDK Ubuntu Docker image
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to AdoptOpenJDK Ubuntu Docker image
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/is-as-km/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to AdoptOpenJDK Ubuntu Docker image
FROM adoptopenjdk:8u282-b08-jdk-hotspot-focal
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.13"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.14"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down

0 comments on commit b6990c0

Please sign in to comment.