Skip to content

Commit

Permalink
KRV-24639: Add RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahiba-Gupta committed Jun 6, 2024
1 parent dceee4a commit 5d5e424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_ubi_micro.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
microcontainer=$(buildah from $1)
micromount=$(buildah mount $microcontainer)
dnf install --installroot $micromount --releasever=8 --nodocs --setopt install_weak_deps=false --setopt=reposdir=/etc/yum.repos.d/ tar gzip -y
dnf install --installroot $micromount --releasever=8 --nodocs --setopt install_weak_deps=false --setopt=reposdir=/etc/yum.repos.d/ rpm tar gzip -y
dnf clean all --installroot $micromount
buildah umount $microcontainer
buildah commit $microcontainer vgs-ubimicro

0 comments on commit 5d5e424

Please sign in to comment.