Skip to content

Commit b372448

Browse files
committed
bib: remove bootc-image-builder binary and build from ibcli
This commit removes bib/cmd/bootc-image-builder and all pieces that it pulled in and replaces it with the new image-builder-cli multicall binary.
1 parent f46d6a5 commit b372448

35 files changed

+22
-3026
lines changed

Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.fedoraproject.org/fedora:42 AS builder
2-
RUN dnf install -y git-core golang gpgme-devel libassuan-devel && mkdir -p /build/bib
2+
RUN dnf install -y git-core golang gpgme-devel libassuan-devel libvirt-devel && mkdir -p /build/bib
33
COPY bib/go.mod bib/go.sum /build/bib/
44
ARG GOPROXY=https://proxy.golang.org,direct
55
RUN go env -w GOPROXY=$GOPROXY
@@ -16,7 +16,6 @@ COPY ./group_osbuild-osbuild-fedora.repo /etc/yum.repos.d/
1616
COPY ./package-requires.txt .
1717
RUN grep -vE '^#' package-requires.txt | xargs dnf install -y && rm -f package-requires.txt && dnf clean all
1818
COPY --from=builder /build/bin/* /usr/bin/
19-
COPY bib/data /usr/share/bootc-image-builder
2019

2120
ENTRYPOINT ["/usr/bin/bootc-image-builder"]
2221
VOLUME /output

bib/cmd/bootc-image-builder/cloud.go

Lines changed: 0 additions & 52 deletions
This file was deleted.

bib/cmd/bootc-image-builder/export_test.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

bib/cmd/bootc-image-builder/image_test.go

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)