Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1/debian11/1.25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM marketplace.gcr.io/google/c2d-debian11

ENV NGINX_VERSION 1.25.2*
ENV C2D_RELEASE 1.25.2
ENV NGINX_VERSION 1.25.3*
ENV C2D_RELEASE 1.25.3

ENV ENABLE_STUB_STATUS false

Expand Down
12 changes: 6 additions & 6 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Redistribution and use in source and binary forms, with or without modification, are permitted
# provided that the following conditions are met:
Expand Down Expand Up @@ -29,13 +29,13 @@ versions:
from: marketplace.gcr.io/google/c2d-debian11
packages:
nginx:
version: 1.25.2
version: 1.25.3
repo: nginx1
tags:
- 1.25.2-debian11
- 1.25.3-debian11
- 1.25-debian11
- 1-debian11
- 1.25.2
- 1.25.3
- '1.25'
- '1'
- latest
Expand Down Expand Up @@ -69,8 +69,8 @@ versions:
version: 0.11.0
repo: nginx-exporter0
tags:
- 0.11.0
- '0.11'
- 0.14.0
- '0.14'
- '0'
- latest
templateSubDir: exporter
Expand Down