Skip to content

Commit

Permalink
Merge pull request #75 from dell/Update_ubi_dependencies
Browse files Browse the repository at this point in the history
Update UBI Dependencies
  • Loading branch information
Sahiba-Gupta authored Jun 10, 2024
2 parents dceee4a + 5d5e424 commit 09cb32d
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 09cb32d

Please sign in to comment.