From 17ed0534d976c2917ef43b25652ca2549bb63fba Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 1 Feb 2025 01:59:02 +0000 Subject: [PATCH] chore(deps): update docker --- ai-ml/llm-finetuning-gemma/Dockerfile | 2 +- ai-ml/maxdiffusion-tpu/build/server/Dockerfile | 2 +- ai-ml/t5-model-serving/client-app/Dockerfile | 2 +- batch/aiml-workloads/src/Dockerfile | 2 +- cost-optimization/gke-scheduled-autoscaler/Dockerfile | 2 +- cost-optimization/gke-shift-left-cost/Dockerfile | 2 +- databases/elasticsearch/docker/chatbot/Dockerfile | 2 +- databases/elasticsearch/docker/embed-docs/Dockerfile | 2 +- databases/postgres-pgvector/docker/chatbot/Dockerfile | 2 +- databases/postgres-pgvector/docker/embed-docs/Dockerfile | 2 +- databases/qdrant/docker/chatbot/Dockerfile | 2 +- databases/qdrant/docker/embed-docs/Dockerfile | 2 +- databases/weaviate/docker/chatbot/Dockerfile | 2 +- databases/weaviate/docker/embed-docs/Dockerfile | 2 +- .../custom-metrics-autoscaling/direct-to-sd/Dockerfile | 2 +- .../google-managed-prometheus/Dockerfile | 2 +- observability/distributed-tracing/Dockerfile | 2 +- observability/workload-metrics/Dockerfile | 2 +- quickstarts/guestbook/redis-follower/Dockerfile | 2 +- quickstarts/hello-app-cdn/Dockerfile | 2 +- quickstarts/hello-app-redis/Dockerfile | 2 +- quickstarts/hello-app-tls/Dockerfile | 2 +- quickstarts/hello-app/Dockerfile | 2 +- quickstarts/languages/go/Dockerfile | 2 +- quickstarts/languages/php/Dockerfile | 2 +- quickstarts/languages/ruby/Dockerfile | 2 +- quickstarts/whereami/Dockerfile | 2 +- security/wi-secrets/Dockerfile | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/ai-ml/llm-finetuning-gemma/Dockerfile b/ai-ml/llm-finetuning-gemma/Dockerfile index f6004b9685..cf920c4444 100644 --- a/ai-ml/llm-finetuning-gemma/Dockerfile +++ b/ai-ml/llm-finetuning-gemma/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # [START gke_aiml_llm_finetune_gemma_single_node_docker] -FROM nvidia/cuda:12.6.2-runtime-ubuntu22.04 +FROM nvidia/cuda:12.6.3-runtime-ubuntu22.04 RUN apt-get update && \ apt-get -y --no-install-recommends install python3-dev gcc python3-pip git && \ diff --git a/ai-ml/maxdiffusion-tpu/build/server/Dockerfile b/ai-ml/maxdiffusion-tpu/build/server/Dockerfile index 65bc8be48b..45984f3396 100644 --- a/ai-ml/maxdiffusion-tpu/build/server/Dockerfile +++ b/ai-ml/maxdiffusion-tpu/build/server/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3.12-slim +FROM python:3.13-slim WORKDIR /app RUN apt-get -y update RUN apt-get -y install git diff --git a/ai-ml/t5-model-serving/client-app/Dockerfile b/ai-ml/t5-model-serving/client-app/Dockerfile index e54c9c27fb..c4b792aeab 100644 --- a/ai-ml/t5-model-serving/client-app/Dockerfile +++ b/ai-ml/t5-model-serving/client-app/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.11.10-alpine +FROM python:3.13.1-alpine ARG PORT=8050 ENV PORT=${PORT} diff --git a/batch/aiml-workloads/src/Dockerfile b/batch/aiml-workloads/src/Dockerfile index 083219f4be..fe5f0ef996 100644 --- a/batch/aiml-workloads/src/Dockerfile +++ b/batch/aiml-workloads/src/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # [START gke_batch_aiml_workload_dockerfile] -FROM python:3.12-slim +FROM python:3.13-slim COPY ./requirements.txt /requirements.txt RUN pip install -r requirements.txt diff --git a/cost-optimization/gke-scheduled-autoscaler/Dockerfile b/cost-optimization/gke-scheduled-autoscaler/Dockerfile index f98b9239d8..b643cd33bf 100644 --- a/cost-optimization/gke-scheduled-autoscaler/Dockerfile +++ b/cost-optimization/gke-scheduled-autoscaler/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /go/src/custom-metric-exporter COPY * ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /export . diff --git a/cost-optimization/gke-shift-left-cost/Dockerfile b/cost-optimization/gke-shift-left-cost/Dockerfile index 2a7d4c1fbb..eaf211a96b 100644 --- a/cost-optimization/gke-shift-left-cost/Dockerfile +++ b/cost-optimization/gke-shift-left-cost/Dockerfile @@ -23,7 +23,7 @@ COPY . ./ RUN go build -mod=readonly -v -o /k8s-cost-estimator -FROM alpine:3.20 +FROM alpine:3.21 WORKDIR /app # Install utilities needed durin ci/cd process RUN apk update && apk upgrade && \ diff --git a/databases/elasticsearch/docker/chatbot/Dockerfile b/databases/elasticsearch/docker/chatbot/Dockerfile index 4d2e1ebc5b..cd363ff047 100644 --- a/databases/elasticsearch/docker/chatbot/Dockerfile +++ b/databases/elasticsearch/docker/chatbot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV ES_URL https://elasticsearch-ha-es-http:9200 ENV INDEX_NAME training-docs diff --git a/databases/elasticsearch/docker/embed-docs/Dockerfile b/databases/elasticsearch/docker/embed-docs/Dockerfile index 15e40a0dea..6dc5b76a58 100644 --- a/databases/elasticsearch/docker/embed-docs/Dockerfile +++ b/databases/elasticsearch/docker/embed-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV ES_URL https://elasticsearch-ha-es-http:9200 ENV INDEX_NAME training-docs diff --git a/databases/postgres-pgvector/docker/chatbot/Dockerfile b/databases/postgres-pgvector/docker/chatbot/Dockerfile index 0447607090..ebc536cd7f 100644 --- a/databases/postgres-pgvector/docker/chatbot/Dockerfile +++ b/databases/postgres-pgvector/docker/chatbot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV POSTGRES_HOST gke-pg-cluster-rw.pg-ns ENV DATABASE_NAME app diff --git a/databases/postgres-pgvector/docker/embed-docs/Dockerfile b/databases/postgres-pgvector/docker/embed-docs/Dockerfile index 558d938c15..47548e9bca 100644 --- a/databases/postgres-pgvector/docker/embed-docs/Dockerfile +++ b/databases/postgres-pgvector/docker/embed-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV POSTGRES_HOST gke-pg-cluster-rw.pg-ns ENV DATABASE_NAME app diff --git a/databases/qdrant/docker/chatbot/Dockerfile b/databases/qdrant/docker/chatbot/Dockerfile index e9f1d1ba67..4be9159984 100644 --- a/databases/qdrant/docker/chatbot/Dockerfile +++ b/databases/qdrant/docker/chatbot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV QDRANT_URL http://qdrant-database:6333 ENV COLLECTION_NAME training-docs diff --git a/databases/qdrant/docker/embed-docs/Dockerfile b/databases/qdrant/docker/embed-docs/Dockerfile index 8fad770943..19a139a1cb 100644 --- a/databases/qdrant/docker/embed-docs/Dockerfile +++ b/databases/qdrant/docker/embed-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV QDRANT_URL http://qdrant-qdrant:6333 ENV COLLECTION_NAME training-docs diff --git a/databases/weaviate/docker/chatbot/Dockerfile b/databases/weaviate/docker/chatbot/Dockerfile index e56a918b95..399598f81a 100644 --- a/databases/weaviate/docker/chatbot/Dockerfile +++ b/databases/weaviate/docker/chatbot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV WEAVIATE_ENDPOINT weaviate.weaviate ENV WEAVIATE_GRPC_ENDPOINT weaviate-grpc.weaviate diff --git a/databases/weaviate/docker/embed-docs/Dockerfile b/databases/weaviate/docker/embed-docs/Dockerfile index af8f591968..134482bbc4 100644 --- a/databases/weaviate/docker/embed-docs/Dockerfile +++ b/databases/weaviate/docker/embed-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm ENV WEAVIATE_ENDPOINT weaviate.weaviate ENV WEAVIATE_GRPC_ENDPOINT weaviate-grpc.weaviate diff --git a/observability/custom-metrics-autoscaling/direct-to-sd/Dockerfile b/observability/custom-metrics-autoscaling/direct-to-sd/Dockerfile index d2d6c091de..7325ef212e 100644 --- a/observability/custom-metrics-autoscaling/direct-to-sd/Dockerfile +++ b/observability/custom-metrics-autoscaling/direct-to-sd/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app COPY * ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /sd-dummy-exporter diff --git a/observability/custom-metrics-autoscaling/google-managed-prometheus/Dockerfile b/observability/custom-metrics-autoscaling/google-managed-prometheus/Dockerfile index a9531d0e77..0d9a30cc97 100644 --- a/observability/custom-metrics-autoscaling/google-managed-prometheus/Dockerfile +++ b/observability/custom-metrics-autoscaling/google-managed-prometheus/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app COPY * ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /prometheus-dummy-exporter diff --git a/observability/distributed-tracing/Dockerfile b/observability/distributed-tracing/Dockerfile index f31f795d88..7d0700d04a 100644 --- a/observability/distributed-tracing/Dockerfile +++ b/observability/distributed-tracing/Dockerfile @@ -9,7 +9,7 @@ #See the License for the specific language governing permissions and #limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /crud COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o /http-app diff --git a/observability/workload-metrics/Dockerfile b/observability/workload-metrics/Dockerfile index 2f30ea6c92..f123cf5ca0 100644 --- a/observability/workload-metrics/Dockerfile +++ b/observability/workload-metrics/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app COPY * ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /workload-metrics diff --git a/quickstarts/guestbook/redis-follower/Dockerfile b/quickstarts/guestbook/redis-follower/Dockerfile index 9d2c19d6dd..edc4a0192d 100644 --- a/quickstarts/guestbook/redis-follower/Dockerfile +++ b/quickstarts/guestbook/redis-follower/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM redis:6.2.16 +FROM redis:6.2.17 ADD run.sh /run.sh diff --git a/quickstarts/hello-app-cdn/Dockerfile b/quickstarts/hello-app-cdn/Dockerfile index fa9cc69c63..c2a7263a3c 100644 --- a/quickstarts/hello-app-cdn/Dockerfile +++ b/quickstarts/hello-app-cdn/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app RUN go mod init hello-app-cdn COPY *.go ./ diff --git a/quickstarts/hello-app-redis/Dockerfile b/quickstarts/hello-app-redis/Dockerfile index 8656ea5156..8473d65547 100644 --- a/quickstarts/hello-app-redis/Dockerfile +++ b/quickstarts/hello-app-redis/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app RUN go mod init hello-app-redis COPY * ./ diff --git a/quickstarts/hello-app-tls/Dockerfile b/quickstarts/hello-app-tls/Dockerfile index 18c1b94c98..9fc2cc10e1 100644 --- a/quickstarts/hello-app-tls/Dockerfile +++ b/quickstarts/hello-app-tls/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app RUN go mod init hello-app-tls COPY *.go ./ diff --git a/quickstarts/hello-app/Dockerfile b/quickstarts/hello-app/Dockerfile index 49695e6668..d9933ccbd5 100644 --- a/quickstarts/hello-app/Dockerfile +++ b/quickstarts/hello-app/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # [START gke_quickstarts_hello_app_dockerfile] -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app RUN go mod init hello-app COPY *.go ./ diff --git a/quickstarts/languages/go/Dockerfile b/quickstarts/languages/go/Dockerfile index 12ac1c9da2..213cf7adfc 100644 --- a/quickstarts/languages/go/Dockerfile +++ b/quickstarts/languages/go/Dockerfile @@ -16,7 +16,7 @@ # Use the offical Go image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app # Initialize a new Go module. diff --git a/quickstarts/languages/php/Dockerfile b/quickstarts/languages/php/Dockerfile index 13ec95cdb5..9df048aa89 100644 --- a/quickstarts/languages/php/Dockerfile +++ b/quickstarts/languages/php/Dockerfile @@ -15,7 +15,7 @@ # [START gke_quickstarts_languages_php_dockerfile] # Use the official PHP 7.4 image. # https://hub.docker.com/_/php -FROM php:8.3-apache +FROM php:8.4-apache # Copy local code to the container image. COPY index.php /var/www/html/ diff --git a/quickstarts/languages/ruby/Dockerfile b/quickstarts/languages/ruby/Dockerfile index 6937d4ffe3..ebf7ff476d 100644 --- a/quickstarts/languages/ruby/Dockerfile +++ b/quickstarts/languages/ruby/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Ruby image. # https://hub.docker.com/_/ruby -FROM ruby:3.3-slim +FROM ruby:3.4-slim # Install production dependencies. WORKDIR /usr/src/app diff --git a/quickstarts/whereami/Dockerfile b/quickstarts/whereami/Dockerfile index d32392e08b..b6e92c1e8a 100644 --- a/quickstarts/whereami/Dockerfile +++ b/quickstarts/whereami/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0-slim +FROM python:3.13.1-slim #MAINTAINER Alex Mattson "alex.mattson@gmail.com" diff --git a/security/wi-secrets/Dockerfile b/security/wi-secrets/Dockerfile index b88fbfc761..e9b8eb070b 100644 --- a/security/wi-secrets/Dockerfile +++ b/security/wi-secrets/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /app COPY *.go go.mod go.sum ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /wi-secrets