Docker
Supported Commands
Use these commands with the RepoFlow server:
docker pull
docker push
docker login (Using username and password)
Note: Commands that run locally are not listed here but will work as expected.
Package Labels
RepoFlow now extracts and displays certain labels on the package page, including:
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.source
This makes it easier to access important package metadata directly from the package page.
Remote repositories examples
Docker hub
To configure Docker Hub as a remote repository, use the following URL:
https://registry-1.docker.io
GitLab
For example, to download the image:
registry.gitlab.com/gitlab-org/gitlab-runner/ci-kubernetes-integration-tests:v1
You need to set the remote repository URL to:
https://registry.gitlab.com/gitlab-org
Then, to pull the image from the configured remote repository, use:
docker pull api.repoflow.io/<workspace>/<remote-reposiotry>/gitlab-runner/ci-kubernetes-integration-tests:v1