Skip to content

Commit

Permalink
Updated release version to 9 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 authored Jul 26, 2024
1 parent 4a40898 commit 95bbc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/ e2fsprogs which xfsprogs nfs-utils device-mapper-multipath util-linux hostname -y
dnf install --installroot $micromount --releasever=9 --nodocs --setopt install_weak_deps=false --setopt=reposdir=/etc/yum.repos.d/ e2fsprogs which xfsprogs nfs-utils device-mapper-multipath util-linux hostname -y
dnf clean all --installroot $micromount
buildah umount $microcontainer
buildah commit $microcontainer csiunity-ubimicro

0 comments on commit 95bbc3f

Please sign in to comment.