Sfoglia il codice sorgente

Update mx-puppet-groupme docker image

pull/872/head
Cody Neiman 5 anni fa
parent
commit
2b3c143487
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E6AE0B1E4EB62493
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/matrix-bridge-mx-puppet-groupme/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-mx-puppet-groupme/defaults/main.yml Vedi File

@@ -11,7 +11,7 @@ matrix_mx_puppet_groupme_container_image_self_build_repo: "https://gitlab.com/ro
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8437"), or empty string to not expose.
matrix_mx_puppet_groupme_container_http_host_bind_port: ''

matrix_mx_puppet_groupme_docker_image: "{{ matrix_mx_puppet_groupme_docker_image_name_prefix }}jeffcasavant/mx-puppet-groupme:latest"
matrix_mx_puppet_groupme_docker_image: "{{ matrix_mx_puppet_groupme_docker_image_name_prefix }}xangelix/mx-puppet-groupme:latest"
matrix_mx_puppet_groupme_docker_image_name_prefix: "{{ 'localhost/' if matrix_mx_puppet_groupme_container_image_self_build else 'docker.io/' }}"
matrix_mx_puppet_groupme_docker_image_force_pull: "{{ matrix_mx_puppet_groupme_docker_image.endswith(':latest') }}"



Caricamento…
Annulla
Salva