mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
docker scripts
This commit is contained in:
@@ -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
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for os in archlinux debian fedora opensuse ubuntu; do
|
||||
( cd $os && ./docker_build.sh )
|
||||
done
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker image rm pm3-debian:1.0
|
||||
docker image rm buster-slim
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker image rm pm3-fedora:1.0
|
||||
docker image rm fedora:31
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker image rm pm3-suse:1.0
|
||||
docker image rm opensuse/tumbleweed opensuse/leap
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker image rm pm3-ubuntu:1.0
|
||||
docker image rm ubuntu:20.04
|
||||
Reference in New Issue
Block a user