mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +00:00
5 lines
No EOL
233 B
Bash
Executable file
5 lines
No EOL
233 B
Bash
Executable file
#!/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 . |