rw-r--r--
16 B
rw-r--r--
1.0 KB
rw-r--r--
1.1 KB
rw-r--r--
2.4 KB
rw-r--r--
666 B
rw-r--r--
6.5 KB

Nix Action Image

Docker Image Version

A Nix OCI image builder for Forgejo Actions.

Components

Usage

This image use nlewo/nix2container to build OCI images from Nix expressions. You can use it to build and push images to a registry. Check it’s documentation for more details.

# Test image
nix run .#packages.x86_64-linux.default.copyToPodman
podman run -it docker.io/hpcesia/nix-act-image:latest
# Push image
nix run .#packages.x86_64-linux.default.copyToRegistry

You can find generated images in docker.io.

Acknowledgements

License

MIT