Skip to content

Commit

Permalink
docker-swarm: change httpd image (projectatomic#466)
Browse files Browse the repository at this point in the history
The docker.io/httpd image has changed and will not start automatically
anymore.  Change it to another httpd image that comes from quay.io.
  • Loading branch information
mike-nguyen authored Nov 17, 2021
1 parent 7811b86 commit 14c10c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-swarm/vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# vim: set ft=ansible:
g_image_name: 'docker.io/httpd'
g_image_name: 'quay.io/testing-farm/httpd'
g_ports: '80:80'
g_service_name: 'httpd'

0 comments on commit 14c10c8

Please sign in to comment.