Skip to content

Commit

Permalink
Merge pull request metal3-io#904 from Nordix/tuomo/update-basic-checks
Browse files Browse the repository at this point in the history
update basic-checks baseimage when building it
  • Loading branch information
metal3-io-bot authored Nov 22, 2024
2 parents 1a5cd6a + 4434479 commit 00a638e
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 00a638e

Please sign in to comment.