Collection of fedora based containers
ci | ||
dev | ||
justfile | ||
LICENSE | ||
README.md | ||
root.just |
Development and CI container
Available recipes:
help # show this help
ci ... # ci subcommand
dev ... # dev subcommand
[Cleanup]
buildah-prune # removes all build artifacts possibly left by buildah
clean # clean oci container and images
podman-prune # remove dangling images
prune # remove buildah and podman dangling images
rm # remove all containers
rmi # remove all images
[Interactive]
attach *id # attach to the just created container
shell *id # provide an additional shell into the container
[Status]
find # enumerate build targets
list-images # list built images by label
ls # alias for `list-images`
ps # list created container by label