File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2018 Splunk
1+ # Copyright 2018-2020 Splunk
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
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.1-409
19+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2-267
2020LABEL name="splunk" \
21212222 vendor="splunk" \
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2018 Splunk
2+ # Copyright 2018-2020 Splunk
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -32,10 +32,17 @@ microdnf -y --nodocs install wget sudo shadow-utils procps tar tzdata
3232# install busybox direct from the multiarch since epel isn't availible yet for redhat8
3333wget -O /bin/busybox https://busybox.net/downloads/binaries/1.28.1-defconfig-multiarch/busybox-` arch`
3434chmod +x /bin/busybox
35+ microdnf -y --nodocs update gnutls kernel-headers
3536microdnf -y --nodocs install python2-pip python2-devel redhat-rpm-config gcc libffi-devel openssl-devel
3637pip2 --no-cache-dir install requests ansible
37- microdnf -y remove gcc libffi-devel openssl-devel redhat-rpm-config python2-devel device-mapper-libs device-mapper cryptsetup-libs systemd systemd-pam dbus dbus-common dbus-daemon dbus-tools dbus-libs go-srpm-macros iptables-libs ocaml-srpm-macros openblas-srpm-macros qt5-srpm-macros perl-srpm-macros rust-srpm-macros ghc-srpm-macros platform-python python3-rpm-generators platform-python-setuptools python3-libs platform-python-pip python3-rpm-generators python3-rpm-macros elfutils-libs efi-srpm-macros zip unzip xkeyboard-config libxkbcommon redhat-rpm-config util-linux dwz file file-libs findutils iptables-libs diffutils annobin python-rpm-macros python-srpm-macros python2-devel python2-rpm-macros kmod-libs libfdisk libffi-devel libpcap libseccomp libutempter
38-
38+ microdnf -y remove gcc openssl-devel redhat-rpm-config python2-devel device-mapper-libs device-mapper trousers systemd systemd-pam \
39+ dwz dbus dbus-common dbus-daemon dbus-tools dbus-libs go-srpm-macros iptables-libs annobin cryptsetup-libs \
40+ ocaml-srpm-macros openblas-srpm-macros qt5-srpm-macros perl-srpm-macros rust-srpm-macros ghc-srpm-macros \
41+ efi-srpm-macros python-srpm-macros python-rpm-macros python3-rpm-macros python2-rpm-macros python3-rpm-generators \
42+ zip unzip xkeyboard-config file file-libs findutils diffutils kmod-libs util-linux libxkbcommon libffi-devel \
43+ elfutils-libs elfutils-debuginfod-client elfutils-default-yama-scope pcre2-devel pcre2-utf16 pcre2-utf32 \
44+ libfdisk libpcap libseccomp libselinux-devel libutempter binutils libxcrypt-devel cpp glibc-devel glibc-headers \
45+ krb5-devel libkadm5 platform-python-pip
3946
4047cd /bin
4148ln -s python2 python || true
You can’t perform that action at this time.
0 commit comments