File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1.0-experimental
22
33ARG UBI_MAJOR_VERSION=8
4- ARG UBI_MINOR_VERSION=5
4+ ARG UBI_MINOR_VERSION=8
55ARG UBI_VERSION=${UBI_MAJOR_VERSION}.${UBI_MINOR_VERSION}
66
77ARG TARGET_ARCH=x86_64
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ ubi_packages="systemd-libs systemd-devel glibc glibc-devel gcc libstdc++-devel l
1313
1414apt-get update 1>&2 && apt-get install --no-install-recommends -y dnf 1>&2
1515dnf install --releasever=" ${UBI_MAJOR_VERSION} " --forcearch=" ${TARGET_ARCH} " \
16- --installroot=" $SYSROOT_PATH /" --repo=" ubi-${UBI_MAJOR_VERSION} -baseos" \
17- --repo=" ubi-${UBI_MAJOR_VERSION} -appstream" --repo=" ubi-${UBI_MAJOR_VERSION} -codeready-builder" -y \
16+ --installroot=" $SYSROOT_PATH /" --repo=" ubi-${UBI_MAJOR_VERSION} -baseos-rpms " \
17+ --repo=" ubi-${UBI_MAJOR_VERSION} -appstream-rpms " --repo=" ubi-${UBI_MAJOR_VERSION} -codeready-builder-rpms " -y \
1818 $ubi_packages 1>&2
1919
2020# Linker file to hint where the linker can find libgcc_s as the packaged symlink is broken \
You can’t perform that action at this time.
0 commit comments