Skip to content

Commit

Permalink
chore(deps): update ubuntu:24.04 docker digest to 7229784
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-dennybaa[bot] authored Feb 4, 2025
1 parent ec5f977 commit 4cf8345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/gitops.containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
FROM ubuntu:24.04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782

RUN export DEBIAN_FRONTEND=noninteractive; apt-get -y update && apt-get install -y \
ca-certificates lsb-release sudo fakeroot \
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu-24.04.containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
FROM ubuntu:24.04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782

RUN export DEBIAN_FRONTEND=noninteractive; apt-get -y update && apt-get install -y \
ca-certificates lsb-release sudo fakeroot \
Expand Down
2 changes: 1 addition & 1 deletion runners/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN mkdir -p /runner/tools/helpers \


## --- Actions Runner Image
FROM ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
FROM ubuntu:24.04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782
ARG TARGETARCH="${TARGETARCH:-}"

Check warning on line 36 in runners/Containerfile

View workflow job for this annotation

GitHub Actions / image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$TARGETARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
ARG TARGETOS="${TARGETOS:-linux}"

Check warning on line 37 in runners/Containerfile

View workflow job for this annotation

GitHub Actions / image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$TARGETOS' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Expand Down

0 comments on commit 4cf8345

Please sign in to comment.