my-ostree-OS/containers/fedora-toolbox/build.sh
Anders Rytter Hansen adb5e2c542 fedora containers
2023-11-05 17:37:56 +01:00

5 lines
258 B
Bash
Executable file

#!/bin/sh
podman build -t andersrh/fedora-toolbox/base-gui -f base-gui.Dockerfile .
podman tag localhost/andersrh/fedora-toolbox/base-gui:latest localhost/andersrh/fedora-toolbox/base-gui:39
# podman build -t andersrh/fedora-toolbox/gui -f gui.Dockerfile .