Skip to content

Commit

Permalink
update basic-checks baseimage when building it
Browse files Browse the repository at this point in the history
Update baseimage when we build the basic-checks image. While we usually
bump to quite new version, we also have repository_dispatch trigger in
the workflow, so we can rebuild the image in which case baseimage is
old and should get updated.

Quay is reporting a lot of vulnerabilities for this image already.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Nov 19, 2024
1 parent 3cc1e88 commit 4434479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build-images-action

on:
repository_dispatch:
push:
branches:
- 'main'
Expand Down
1 change: 1 addition & 0 deletions prow/container-images/basic-checks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ FROM docker.io/golang:${GO_VERSION}

# Install additional packages not present in regular golang image
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get install -y libvirt-dev \
&& apt-get clean

0 comments on commit 4434479

Please sign in to comment.