Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Pull Image from Private Registry directory limitations #63

@fdamador

Description

@fdamador

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.

  1. Can you allow email verification for the registry username validation?
  2. Can you allow "/" as part of the image pull from registry validation image input?
  3. Can you give some examples of matching the containerstation export/import with the docker export/import features?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions