add bullseye-docker tag
This commit is contained in:
10
bullseye-docker/Dockerfile
Normal file
10
bullseye-docker/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
FROM git.uumas.fi/uumas/molecule-testbed:bullseye
|
||||||
|
RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg && rm -rf /var/lib/apt/lists/*
|
||||||
|
RUN mkdir -p /etc/apt/keyrings && \
|
||||||
|
curl -fsSL https://download.docker.com/linux/debian/gpg > /etc/apt/keyrings/docker.asc && \
|
||||||
|
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian bullseye stable" \
|
||||||
|
> /etc/apt/sources.list.d/docker.list && \
|
||||||
|
apt-get update && \
|
||||||
|
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin python3-docker && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
VOLUME /var/lib/docker
|
||||||
Reference in New Issue
Block a user