Collection of fedora based containers
Find a file
2024-10-17 16:05:06 +02:00
ci Hide some features behind version guard 2024-08-30 18:10:30 +02:00
dev Use init process for reaping children 2024-10-17 16:05:06 +02:00
justfile Install man-pages for user image 2024-10-14 21:49:57 +02:00
LICENSE Add openssl-devel to rust container packages 2023-12-06 14:24:41 +01:00
README.md Use modules 2024-08-11 11:50:55 +02:00
root.just Hide some features behind version guard 2024-08-30 18:10:30 +02:00

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

Please don't upload to GitHub