Skip to content
Snippets Groups Projects
Commit 7df8c60b authored by Antoine Schildknecht's avatar Antoine Schildknecht
Browse files

Update CI docker image

parent 67929418
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ driver:
platforms:
- name: ms-prep-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......
......@@ -7,7 +7,7 @@ platforms:
- name: ms0-${CI_PIPELINE_ID:-default}
environment:
HOSTALIASES: /etc/hosts.aliases
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......@@ -23,7 +23,7 @@ platforms:
- name: ms1-${CI_PIPELINE_ID:-default}
environment:
HOSTALIASES: /etc/hosts.aliases
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......@@ -36,7 +36,7 @@ platforms:
- mediaserver
- live
- name: ms2-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
environment:
HOSTALIASES: /etc/hosts.aliases
command: /lib/systemd/systemd
......@@ -51,7 +51,7 @@ platforms:
- mediaserver
- live
- name: db0-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......@@ -62,7 +62,7 @@ platforms:
groups:
- postgres
- name: db1-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......@@ -73,7 +73,7 @@ platforms:
groups:
- postgres
- name: db2-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......
......@@ -7,7 +7,7 @@ platforms:
- name: ms-${CI_PIPELINE_ID:-default}
environment:
HOSTALIASES: /etc/hosts.aliases
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......@@ -26,7 +26,7 @@ platforms:
- name: mw-${CI_PIPELINE_ID:-default}
environment:
HOSTALIASES: /etc/hosts.aliases
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......
......@@ -5,7 +5,7 @@ driver:
platforms:
- name: db0-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......@@ -16,7 +16,7 @@ platforms:
groups:
- postgres
- name: db1-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......@@ -27,7 +27,7 @@ platforms:
groups:
- postgres
- name: db2-${CI_PIPELINE_ID:-default}
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
command: /lib/systemd/systemd
privileged: true
volumes:
......
......@@ -9,7 +9,7 @@
- name: Create docker containers from inventory
docker_container:
name: "{{ item }}"
image: registry.ubicast.net/docker/debian-systemd:buster
image: registry.ubicast.net/docker/debian-systemd:latest
privileged: true
command: /lib/systemd/systemd
state: started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment