Skip to content

Commit

Permalink
Update debian-base image to v1.4.3
Browse files Browse the repository at this point in the history
This should refresh the image while fixing CVEs inside.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert authored and k8s-ci-robot committed Feb 22, 2023
1 parent 585bbb0 commit e37aef5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.build-image
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# hash below relates to tag: bullseye-v1.4.2
FROM registry.k8s.io/build-image/debian-base@sha256:e6e8c911b1566556ae105d3600df04c600241f43b06d22c73592ebb446d60c49
# hash below relates to tag: bullseye-v1.4.3
FROM registry.k8s.io/build-image/debian-base@sha256:3fcf9bcc4949392155cde1f96591ba3eda092f4735a9cc856bf526d71f48af47
WORKDIR /work

RUN apt-get update && apt-get install -y wget xz-utils libapparmor-dev
Expand Down
10 changes: 8 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,18 @@ dependencies:
- path: .github/workflows/test.yml
match: node

- name: debian-base
version: sha256:e6e8c911b1566556ae105d3600df04c600241f43b06d22c73592ebb446d60c49
- name: debian-base-digest
version: sha256:3fcf9bcc4949392155cde1f96591ba3eda092f4735a9cc856bf526d71f48af47
refPaths:
- path: Dockerfile.build-image
match: registry.k8s.io/build-image/debian-base

- name: debian-base
version: bullseye-v1.4.3
refPaths:
- path: Dockerfile.build-image
match: tag

- name: ubi8-minimal
version: sha256:65a240ad8bd3f2fff3e18a22ebadc40da0b145616231fc1e16251f3c6dee087a
refPaths:
Expand Down

0 comments on commit e37aef5

Please sign in to comment.