ˈpækədʒi – collection of recipes and self-/ pre-compiled packages or recipes for it (work in progress)
The reason for this repository is to provide a collection of recipes and self-/pre-compiled packages for various programming languages and tools.
They were primarily created for my personal and professional use, but can be used by anyone who has similar needs.
Either run the build scripts yourself or use the packages from GitHub registry. They are all built using GitHub Actions (see Working with the Container registry.
See all published packages here: github.com/users/frytg/packages?repo_name=pkgy
g3-http-proxy- standalone container image with http forward proxy
The curl and kubectl images were removed from this repository. For ad-hoc container images with these tools (and others), use nixery.dev instead — it builds images on demand from Nix packages:
docker run --rm nixery.dev/curl curl --version
docker run --rm nixery.dev/kubectl kubectl version --clientFor interactive shells, include the shell meta-package:
docker run -it --rm nixery.dev/shell/curl bash
docker run -it --rm nixery.dev/shell/kubectl bashIn Kubernetes:
image: nixery.dev/curl
# or
image: nixery.dev/kubectlSome containers are signed using Sigstore Cosign. The GitHub Actions runs will print commands how to verify the containers yourself.
More also here:
This project is licensed under the MIT License. See the LICENSE file for details.
This applies to these files only, not the packages or tools used in the recipes, which are licensed under their respective licenses.