-
This is a result of the following issue in contianers/image - https://github.com/containers/image/issues/2259.
However I thought it would be worth a separate issue on skopeo so that we can track …
-
I should be able to specify multiple types --type=qcow2,raw,iso etc and be able to generate multiple images.
This helps on not having to run the same container twice since most of the building is d…
-
The image reference is currently using the image name and the tag. Tags are mutable, so the base image could change.
This issue caused a failing build https://ucsc-gi.slack.com/archives/C705Y6G9Z/p…
-
When using `layers` results in layers containing multiple identical packages
Example:
```nix
{
inputs.nix2container.url = "github:nlewo/nix2container";
inputs.nixpkgs.follows = "nix2container…
-
The current puzzlefs manifest format is as follows:
```
$ target/debug/puzzlefs build ../test-puzzlefs/simple_rootfs /tmp/oci-simple first_try
$ cat /tmp/oci-simple/index.json | jq .
{
"schemaV…
-
### Describe the bug
When I run `ujust upgrade` it fails with the following error
```bash
❯ ujust upgrade
── 16:11:01 - System update ────────────────────────────────────────────────────
not…
-
Expanding on: https://github.com/ublue-os/ublue-update/issues/9
Currently rpm-ostree, flatpak, and distrobox do not provide built in ways of handling update checks. This has been circumvented for r…
-
### Actual Behavior
In our case, when we build a GOlang based app inside a linux/amd64 Docker container, and compile it for the amd64 architecture, we get regular segfaults. It doesn't happen on ev…
-
Currently, Docker / Kubernetes logs are used for logging. This is sometimes good enough, but in many situations not. These logs are often truncated at night (and potentially more often when grown to a…
-
Instead of using ```skopeo sync``` use ```skopeo copy``` calls and specify the tag. The tag list should be retrieved via
```
skopeo inspect docker://registry.example.com/some_container
```
Thi…