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
+6
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
View File
@@ -0,0 +1,5 @@
#!/bin/bash
for os in archlinux debian fedora opensuse ubuntu; do
( cd $os && ./docker_build.sh )
done
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-debian:1.0
docker image rm buster-slim
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-fedora:1.0
docker image rm fedora:31
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-suse:1.0
docker image rm opensuse/tumbleweed opensuse/leap
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
docker image rm pm3-ubuntu:1.0
docker image rm ubuntu:20.04