Changeset View
Changeset View
Standalone View
Standalone View
roles/paas-docker/docker/images.sls
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| # Salt — Provision Docker engine | # Salt — Provision Docker engine | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # Project: Nasqueron | # Project: Nasqueron | ||||
| # Created: 2018-03-10 | # Created: 2018-03-10 | ||||
| # License: Trivial work, not eligible to copyright | # License: Trivial work, not eligible to copyright | ||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| {% set images = salt['node.filter_by_name']('docker_images') %} | {% set images = salt['paas_docker.list_images']() %} | ||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| # Fetch Docker images | # Fetch Docker images | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| {% for image in images %} | {% for image in images %} | ||||
| {{ image }}: | {{ image }}: | ||||
| docker_image.present | docker_image.present | ||||
| {% endfor %} | {% endfor %} | ||||
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator