Dockerfile.rhel8 (drbd-9.1.10) | : | Dockerfile.rhel8 (drbd-9.1.11) | ||
---|---|---|---|---|
ARG EXTRAPKGS=almalinux:8 | ARG EXTRAPKGS=almalinux:8 | |||
FROM $EXTRAPKGS as extrapkgs | FROM $EXTRAPKGS as extrapkgs | |||
# by checking for /pkgs we can cache that step | # by checking for /pkgs we can cache that step | |||
# and prepare images that already contain the packages. | # and prepare images that already contain the packages. | |||
RUN mkdir /pkgs | RUN mkdir /pkgs | |||
RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils- libelf-devel && rm -f *.i686.rpm # !lbbuild | RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils- libelf-devel && rm -f *.i686.rpm # !lbbuild | |||
FROM registry.access.redhat.com/ubi8/ubi | FROM registry.access.redhat.com/ubi8/ubi | |||
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com> | MAINTAINER Roland Kammerer <roland.kammerer@linbit.com> | |||
ENV DRBD_VERSION 9.1.10 | ENV DRBD_VERSION 9.1.11 | |||
ARG release=1 | ARG release=1 | |||
LABEL name="DRBD Kernel module load container" \ | LABEL name="DRBD Kernel module load container" \ | |||
vendor="LINBIT" \ | vendor="LINBIT" \ | |||
version="$DRBD_VERSION" \ | version="$DRBD_VERSION" \ | |||
release="$release" \ | release="$release" \ | |||
summary="DRBD's kernel component" \ | summary="DRBD's kernel component" \ | |||
description="DRBD's kernel component" | description="DRBD's kernel component" | |||
RUN mkdir /licenses && cp /usr/share/licenses/shadow-utils/gpl-2.0.txt /licenses / | RUN mkdir /licenses && cp /usr/share/licenses/shadow-utils/gpl-2.0.txt /licenses / | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |