mirror of
https://github.com/moby/moby.git
synced 2026-08-13 17:06:44 +00:00
Before: ``` $ docker pull gcr.io/kubeflow-images-public/tensorflow-1.14.0-notebook-cpu:v0.7.0 failed to register layer: ApplyLayer exit status 1 stdout: stderr: lchown /usr/local/bin/docker-credential-gcr: invalid argument ``` After: ``` $ docker pull gcr.io/kubeflow-images-public/tensorflow-1.14.0-notebook-cpu:v0.7.0 failed to register layer: ApplyLayer exit status 1 stdout: stderr: failed to Lchown "/usr/local/bin/docker-credential-gcr" for UID 205001, GID 5000: lchown /usr/local/bin/docker-credential-gcr: invalid argument (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid) ``` For issue 43576 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This code provides helper functions for dealing with archive files.