This is a collection of OCI images that are somewhat non-standard, intended for testing OCI tooling.
The Makefile both assembles the images and pushes them to ghcr.io.
ghcr.io/burgerdev/weird-images/deleted-passwd:latest
This is a busybox image, but with the /etc/passwd file removed.
It could be useful for surfacing problems with whiteout files.
ghcr.io/burgerdev/weird-images/gid:latest
TODO(burgerdev): describe
ghcr.io/burgerdev/weird-images/noenv:latest
Does not contain an Env property in the config.
ghcr.io/burgerdev/weird-images/reused-layer/a:latestghcr.io/burgerdev/weird-images/reused-layer/b:latest
These images are basically busybox, but they contain an extra empty layer.
The layer order is reversed between a and b.
This might help surface caching errors.
ghcr.io/burgerdev/weird-images/zstd:latest
This image contains a zstd layer, which is not very common with images in the wild.