Skip to content

Commit 9d89b85

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 46d9146 commit 9d89b85

14 files changed

+39
-39
lines changed

.github/workflows/example_basic_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3333:3333
1414

.github/workflows/example_browser_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3333:3333
1414

.github/workflows/example_cli_flags_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3333:3333
1414

.github/workflows/example_env_var.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3355:3333
1414

.github/workflows/example_specific_k6_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3333:3333
1414

.github/workflows/example_verify_scripts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3333:3333
1414

.github/workflows/k6_browser_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3333:3333
1414

.github/workflows/k6_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
quickpizza:
11-
image: ghcr.io/grafana/quickpizza-local:0.15.19 # zizmor: ignore[unpinned-images]
11+
image: ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde # zizmor: ignore[unpinned-images]
1212
ports:
1313
- 3333:3333
1414

compose.grafana-cloud.microservices.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ x-quickpizza-env-common: &quickpizza-env-common
1212
name: quickpizza
1313
services:
1414
alloy:
15-
image: grafana/alloy:v1.12.0
15+
image: grafana/alloy:v1.12.0@sha256:85e4a706181741dd735d9a69bea81f9e03e16d5349bff46dd9640379f143c007
1616
container_name: alloy
1717
labels:
1818
- "service.type=instrumentation"
@@ -47,7 +47,7 @@ services:
4747
- ws
4848

4949
catalog:
50-
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19}
50+
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde}
5151
container_name: catalog
5252
labels:
5353
- "service.type=application"
@@ -67,7 +67,7 @@ services:
6767
condition: service_healthy
6868

6969
config:
70-
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19}
70+
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde}
7171
container_name: config
7272
labels:
7373
- "service.type=application"
@@ -82,7 +82,7 @@ services:
8282
QUICKPIZZA_CONF_FARO_APP_NAME: "${QUICKPIZZA_CONF_FARO_APP_NAME:-QuickPizza}"
8383
QUICKPIZZA_CONF_FARO_INSTRUMENTATION_ENABLE_REPLAY: "${QUICKPIZZA_CONF_FARO_INSTRUMENTATION_ENABLE_REPLAY:-false}"
8484
copy:
85-
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19}
85+
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde}
8686
container_name: copy
8787
labels:
8888
- "service.type=application"
@@ -104,7 +104,7 @@ services:
104104
condition: service_started
105105

106106
public-api:
107-
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19}
107+
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde}
108108
container_name: public-api
109109
labels:
110110
- "service.type=application"
@@ -118,7 +118,7 @@ services:
118118
QUICKPIZZA_OTEL_SERVICE_NAME: "public-api"
119119

120120
recommendations:
121-
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19}
121+
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde}
122122
container_name: recommendations
123123
labels:
124124
- "service.type=application"
@@ -130,7 +130,7 @@ services:
130130
QUICKPIZZA_OTEL_SERVICE_NAME: "recommendations"
131131

132132
ws:
133-
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19}
133+
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde}
134134
container_name: ws
135135
labels:
136136
- "service.type=application"
@@ -142,7 +142,7 @@ services:
142142
QUICKPIZZA_OTEL_SERVICE_NAME: "ws"
143143

144144
quickpizza-db:
145-
image: postgres:18.1
145+
image: postgres:18.1@sha256:0a9d07c16184b6bf34cb405ddf22eb312da2fc1ef6639e62434a500587675f79
146146
container_name: quickpizza-db
147147
labels:
148148
- "service.type=database"

compose.grafana-cloud.monolithic.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
alloy:
3-
image: grafana/alloy:v1.12.0
3+
image: grafana/alloy:v1.12.0@sha256:85e4a706181741dd735d9a69bea81f9e03e16d5349bff46dd9640379f143c007
44
container_name: alloy
55
labels:
66
- "service.type=instrumentation"
@@ -31,7 +31,7 @@ services:
3131
quickpizza:
3232
# The QUICKPIZZA_IMAGE env. variable enables the use of a locally built image,
3333
# created with `make docker-build`.
34-
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19}
34+
image: ${QUICKPIZZA_IMAGE:-ghcr.io/grafana/quickpizza-local:0.15.19@sha256:9bb274e6178bfccc8da2f7d28dd65285fd6f6f8fd9d006febec65c7da655cfde}
3535
# Alloy reads `container_name` to relabel service name in telemetry.
3636
container_name: quickpizza
3737
labels:
@@ -60,7 +60,7 @@ services:
6060
condition: service_healthy
6161

6262
quickpizza-db:
63-
image: postgres:18.1
63+
image: postgres:18.1@sha256:0a9d07c16184b6bf34cb405ddf22eb312da2fc1ef6639e62434a500587675f79
6464
container_name: quickpizza-db
6565
labels:
6666
- "service.type=database"

0 commit comments

Comments
 (0)