Skip to content

Commit 0dba3db

Browse files
committed
add import image
1 parent f2c81c5 commit 0dba3db

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

stable/import-docker-images/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Import Docker Images Codefresh Plugin
2+
3+
Import external Docker images into Codefresh
4+
5+
## Environment Variables
6+
7+
- `IMAGES`: list of comma separated image names (with tags)
8+
- `REGISTRY`: registry DNS name (including port if needed, default to `docker.io`)
9+
- `USERNAME`: Docker registry user name (optional)
10+
- `PASSWORD`: Docker registry password (optional)
11+
- `CF_URL`: Codefresh URL
12+
- `CF_API_TOKEN`: Codefresh API Token
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
image: codefresh/import-images
2+
tag: master
3+
version: 1.0.0
4+
description: Import metadata for existing Docker images into Codefresh
5+
keywords:
6+
- docker
7+
home: https://github.com/codefresh-io/cf-import-image
8+
sources:
9+
- https://github.com/codefresh-io/cf-import-image
10+
maintainers: # (optional)
11+
- name: Alexei Ledenev
12+
email: alexei@codefresh.io
13+
icon: https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
14+
envs:
15+
- name: IMAGES
16+
type: required
17+
description: list of comma separated image names (with tags)
18+
- name: REGISTRY
19+
description: registry DNS name (including port if needed, default to `docker.io`)
20+
- USERNAME`: Docker registry user name (optional)
21+
- name: PASSWORD
22+
description: Docker registry password (optional)
23+
- name: CF_URL
24+
type: required
25+
description: Codefresh URL, for example https://g.codefresh.io
26+
- name: CF_API_TOKEN
27+
type: required
28+
description: Codefresh API Token

0 commit comments

Comments
 (0)