Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/travis/Dockerfile-opflex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
RUN microdnf install -y yum yum-utils
RUN yum update --exclude=openssl* -y --nogpgcheck --disablerepo=* --repofrompath=centos,https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os --repofrompath=centos-app,https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os && rm -rf /var/cache/yum
RUN yum install -y --nogpgcheck --disablerepo=* --repofrompath=centos,https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os --repofrompath=centos-app,https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os \
libstdc++ libuv \
RUN yum update --exclude=openssl*,rpm*,python3-rpm -y --nogpgcheck --disablerepo=* --repofrompath=centos,https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os --repofrompath=centos-app,https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os && rm -rf /var/cache/yum
RUN yum install -y --nogpgcheck --skip-broken --disablerepo=* --repofrompath=centos,https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os --repofrompath=centos-app,https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os \
libstdc++ libuv openssl-libs-3.2.2-6.el9_5.1.x86_6 \
boost-program-options boost-system boost-date-time boost-filesystem \
boost-iostreams libnetfilter_conntrack net-tools procps-ng ca-certificates \
&& yum install -y vim-minimal strace \
Expand Down
2 changes: 1 addition & 1 deletion docker/travis/Dockerfile-opflex-build-base
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN microdnf install -y yum yum-utils \
&& yum-config-manager --add-repo=https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os \
&& yum-config-manager --add-repo=https://mirror.stream.centos.org/9-stream/CRB/x86_64/os \
&& yum-config-manager --add-repo=https://mirror.stream.centos.org/9-stream/AppStream/x86_64/debug/tree \
&& yum --nogpgcheck -y update --exclude=openssl*
&& yum --nogpgcheck -y update --exclude=openssl* --exclude=rpm* --exclude=python3-rpm
RUN yum --nogpgcheck install -y \
libtool pkgconfig autoconf automake make cmake file python3-six \
git gcc gcc-c++ diffutils python3-devel \
Expand Down