Skip to content

Commit

Permalink
Make skipper use build-base image for build container
Browse files Browse the repository at this point in the history
Moving Containerfile.bluechi-rpm-build to containers dir has broken
skipper operation when building rpms locally.
We can remove it completely, and make skipper use the `build-base`
image.

Signed-off-by: Mark Kemel <[email protected]>
  • Loading branch information
mkemel committed Mar 28, 2024
1 parent ddbbe2b commit 1185ad3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions containers/Containerfile.bluechi-rpm-build

This file was deleted.

1 change: 1 addition & 0 deletions containers/build-base
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN dnf install -y dnf-plugin-config-manager && \
meson \
python3-html2text \
python3-pip \
python3-devel \
rpm-build \
sed \
selinux-policy-devel \
Expand Down
3 changes: 2 additions & 1 deletion skipper.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build_container_image: bluechi-rpm-build
build_container_image: quay.io/bluechi/build-base
build_container_tag: latest
make:
makefile: Makefile.skipper

0 comments on commit 1185ad3

Please sign in to comment.