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 was archived by the owner on Oct 7, 2024. It is now read-only.
The Images can be within folders. In my case two levels in and because of the Image Name Field Validation rules, it does not allow "/". As a result, I get errors when I try to pull images from a private repository.
As an example, I have my private repository (other than docker) setup and tested properly. registry.example.com/folder1/subfolder2/image:latest
However, it errors out. I've tried foder1/subfoler2/image:latest
but this also fails.
Finally, I tried to export the docker image from my computer to import to the ContainerStation apps but the tar file contents are different.
Can you allow email verification for the registry username validation?
Can you allow "/" as part of the image pull from registry validation image input?
Can you give some examples of matching the containerstation export/import with the docker export/import features?