Skip to content

Commit

Permalink
Merge pull request #3143 from buildkite/dependabot/docker/packaging/d…
Browse files Browse the repository at this point in the history
…ocker/alpine/container-images-c3fe51e4f8

Bump the container-images group across 5 directories with 2 updates
  • Loading branch information
CerealBoy authored Jan 6, 2025
2 parents 841f492 + ea101d5 commit 091daec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/docker/alpine-k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4

FROM public.ecr.aws/buildkite/agent-base:alpine-k8s@sha256:71168546191386d9e490e1968ca06e300dd59fe8b815488343e692ea7a26d9e2
FROM public.ecr.aws/buildkite/agent-base:alpine-k8s@sha256:bfad147656d3fcd2508fded1164f5ecffb23cf3d8ca152a174430d1845f458e0
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion packaging/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4

FROM public.ecr.aws/buildkite/agent-base:alpine@sha256:8789bb7fef3e851804d41b63b4490661790d10d193ff5251cf3ba560da98fa79
FROM public.ecr.aws/buildkite/agent-base:alpine@sha256:b8c5755881461ad35c6610134b70b4561bdb4aeadef30e7c059b053be2228384
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion packaging/docker/sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN mkdir /buildkite \
COPY buildkite-agent.cfg /buildkite/
COPY buildkite-agent-$TARGETOS-$TARGETARCH /buildkite/bin/buildkite-agent

FROM public.ecr.aws/docker/library/busybox:1-musl@sha256:e95352f7c5174c96ffc684150c9d08fc3ba26ac2f37c613c398fd369e15a0789
FROM public.ecr.aws/docker/library/busybox:1-musl@sha256:b8741adb90b0f4525bfd7cb9f08c8bdd86ac36c73dd71daaa2d34f968e9f78c5
COPY --from=0 /buildkite /buildkite
VOLUME /buildkite
2 changes: 1 addition & 1 deletion packaging/docker/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4

FROM public.ecr.aws/buildkite/agent-base:ubuntu-focal@sha256:847b618935b29abfb5970205ec267ef6e8456fd521fae65221ae94718c7fc526
FROM public.ecr.aws/buildkite/agent-base:ubuntu-focal@sha256:4cb518b9fb83528a26f6ecd301953183e92435ea52b1adc15d3b8cec3dcb2621
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion packaging/docker/ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4

FROM public.ecr.aws/buildkite/agent-base:ubuntu-noble@sha256:fcc3b3c27bf53dfc432c832aa01df51adcd7bd7d737f55faa0ec1d0ca5eeb199
FROM public.ecr.aws/buildkite/agent-base:ubuntu-noble@sha256:7ca2063bc6bae3f02816e25d8d8fa3a1cf760149a19ec98efd14308f988e2acd
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 091daec

Please sign in to comment.