mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-25 00:08:03 +00:00
5 lines
241 B
Bash
5 lines
241 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
podman build -t andersrh/fedora/base-gui --no-cache -f update.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 .
|