From ac408e0a8a55a6adf7958fa4e7cda27ffcf48cd0 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 7 Nov 2023 06:48:58 +0000 Subject: [PATCH] chore(deps): update patch and digest updates --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-image.yml | 4 ++-- builder/Containerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8abcdc4..ee07274 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest container: - image: quay.io/centos-boot/builder:latest@sha256:fa814ae44e9c962f39020e0020111bb9d4cfdb52acc27dae2ca9d7fe301b61c3 + image: quay.io/centos-boot/builder:latest@sha256:c05a652979f4d13b0d597a2ad32742069be718b71c7458b6f928290ab8d54a1a options: --privileged strategy: diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 951714e..a6f7f30 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest container: - image: quay.io/centos-boot/builder:latest@sha256:fa814ae44e9c962f39020e0020111bb9d4cfdb52acc27dae2ca9d7fe301b61c3 + image: quay.io/centos-boot/builder:latest@sha256:c05a652979f4d13b0d597a2ad32742069be718b71c7458b6f928290ab8d54a1a options: --privileged strategy: @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Build and Push run: | diff --git a/builder/Containerfile b/builder/Containerfile index 42d9a84..63c2139 100644 --- a/builder/Containerfile +++ b/builder/Containerfile @@ -1,5 +1,5 @@ # This image contains the baseline tools to build bootable base images. -FROM quay.io/centos/centos:stream9@sha256:34f587a3228a2a924a114e5bd04450c119e9d803154f18e27eb97530c5ea13f5 +FROM quay.io/centos/centos:stream9@sha256:c1768e42666a0b8953636b7d2636f0156814bc930dbd722a7da8d3985ae3da8a COPY coreos-continuous.repo /etc/yum.repos.d COPY . /src RUN /src/build.sh && cd / && rm /src -rf