Skip to content

Image Paths are not evaluated correctly when attempting a skopeo sync to another GitLab InstanceΒ #2461

Open
@justinreddick

Description

When trying to sync to another gitlab registry there was an issue encountered where the image path was not parsed correctly by skopeo. A longer image path will cause an error when attempting to sync.

customgitlab.example.com:
    images:
        gitlabgroup/repo/projectpath:
            - "latest"

The above will cause an error and skopeo will evaluate the above with customgitlab.example.com/projectpath:latest instead of the provided path for the image (customgitlab.example.com/gitlabgroup/repo/projectpath:latest).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions