oci/dev
2024-10-29 15:04:38 +01:00
..
00-base Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
10-openttd Do not enforce network type 2024-10-13 17:39:52 +02:00
10-user Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
20-clang-nightly Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
20-cpp Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
20-go Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
20-rust Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
20-zig Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
20-zig-nightly Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00
justfile Add binary zig distribution container 2024-10-26 08:43:28 +02:00
README.md Embed seccomp profile into base image 2024-10-29 15:04:38 +01:00

Development container

Flavored Fedora containers for x86_64-unknown-linux

Available recipes:
    help              # show this help
    base ...          # base subcommand
    clang-nightly ... # clang subcommand
    cpp ...           # cpp subcommand
    go ...            # go subcommand
    rust ...          # rust subcommand
    user ...          # user subcommand
    zig ...           # zig subcommand
    zig-nightly ...   # zig-nightly subcommand

    [Cleanup]
    clean             # clean oci/dev container and images
    rm                # remove all containers
    rmi               # remove all images

    [Status]
    find              # enumerate build targets
    list-images       # list built images by label
    ls                # alias for `list-images`
    ps                # list created container by label

See justfile for details.