docker scripts

This commit is contained in:
Philippe Teuwen 2021-05-23 02:13:18 +02:00
parent af365a8888
commit dfbabb39fc
6 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
docker image rm pm3-arch:1.0
docker image rm archlinux:base
# old ref:
docker image rm archlinux/base

5
docker/build-all.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
for os in archlinux debian fedora opensuse ubuntu; do
( cd $os && ./docker_build.sh )
done

View file

@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-debian:1.0
docker image rm buster-slim

View file

@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-fedora:1.0
docker image rm fedora:31

View file

@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-suse:1.0
docker image rm opensuse/tumbleweed opensuse/leap

View file

@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-ubuntu:1.0
docker image rm ubuntu:20.04