This commit is contained in:
Gilles Grandou 2023-12-04 15:45:44 +01:00
parent a3b0a86447
commit cc18947f5f
2 changed files with 10 additions and 9 deletions

View File

@ -30,7 +30,7 @@ debian_base: &debian_base
debian9:
<<: *debian_base
image: debian:9
image: docker.io/debian:9
dockerfile:
- ARG DEBIAN_FRONTEND=noninteractive
- RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
@ -43,23 +43,23 @@ debian9:
debian10:
<<: *debian_base
image: debian:10
image: docker.io/debian:10
debian11:
<<: *debian_base
image: debian:11
image: docker.io/debian:11
debian12:
<<: *debian_base
image: debian:12
image: docker.io/debian:12
ubuntu20.04:
<<: *debian_base
image: ubuntu:20.04
image: docker.io/ubuntu:20.04
ubuntu22.04:
<<: *debian_base
image: ubuntu:22.04
image: docker.io/ubuntu:22.04
rh_base: &rh_base
dockerfile:
@ -88,7 +88,7 @@ rh_base: &rh_base
centos7:
<<: *rh_base
image: centos:7
image: docker.io/centos:7
dockerfile:
- RUN yum install -y sudo
- RUN echo "Defaults lecture = never" >> /etc/sudoers
@ -99,9 +99,9 @@ centos7:
rocky8:
<<: *rh_base
image: rockylinux:8
image: docker.io/rockylinux:8
rocky9:
<<: *rh_base
image: rockylinux:9
image: docker.io/rockylinux:9

View File

@ -9,6 +9,7 @@ python3 --version
g++ --version | head -1
gvim --version | head -1
xterm -e /bin/bash -c "sleep 1"
date
set +x
echo "[OK]"