mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2025-09-05 18:20:43 +00:00
examples
This commit is contained in:
3
examples/custom_tag/simple.j2
Normal file
3
examples/custom_tag/simple.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine:{{ version}}
|
||||
|
||||
CMD [ "echo", "Hi {{ name }} from {{ version }}" ]
|
14
examples/custom_tag/spec.yml
Normal file
14
examples/custom_tag/spec.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
variables:
|
||||
version:
|
||||
- 3.11
|
||||
- 3.10
|
||||
- 3.9
|
||||
name:
|
||||
- Alice
|
||||
- Bob
|
||||
|
||||
recipe: ./simple.j2
|
||||
tag: 'my_image:{{version}}-{{name}}'
|
||||
|
||||
run: yes
|
||||
parallel: no
|
Reference in New Issue
Block a user