Skip to content
Open
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
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ services:

monitoring-platform-grafana-image-renderer:
container_name: monitoring-platform-grafana-image-renderer
image: grafana/grafana-image-renderer:3.11.0
image: grafana/grafana-image-renderer:3.12.9@sha256:6d8650aad54e3efcbe9992ca1bc06e1046c7c15567019d4d289273f60ef59656
ports:
- 8081
volumes:
- ./ops/docker/grafana-image-renderer/config.json:/usr/src/app/config.json

monitoring-platform-mkcert:
container_name: monitoring-platform-mkcert
image: webgrip/traefik-local-development-mkcert:latest
image: webgrip/traefik-local-development-mkcert:latest@sha256:573ec22f3802e2b841b8ad7c8cfd5b336aaed4eaccaa1587de8b778b90e00c7f
pull_policy: always
volumes:
- ~/.config/mkcert:/root/.local/share/mkcert:ro
Expand All @@ -56,7 +56,7 @@ services:

monitoring-platform-loki:
container_name: monitoring-platform-loki
image: grafana/loki:3.2.0
image: grafana/loki:3.7.1@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4
ports:
- "3100:3100" # HTTP
- "9095:9095" # GRCP
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:11.2.2-ubuntu
FROM grafana/grafana:11.2.2-ubuntu@sha256:2bef00403c18d27919ff19d64fd6253fa713b3880304e92f69109e14221ac843
LABEL maintainer="ryan@webgrip.nl"

USER root
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:11.4.2-ubi9
FROM mariadb:11.8.6-ubi9@sha256:72dd6e9f556b475090e05fcb0a9e012a89c076baa7a577e80388ea65f315edf1

RUN useradd -ms /bin/bash mariadb_user

Expand Down
2 changes: 1 addition & 1 deletion ops/docker/otel-collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM otel/opentelemetry-collector-contrib:0.111.0
FROM otel/opentelemetry-collector-contrib:0.150.1@sha256:a516c26968aa1feb5e5fc0562e3338ea13755cb4f373603226bcc4e276374ad0
COPY config.yml /etc/otelcol-contrib/config.yaml

ENTRYPOINT ["/otelcol-contrib"]
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/tempo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/tempo:main-1ba8723
FROM grafana/tempo:main-1ba8723@sha256:f389e2ea65669d0be3e9e14df18466e78780e9f04177cc4e4ac8e527e6469284

USER root

Expand Down