tumbo/examples/push_to_registry/simple.j2

3 lines
76 B
Plaintext
Raw Normal View History

2019-12-22 18:59:57 +00:00
FROM alpine:{{ version}}
CMD [ "echo", "Hi {{ name }} from {{ version }}" ]