From 6ade7d72ab8d39ba5d5c715fd3f70af96d673176 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Thu, 10 Oct 2024 21:30:48 +0530 Subject: [PATCH] updating docker image base images --- adapter/Dockerfile | 2 +- adapter/README.md | 2 +- apkBase/Dockerfile | 2 +- common-controller/Dockerfile | 2 +- gateway/enforcer/Dockerfile | 2 +- idp/idp-domain-service/docker/Dockerfile | 2 +- runtime/config-deployer-service/docker/Dockerfile | 2 +- test/interceptor-backend/ballerina/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/adapter/Dockerfile b/adapter/Dockerfile index e9a1e7f674..7a54e505ad 100644 --- a/adapter/Dockerfile +++ b/adapter/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # ----------------------------------------------------------------------- -FROM alpine:3.19.1 +FROM alpine:3.20.3 LABEL maintainer="WSO2 Docker Maintainers " RUN apk update && apk upgrade --no-cache \ diff --git a/adapter/README.md b/adapter/README.md index 98923733e6..d859184e2b 100644 --- a/adapter/README.md +++ b/adapter/README.md @@ -8,7 +8,7 @@ The following should be installed in your dev machine. - [Gradle](https://gradle.org/install/) >= 7.5.1 version - [Docker](https://docs.docker.com/engine/install/ubuntu/) >= 17.03 version -- [Golang](https://go.dev/doc/install) >= 1.19.0 version +- [Golang](https://go.dev/doc/install) >= 1.23 version - [Revive](https://github.com/mgechev/revive#installation) latest version - [Kubebuilder](https://book.kubebuilder.io/quick-start.html#installation) diff --git a/apkBase/Dockerfile b/apkBase/Dockerfile index 2cecbeff10..e100073820 100644 --- a/apkBase/Dockerfile +++ b/apkBase/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.10 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/common-controller/Dockerfile b/common-controller/Dockerfile index 44c435c5da..575d2ce9e6 100644 --- a/common-controller/Dockerfile +++ b/common-controller/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # ----------------------------------------------------------------------- -FROM alpine:3.19.1 +FROM alpine:3.20.3 LABEL maintainer="WSO2 Docker Maintainers " RUN apk update && apk upgrade --no-cache \ diff --git a/gateway/enforcer/Dockerfile b/gateway/enforcer/Dockerfile index 66b7e9a934..f59fc2ac39 100644 --- a/gateway/enforcer/Dockerfile +++ b/gateway/enforcer/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # ----------------------------------------------------------------------- -FROM ubuntu:22.04 +FROM ubuntu:24.10 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/idp/idp-domain-service/docker/Dockerfile b/idp/idp-domain-service/docker/Dockerfile index 2ae43f2e33..cca4b6f8fb 100644 --- a/idp/idp-domain-service/docker/Dockerfile +++ b/idp/idp-domain-service/docker/Dockerfile @@ -18,7 +18,7 @@ # #--------------------------------------------------------------- -FROM ubuntu:22.04 +FROM ubuntu:24.10 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/runtime/config-deployer-service/docker/Dockerfile b/runtime/config-deployer-service/docker/Dockerfile index 25c55b529a..96d344a94f 100644 --- a/runtime/config-deployer-service/docker/Dockerfile +++ b/runtime/config-deployer-service/docker/Dockerfile @@ -1,5 +1,5 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.10 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/test/interceptor-backend/ballerina/Dockerfile b/test/interceptor-backend/ballerina/Dockerfile index d14db5ae2f..77d9973878 100644 --- a/test/interceptor-backend/ballerina/Dockerfile +++ b/test/interceptor-backend/ballerina/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.10 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'