Commit d7f828a
authored
Basic Dockerfile template (#44)
* add basic imagespec example
Signed-off-by: nikki everett <nikki@union.ai>
* use latest base image and python 3.11
Signed-off-by: nikki everett <nikki@union.ai>
* rename to distinguish from basic dockerfile template
Signed-off-by: nikki everett <nikki@union.ai>
* rename simple example
Signed-off-by: nikki everett <nikki@union.ai>
* update base image
Signed-off-by: nikki everett <nikki@union.ai>
* update repo README
Signed-off-by: nikki everett <nikki@union.ai>
* update imagespec
Signed-off-by: nikki everett <nikki@union.ai>
* comment out imagespec definition, make linter fixes
Signed-off-by: nikki everett <nikki@union.ai>
* update steps
Signed-off-by: nikki everett <nikki@union.ai>
* make documentation more procedural
Signed-off-by: nikki everett <nikki@union.ai>
* small edits
Signed-off-by: nikki everett <nikki@union.ai>
* remove docker section
Signed-off-by: nikki everett <nikki@union.ai>
* add hello world template
Signed-off-by: nikki everett <nikki@union.ai>
* rename directory to make it clear this is a template, remove unnecessary requirements, small edits to example python script
Signed-off-by: nikki everett <nikki@union.ai>
* this has been renamed
Signed-off-by: nikki everett <nikki@union.ai>
* rename template directory
Signed-off-by: nikki everett <nikki@union.ai>
* update with new template name
Signed-off-by: nikki everett <nikki@union.ai>
* update with hello world template
Signed-off-by: nikki everett <nikki@union.ai>
* add docker specific instructions back to readme
Signed-off-by: nikki everett <nikki@union.ai>
* use cookiecutter for hello world template
Signed-off-by: nikki everett <nikki@union.ai>
* use cookiecutter for basic imagespec template
Signed-off-by: nikki everett <nikki@union.ai>
* fix typo
Signed-off-by: nikki everett <nikki@union.ai>
* remove extra cookiecutter imagespec template
Signed-off-by: nikki everett <nikki@union.ai>
---------
Signed-off-by: nikki everett <nikki@union.ai>1 parent 5781145 commit d7f828a
12 files changed
Lines changed: 34 additions & 19 deletions
File tree
- basic-template-dockerfile
- {{cookiecutter.project_name}}
- workflows
- simple-example
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
10 | 24 | | |
11 | 25 | | |
Lines changed: 14 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
0 commit comments