Skip to content

Commit

Permalink
Update ghcr.io/grafana/chromium-swiftshader-alpine Docker tag to v131…
Browse files Browse the repository at this point in the history
….0.6778.139-r0-3.21.0
  • Loading branch information
grafanarenovatebot[bot] authored and Nadia Santalla committed Dec 16, 2024
1 parent 4ea582e commit cd41512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /usr/local/bin/crocochrome ./cmd

# For setting caps, use the same image than the final layer is using to avoid pulling two distinct ones.
FROM ghcr.io/grafana/chromium-swiftshader-alpine:131.0.6778.108-r0-3.21.0@sha256:07c5ec3c9d63c263a2a2389a44000629f67ff3637f45d2d55cd74b7463c9a3ec as setcapper
FROM ghcr.io/grafana/chromium-swiftshader-alpine:131.0.6778.139-r0-3.21.0@sha256:c42606a15ade344ef1957b3d182c6315947240ecacaac1a5983cb0ab41d8e8f6 as setcapper

Check warning on line 15 in Dockerfile

View workflow job for this annotation

GitHub Actions / publish

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 15 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build container image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 15 in Dockerfile

View workflow job for this annotation

GitHub Actions / publish

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN apk --no-cache add libcap

Expand All @@ -23,7 +23,7 @@ COPY --from=buildtools /usr/local/bin/crocochrome /usr/local/bin/crocochrome
# WARNING: The container MUST be also granted all of the following capabilities too, or the CRI will refuse to start it.
RUN setcap cap_setuid,cap_setgid,cap_kill,cap_chown,cap_dac_override,cap_fowner+ep /usr/local/bin/crocochrome

FROM ghcr.io/grafana/chromium-swiftshader-alpine:131.0.6778.108-r0-3.21.0@sha256:07c5ec3c9d63c263a2a2389a44000629f67ff3637f45d2d55cd74b7463c9a3ec
FROM ghcr.io/grafana/chromium-swiftshader-alpine:131.0.6778.139-r0-3.21.0@sha256:c42606a15ade344ef1957b3d182c6315947240ecacaac1a5983cb0ab41d8e8f6

RUN adduser --home / --uid 6666 --shell /bin/nologin --disabled-password k6

Expand Down

0 comments on commit cd41512

Please sign in to comment.