Skip to content

Commit

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

Bump the container-images group across 6 directories with 2 updates
  • Loading branch information
DrJosh9000 authored Jan 22, 2025
2 parents e725fec + 667fa6f commit 7b049e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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:bfad147656d3fcd2508fded1164f5ecffb23cf3d8ca152a174430d1845f458e0
FROM public.ecr.aws/buildkite/agent-base:alpine-k8s@sha256:0977c4254cdc9d5194b75b01043aaafa50bd1594ba919b71202c3f5f416fc560
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:b8c5755881461ad35c6610134b70b4561bdb4aeadef30e7c059b053be2228384
FROM public.ecr.aws/buildkite/agent-base:alpine@sha256:388c6a7fcd59580f922406310a138ba0e6c53d5dd0d605a9b00eaa4b457a6ab5
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:b8741adb90b0f4525bfd7cb9f08c8bdd86ac36c73dd71daaa2d34f968e9f78c5
FROM public.ecr.aws/docker/library/busybox:1-musl@sha256:37ccc05112d0a7162b605c375f5c0f5cfbc6e6c4fc8030ead6ae26a18c28a542
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:4cb518b9fb83528a26f6ecd301953183e92435ea52b1adc15d3b8cec3dcb2621
FROM public.ecr.aws/buildkite/agent-base:ubuntu-focal@sha256:c3335e7e737ac096a0e64f461059e14bab977fb99d6f168c77626f09995a3ce3
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion packaging/docker/ubuntu-22.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-jammy@sha256:848be0664abe782ef8b97c1f993a501b373021ac04deec6365da57299075ba5d
FROM public.ecr.aws/buildkite/agent-base:ubuntu-jammy@sha256:099bde6f040fc7c8f9d07b981390cae1b8336ed1bf835ba09dd0d164f448adc3
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:7ca2063bc6bae3f02816e25d8d8fa3a1cf760149a19ec98efd14308f988e2acd
FROM public.ecr.aws/buildkite/agent-base:ubuntu-noble@sha256:b81037d503913b8cdd84edea02b3539d271af00aa93e0232d9283bf3a3f482e5
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 7b049e2

Please sign in to comment.