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
Given the above Dockerfile, invoking code completion should provide a list of tags for the alpine image. We can use the Docker Registry HTTP API V2 to support this feature.
The text was updated successfully, but these errors were encountered:
FROM alpine:
Given the above Dockerfile, invoking code completion should provide a list of tags for the
alpine
image. We can use the Docker Registry HTTP API V2 to support this feature.The text was updated successfully, but these errors were encountered: