Podmanfiles/fedora/build.sh

5 lines
233 B
Bash
Raw Normal View History

2023-04-28 15:54:52 +02:00
#!/bin/sh
podman build -t andersrh/fedora/base-gui -f base-gui.Dockerfile .
podman tag localhost/andersrh/fedora/base-gui:latest localhost/andersrh/fedora/base-gui:38
# podman build -t andersrh/fedora-toolbox/gui -f gui.Dockerfile .