homeserver/roles/xanmanning.k3s/molecule/highavailabilitydb/Dockerfile.j2

8 lines
145 B
Docker
Raw Normal View History

# Molecule managed
{% if item.registry is defined %}
FROM {{ item.registry.url }}/{{ item.image }}
{% else %}
FROM {{ item.image }}
{% endif %}