-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into peeter/update-wine-ex…
…ample-to-imagespec Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com>
- Loading branch information
Showing
13 changed files
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"project_name": "basic_example_dockerfile" | ||
} |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../{{cookiecutter.project_name}}/Dockerfile → .../{{cookiecutter.project_name}}/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.8-slim-buster | ||
FROM python:3.10-slim-buster | ||
|
||
WORKDIR /root | ||
ENV VENV /opt/venv | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
basic-template-imagespec/{{cookiecutter.project_name}}/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# {{ cookiecutter.project_name }} | ||
|
||
A template for the recommended layout of a Flyte enabled repository for code written in python using [flytekit](https://docs.flyte.org/projects/flytekit/en/latest/). | ||
A template for the recommended layout of a Flyte enabled repository for code written in python using [flytekit](https://docs.flyte.org/en/latest/api/flytekit/docs_index.html). | ||
|
||
## Usage | ||
|
||
To get up and running with your Flyte project, we recommend following the | ||
[Flyte getting started guide](https://docs.flyte.org/en/latest/getting_started.html). | ||
[Flyte getting started guide](https://docs.flyte.org/en/latest/getting_started_with_workflow_development/index.html). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters