Skip to content

Commit

Permalink
Add source of imageio docker images (kubevirt#1153)
Browse files Browse the repository at this point in the history
This PR add source of imageio docker images used for functional tests.

Change-Id: Ib9a2a89e69c71a1a059e9a1b2a9b2f80582e520d
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra authored Mar 23, 2020
1 parent 44b4677 commit ab45d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/templates/imageio.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ spec:
serviceAccountName: cdi-sa
containers:
- name: imageiotest
# Docker file: https://github.com/machacekondra/imageiotest
image: machacekondra/imageiotest
imagePullPolicy: {{ .PullPolicy }}
ports:
- containerPort: 12345
- name: fakeovirt
# Docker file: https://github.com/machacekondra/fakeovirt
image: machacekondra/fakeovirt:v3
imagePullPolicy: {{ .PullPolicy }}
ports:
Expand Down

0 comments on commit ab45d7e

Please sign in to comment.