Skip to content
Closed
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
2 changes: 1 addition & 1 deletion dockerhub/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Docker Hub image, pinned to linux/amd64-specific digest of v2.40.0
FROM prom/prometheus:v2.40.0@sha256:eff669d70ee485a191a645caa269530fc4930d0b6c178390c1e1bb378fd200fc
FROM prom/prometheus:v2.55.1@sha256:2659f4c2ebb718e7695cb9b25ffa7d6be64db013daba13e05c875451cf51b0d3
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reference:

❯ crane digest prom/prometheus:v2.55.1
sha256:2659f4c2ebb718e7695cb9b25ffa7d6be64db013daba13e05c875451cf51b0d3

❯ crane digest --platform linux/arm64 prom/prometheus:v2.55.1
sha256:f4def6b3b61109a6eeea59945d578bb7e926c36cb0e036a23e3ceb8b6de024ad

❯ crane digest --platform linux/amd64 prom/prometheus:v2.55.1
sha256:b1935d181b6dd8e9c827705e89438815337e1b10ae35605126f05f44e5c6940f

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For dockerhub image (this one) it is resolving to the multiarch index digest.

2 changes: 1 addition & 1 deletion dockerhub/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Docker Hub image, pinned to linux/arm64-specific digest of v2.40.0
FROM prom/prometheus:v2.40.0@sha256:44112d5bd288a7f0115bba1fc9e1936a8c58f88cd86ec039b490894f6f5b5a00
FROM prom/prometheus:v2.55.1@sha256:2659f4c2ebb718e7695cb9b25ffa7d6be64db013daba13e05c875451cf51b0d3
2 changes: 1 addition & 1 deletion quay/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Quay.io image, pinned to linux/amd64-specific digest of v2.40.0
FROM quay.io/prometheus/prometheus:v2.40.0@sha256:eff669d70ee485a191a645caa269530fc4930d0b6c178390c1e1bb378fd200fc
FROM quay.io/prometheus/prometheus:v2.55.1@sha256:b1935d181b6dd8e9c827705e89438815337e1b10ae35605126f05f44e5c6940f
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reference:

❯ crane digest quay.io/prometheus/prometheus:v2.55.1
sha256:2659f4c2ebb718e7695cb9b25ffa7d6be64db013daba13e05c875451cf51b0d3

❯ crane digest --platform linux/arm64 quay.io/prometheus/prometheus:v2.55.1
sha256:f4def6b3b61109a6eeea59945d578bb7e926c36cb0e036a23e3ceb8b6de024ad

❯ crane digest --platform linux/amd64 quay.io/prometheus/prometheus:v2.55.1
sha256:b1935d181b6dd8e9c827705e89438815337e1b10ae35605126f05f44e5c6940f

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For quay (this one) it is resolving to the proper arch specific digest.

2 changes: 1 addition & 1 deletion quay/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Quay.io image, pinned to linux/arm64-specific digest of v2.40.0
FROM quay.io/prometheus/prometheus:v2.40.0@sha256:44112d5bd288a7f0115bba1fc9e1936a8c58f88cd86ec039b490894f6f5b5a00
FROM quay.io/prometheus/prometheus:v2.55.1@sha256:f4def6b3b61109a6eeea59945d578bb7e926c36cb0e036a23e3ceb8b6de024ad