File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616# the container catalog moved from registry.access.redhat.com to registry.redhat.io
1717# So at some point before they deprecate the old registry we have to make sure that
1818# we have access to the new registry and change where we pull the ubi image from.
19- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.0-213
19+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1
2020LABEL name="splunk" \
2121 maintainer="support@splunk.com" \
2222 vendor="splunk" \
Original file line number Diff line number Diff line change 1515
1616set -e
1717
18+ # Per: https://github.com/rpm-software-management/microdnf/issues/50
19+ mkdir -p /run/user/$UID
1820# reinstalling local en def for now, removed in minimal image https://bugzilla.redhat.com/show_bug.cgi?id=1665251
1921microdnf -y --nodocs install glibc-langpack-en
2022
@@ -25,7 +27,8 @@ microdnf -y --nodocs install glibc-langpack-en
2527# We get around the gen above by forcing the language install, and then point to it.
2628export LANG=en_US.utf8
2729
28- microdnf -y --nodocs install wget sudo shadow-utils procps tar
30+ rpm -e --nodeps tzdata
31+ microdnf -y --nodocs install wget sudo shadow-utils procps tar tzdata
2932# install busybox direct from the multiarch since epel isn't availible yet for redhat8
3033wget -O /bin/busybox https://busybox.net/downloads/binaries/1.28.1-defconfig-multiarch/busybox-` arch`
3134chmod +x /bin/busybox
You can’t perform that action at this time.
0 commit comments