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 Mar 8, 2023. It is now read-only.
When you don't specify either base-layer-id or base-image, the code tries to figure it out. Unfortunately, it doesn't attempt to actually pull the image first, so you get a 404 from the docker API if it doesn't exist already. The code should probably try to pull the image before it tries to use it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When you don't specify either
base-layer-id
orbase-image
, the code tries to figure it out. Unfortunately, it doesn't attempt to actually pull the image first, so you get a 404 from the docker API if it doesn't exist already. The code should probably try to pull the image before it tries to use it.The text was updated successfully, but these errors were encountered: