image-tools icon indicating copy to clipboard operation
image-tools copied to clipboard

OCI Image Tooling

Results 63 image-tools issues
Sort by recently updated
recently updated
newest added

Migrate from Travis to GitHub Actions to have parity across opencontainers projects

This is listed under "Tier 1: Replace Immediately" in the Inclusive Naming Initiative: https://inclusivenaming.org/word-lists/tier-1/#master

The previous config generation produced a config which would cause runC to run the container using the host filesystem (with no namespaces set up). While we should try to be...

Sourcing `completions/bash/oci-image-tool` in bash produces: bash: __oci-image-tool_previous_extglob_setting=shopt: command not found bash: eval: -i: invalid option eval: usage: eval [arg ...] This occurs because `__oci-image-tool_previous_extglob_setting` is not a valid variable name...

I am no longer involved in this project so remove me from MAINTAINERS.

This PR use a well tested pkg from github.com/containers/storage(which is forked from docker/docker) from https://github.com/opencontainers/image-spec/pull/280 here is an example: ``` $ oci-image-tool create-layer One or two filesystems are required Usage:...

Trying to build the tools this command is missing. I haven't found any information on getting this for oraclelinux. Can you provide that information? When other dependencies can I expect...

If you call `image.CreateRuntimeBundleLayout` twice on the same image with the same ref, all of the files will have different `mtime`s (and `ctime`s I also believe). You can check this...

Consider a OCI layout contain two refs: `v1.0` and `v2.0`; `v1.0` contain `layer1`, and `v2.0` contain `layer1` and `layer2`. When I delete `v2.0`, `layer2` should be deleted.

``` root@iZbp1e2i7regbqxmbu0pyqZ:~#docker save tomcat|docker2oci tomcat root@iZbp1e2i7regbqxmbu0pyqZ:~# oci-image-tool create --ref latest tomcat /mnt/nas/tomcat-bundle symlink . /mnt/nas/tomcat-bundle/rootfs/usr/bin/X11: invalid argument error unpack: extracting layer github.com/opencontainers/image-tools/image.(*manifest).unpack.func2 /root/gocode/src/github.com/opencontainers/image-tools/image/manifest.go:127 github.com/opencontainers/image-tools/image.(*pathWalker).walk.func1 /root/gocode/src/github.com/opencontainers/image-tools/image/walker.go:162 path/filepath.walk /root/go/src/path/filepath/path.go:356 path/filepath.walk /root/go/src/path/filepath/path.go:381 path/filepath.walk...