Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
atomic: use centos registry for fq name
Browse files Browse the repository at this point in the history
The newer version of atomic now pulls cockpit/ws from
registry.centos.org/cockpit/ws instead of docker.io/cockpit/ws
  • Loading branch information
mike-nguyen authored and Micah Abbott committed Oct 11, 2018
1 parent d623085 commit 2b65dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/atomic/vars/fedora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# vim: set ft=ansible:
cockpit_short_name: "cockpit/ws"
cockpit_fq_name: "docker.io/cockpit/ws"
cockpit_fq_name: "registry.centos.org/cockpit/ws"
cockpit_cname: "registry.fedoraproject.org/f27/cockpit"
cp_name: "cockpit"

0 comments on commit 2b65dc8

Please sign in to comment.