Skip to content

Commit

Permalink
remove subs-manager from Containerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <[email protected]>
  • Loading branch information
ernesgonzalez33 committed Nov 19, 2024
1 parent b75f9ab commit 836f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ovirt-populator/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN GOOS=linux GOARCH=amd64 go build -o ovirt-populator github.com/konveyor/fork

FROM registry.access.redhat.com/ubi8/ubi:8.10-1088
COPY --from=builder /app/ovirt-populator /usr/local/bin/ovirt-populator
RUN subscription-manager register --org $(cat "/activation-key/org") --activationkey $(cat "/activation-key/activationkey")
# RUN subscription-manager register --org $(cat "/activation-key/org") --activationkey $(cat "/activation-key/activationkey")
RUN subscription-manager repos --enable=rhv-4-tools-for-rhel-8-x86_64-rpms
RUN dnf install -y python3-ovirt-engine-sdk4 ovirt-imageio-client && dnf clean all

Expand Down

0 comments on commit 836f319

Please sign in to comment.