*-repo-install-test: remove

Remove the docker containers for repo-install-test, as it is now running
in qemu + kvm.

Related: OS#5365
Depends: osmo-ci Ie7f1bccb05779cb3614016c0b965b810bbb1471b
Change-Id: Ic40fddcc6b30318b3a6e63fe99b010939b95be25
This commit is contained in:
Oliver Smith 2022-12-08 14:12:55 +01:00
parent c4d1cc59b0
commit a47ab326c5
6 changed files with 0 additions and 42 deletions

View File

@ -1,12 +0,0 @@
ARG USER
ARG REGISTRY=docker.io
ARG UPSTREAM_DISTRO=almalinux:8
FROM ${REGISTRY}/${UPSTREAM_DISTRO}
# dnf-utils: for repoquery
RUN dnf install -y \
systemd \
dnf-utils
# Make additional development libraries available
RUN yum config-manager --set-enabled powertools

View File

@ -1,2 +0,0 @@
UPSTREAM_DISTRO=almalinux:8
include ../make/Makefile

View File

@ -1,13 +0,0 @@
ARG USER
ARG REGISTRY=docker.io
ARG UPSTREAM_DISTRO=debian:buster
FROM ${REGISTRY}/${UPSTREAM_DISTRO}
# ca-certificates: needed for limesuite-images post-install script
RUN apt-get update && \
apt-get install -y --no-install-recommends \
aptitude \
ca-certificates \
gnupg \
systemd

View File

@ -1 +0,0 @@
include ../make/Makefile

View File

@ -1,13 +0,0 @@
ARG USER
ARG REGISTRY=docker.io
ARG UPSTREAM_DISTRO=debian:bullseye
FROM ${REGISTRY}/${UPSTREAM_DISTRO}
# ca-certificates: needed for limesuite-images post-install script
RUN apt-get update && \
apt-get install -y --no-install-recommends \
aptitude \
ca-certificates \
gnupg \
systemd

View File

@ -1 +0,0 @@
include ../make/Makefile