Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Push images to an external registry from internal OpenShift registry

License

Notifications You must be signed in to change notification settings

thoth-station/image-pusher

Repository files navigation

Pushing Container Images from Openshift to External Registries

This repo is a wrapper around [skopeo](https://github.com/containers/skopeo) that allows to push container images from Openshift to external container registries.

How to use it

You can manage all the dependencies using the provided Pipfile. In order to use the image pusher simply run the following commands:

pipenv install --dev  # create the virtual environment
python app.py push --src=SOURCE_REGISTRY --dst=TARGET_REGISTRY

Additionally, you can use the following optional arguments with the above command:

  • --user-src : The username used in the source registry
  • --pass-src : The password for the source registry
  • --user-dst : The username used in the target registry
  • --pass-dst : The password for the target registry

About

Push images to an external registry from internal OpenShift registry

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages