Container workgroup: Difference between revisions
imported>Nlewo No edit summary |
imported>Profpatsch github containers tooling |
||
| Line 17: | Line 17: | ||
** [https://github.com/projectatomic/skopeo skopeo]: modify and inspect images on registries (nixpkgs: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/skopeo/default.nix skopeo]) | ** [https://github.com/projectatomic/skopeo skopeo]: modify and inspect images on registries (nixpkgs: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/skopeo/default.nix skopeo]) | ||
** [https://github.com/projectatomic/buildah buildah]: build/generate OCI images (nixpkgs PR [https://github.com/NixOS/nixpkgs/pull/34887 buildah]) | ** [https://github.com/projectatomic/buildah buildah]: build/generate OCI images (nixpkgs PR [https://github.com/NixOS/nixpkgs/pull/34887 buildah]) | ||
* [https://github.com/containers containers Github project]: golang libraries for interacting with containers | |||
** [https://github.com/containers/image image]: library used by skopeo | |||
** [https://github.com/containers/oci-fetch oci-fetch]: CLI tool for fetching OCI containers over various transports | |||
== Work In Progress == | == Work In Progress == | ||