You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply Dockerfile-style instructions to the config of the image created by
`nerdctl import`, matching `docker import --change`. Supported instructions are
the ones representable in the OCI image config: CMD, ENTRYPOINT, ENV, EXPOSE,
LABEL, USER, VOLUME, WORKDIR, STOPSIGNAL. HEALTHCHECK, ONBUILD and SHELL only
exist in Docker's config schema and are rejected with a clear error.
--change applies to a filesystem (rootfs) import, which builds a fresh config;
it is rejected for a standard image archive that already carries its own config.
Part of #3867
Signed-off-by: Mayur Das <mayur.das@neevcloud.com>
0 commit comments