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 Jul 19, 2024. It is now read-only.
In the world of docker, the image name comprises of the full text that includes these elements:
As
<registry>/<image name>/<tag / digest>
.Eg:
docker.io/library/ubuntu:latest
or justubuntu:latest
But the parameters the cmdlets ask for, are 3 separate parameters as stated above.
To improve usability, I think we should let the users formulate the complete image names themselves, than to have this logic added in the cmdlets.
This will eliminate the need for 3 parameters, and streamline them into 1, similar to docker cli.
In docker tag scenario, it doubles the number of parameters.
Current scenario:
Proposed scenario:
In short, merge these parameters below into just
-ImageName
:-Registry
-Tag
The text was updated successfully, but these errors were encountered: