Use common base image.
This commit is contained in:
7
partials/fsg-image/build.sh
Executable file
7
partials/fsg-image/build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -xv
|
||||
|
||||
cd -P "$(dirname "$(readlink -f "$0")" )"
|
||||
|
||||
podman build -f Dockerfile -t fsg-base
|
||||
Reference in New Issue
Block a user