Skip to content

Commit 6f538cc

Browse files
build(deps): bump the docker group in /packaging/docker with 3 updates (#19660) (#19664)
Bumps the docker group in /packaging/docker with 3 updates: [chainguard/static](https://github.com/chainguard-images/images), ubi9/ubi-micro and [wolfi/chainguard-base-fips](https://github.com/chainguard-images/images-private). Updates `chainguard/static` from `d4c20db` to `d44809c` - [Commits](https://github.com/chainguard-images/images/commits) Updates `ubi9/ubi-micro` from `9900020` to `e14a8cb` Updates `wolfi/chainguard-base-fips` from `e3f168b` to `28fd7f3` - [Commits](https://github.com/chainguard-images/images-private/commits) --- updated-dependencies: - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production dependency-group: docker - dependency-name: ubi9/ubi-micro dependency-version: latest dependency-type: direct:production dependency-group: docker - dependency-name: wolfi/chainguard-base-fips dependency-version: latest dependency-type: direct:production dependency-group: docker ... (cherry picked from commit d0774c2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 959fa61 commit 6f538cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packaging/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ COPY --chmod=0644 apm-server.yml ./apm-server.yml
1919
RUN sed -i 's/127.0.0.1:8200/0.0.0.0:8200/' apm-server.yml
2020
RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2121

22-
FROM cgr.dev/chainguard/static:latest@sha256:d4c20db9cb2dbf1ac9ec77f9dbc11080a78514a5f9b96096965550dbd1c73e09 AS builder-certs
22+
FROM cgr.dev/chainguard/static:latest@sha256:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d AS builder-certs
2323

2424
################################################################################
2525
# Build stage 1
2626
# Copy prepared files from the previous stage and complete the image.
2727
################################################################################
28-
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:990002083442f6a93cd3249da32ecb7c3f6be778a1bec3a73a9c17fbc40edc15
28+
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:e14a8cbcaa0c26b77140ac85d40a47b5e910a4068686b02ebcad72126e9b5f86
2929
ARG TARGETARCH
3030
ARG BUILD_DATE
3131
ARG VERSION

packaging/docker/Dockerfile.fips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2222
# Build stage 1
2323
# Copy prepared files from the previous stage and complete the image.
2424
################################################################################
25-
FROM docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:e3f168b32d76bd5646b8ce42720cda2f0d566fa810a4f92ea1452bc4d3fbeea9
25+
FROM docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:28fd7f3ca6a5381a700b1d848b6297d0b3886d81a591496f197e255597dbeb2c
2626
ARG TARGETARCH
2727
ARG BUILD_DATE
2828
ARG VERSION

packaging/docker/Dockerfile.wolfi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2323
# Build stage 1
2424
# Copy prepared files from the previous stage and complete the image.
2525
################################################################################
26-
FROM cgr.dev/chainguard/static:latest@sha256:d4c20db9cb2dbf1ac9ec77f9dbc11080a78514a5f9b96096965550dbd1c73e09
26+
FROM cgr.dev/chainguard/static:latest@sha256:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d
2727
ARG TARGETARCH
2828
ARG BUILD_DATE
2929
ARG VERSION

0 commit comments

Comments
 (0)