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
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
Describe the bug
When I specify an image that was added to the local docker registry in the a Dockerfile's FROM line, Makisu looks to index.docker.io before pulling from the local cache
To Reproduce
run the build_makisu function as described in the README with a dockerfile that specifies a local image in the FROM line
Expected behavior
Makisu should pull the image from the local cached registry
Thank you
The text was updated successfully, but these errors were encountered:
Yes. Seems like if you were building multiple images you'd want to be able to cache base layers locally. If the tool has a --load flag to push into the docker daemon, why not be able to pull from it?
Describe the bug
When I specify an image that was added to the local docker registry in the a Dockerfile's
FROM
line, Makisu looks toindex.docker.io
before pulling from the local cacheTo Reproduce
run the
build_makisu
function as described in the README with a dockerfile that specifies a local image in theFROM
lineExpected behavior
Makisu should pull the image from the local cached registry
Thank you
The text was updated successfully, but these errors were encountered: