Skip to content

Commit

Permalink
Add 2.54 version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Sep 18, 2024
1 parent edfe227 commit 024f736
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 2/debian11/2.49/Dockerfile → 2/debian12/2.49/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM marketplace.gcr.io/google/c2d-debian11
FROM marketplace.gcr.io/google/debian12
ENV PROMETHEUS_VERSION 2.49.1

ENV PROMETHEUS_URL="https://github.com/prometheus/prometheus/releases/download/v$PROMETHEUS_VERSION/prometheus-$PROMETHEUS_VERSION.linux-amd64.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions 2/debian11/2.48/Dockerfile → 2/debian12/2.54/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM marketplace.gcr.io/google/c2d-debian11
ENV PROMETHEUS_VERSION 2.48.1
FROM marketplace.gcr.io/google/debian12
ENV PROMETHEUS_VERSION 2.54.1

ENV PROMETHEUS_URL="https://github.com/prometheus/prometheus/releases/download/v$PROMETHEUS_VERSION/prometheus-$PROMETHEUS_VERSION.linux-amd64.tar.gz"

Expand Down
35 changes: 17 additions & 18 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,30 @@
cloudbuild:
enable_parallel: false
versions:
- dir: 2/debian11/2.49
from: marketplace.gcr.io/google/c2d-debian11
- dir: 2/debian12/2.54
from: marketplace.gcr.io/google/debian12
packages:
prometheus:
sha256: 93460f66d17ee70df899e91db350d9705c20b1576800f96acbd78fa004e7dc07
version: 2.49.1
sha256: 31715ef65e8a898d0f97c8c08c03b6b9afe485ac84e1698bcfec90fc6e62924f
version: 2.54.1
repo: prometheus2
tags:
- 2.49.1-debian11
- 2.49-debian11
- 2-debian11
- 2.49.1
- '2.49'
- 2.54.1-debian12
- 2.54-debian12
- 2-debian12
- 2.54.1
- '2.54'
- '2'
- latest
- dir: 2/debian11/2.48
from: marketplace.gcr.io/google/c2d-debian11
- dir: 2/debian12/2.49
from: marketplace.gcr.io/google/debian12
packages:
prometheus:
sha256: 5d58b52ccfeff25700bc8d14ecc1235cbf112a05041e3b2f6900d16b44856f6f
version: 2.48.1
sha256: 93460f66d17ee70df899e91db350d9705c20b1576800f96acbd78fa004e7dc07
version: 2.49.1
repo: prometheus2
tags:
- 2.48.1-debian11
- 2.48-debian11
- 2.48.1
- '2.48'

- 2.49.1-debian12
- 2.49-debian12
- 2.49.1
- '2.49'

0 comments on commit 024f736

Please sign in to comment.