Point to public repos.
This commit is contained in:
parent
d7ac20605e
commit
fff8834c30
|
|
@ -14,15 +14,15 @@ platform_image_mapping:
|
||||||
|
|
||||||
# A map that relates a container name to the URL of that container on Docker Hub.
|
# A map that relates a container name to the URL of that container on Docker Hub.
|
||||||
image_docker_hub_url_mapping:
|
image_docker_hub_url_mapping:
|
||||||
alpine: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/alpine/general"
|
alpine: "https://hub.docker.com/r/{{ docker_namespace }}/alpine"
|
||||||
amazon: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/amazonlinux/general"
|
amazon: "https://hub.docker.com/r/{{ docker_namespace }}/amazonlinux"
|
||||||
archlinux: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/archlinux/general"
|
archlinux: "https://hub.docker.com/r/{{ docker_namespace }}/archlinux"
|
||||||
debian: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/debian/general"
|
debian: "https://hub.docker.com/r/{{ docker_namespace }}/debian"
|
||||||
el: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/enterpriselinux/general"
|
el: "https://hub.docker.com/r/{{ docker_namespace }}/enterpriselinux"
|
||||||
fedora: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/fedora/general"
|
fedora: "https://hub.docker.com/r/{{ docker_namespace }}/fedora/"
|
||||||
opensuse: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/opensuse/general"
|
opensuse: "https://hub.docker.com/r/{{ docker_namespace }}/opensuse"
|
||||||
ubuntu: "https://hub.docker.com/repository/docker/{{ docker_namespace }}/ubuntu/general"
|
ubuntu: "https://hub.docker.com/r/{{ docker_namespace }}/ubuntu"
|
||||||
|
|
||||||
# This maps the Galaxy distribution and version to Docker images.
|
# This maps the Galaxy distribution and version to Docker images.
|
||||||
# A map that relates the `meta/main.yml` - `galaxy_info.platforms.versions` to the tag of the Docker container.
|
# A map that relates the `meta/main.yml` - `galaxy_info.platforms.versions` to the tag of the Docker container.
|
||||||
distribution_version_mapping:
|
distribution_version_mapping:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue