https://github.com/codefresh-io/cf-import-image
Import external Docker images into Codefresh
https://github.com/codefresh-io/cf-import-image
Last synced: 8 months ago
JSON representation
Import external Docker images into Codefresh
- Host: GitHub
- URL: https://github.com/codefresh-io/cf-import-image
- Owner: codefresh-io
- Created: 2017-09-11T13:57:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T17:42:35.000Z (almost 4 years ago)
- Last Synced: 2025-04-25T14:59:41.200Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import Docker Images Codefresh Plugin
Import external Docker images into Codefresh
## Environment Variables
- `IMAGES`: list of comma separated image names (with tags)
- `REGISTRY`: registry DNS name (including port if needed, default to `docker.io`)
- `USERNAME`: Docker registry user name (optional)
- `PASSWORD`: Docker registry password (optional)
- `CF_URL`: Codefresh URL
- `CF_API_TOKEN`: Codefresh API Token