Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Dockerfile template #44

Merged
merged 27 commits into from
Apr 10, 2024
Merged

Basic Dockerfile template #44

merged 27 commits into from
Apr 10, 2024

Conversation

neverett
Copy link
Contributor

@neverett neverett commented Dec 8, 2023

This PR renames the old basic Dockerfile template to distinguish it from the new basic ImageSpec template. Depends on #43; do not merge until that PR is merged and flytekit has been updated to use the new basic ImageSpec template as the default.

(As for why we should keep this instead of getting rid of it entirely: my understanding is that some users can't use ImageSpec, so having a Dockerfile template is useful for them.)

Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
@neverett neverett self-assigned this Dec 8, 2023
Signed-off-by: nikki everett <nikki@union.ai>
@@ -1,4 +1,4 @@
FROM python:3.8-slim-buster
FROM python:3.10-slim-buster
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wine classification template uses this base image, so I assumed it was safe to use here too, but we can switch back if need be.

Signed-off-by: nikki everett <nikki@union.ai>
@neverett neverett changed the base branch from main to nikki-basic-imagespec-example December 8, 2023 21:38
@neverett neverett changed the base branch from nikki-basic-imagespec-example to main December 8, 2023 21:38
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
…ary requirements, small edits to example python script

Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
@neverett neverett marked this pull request as ready for review April 10, 2024 20:48
templates.json Outdated Show resolved Hide resolved
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
@neverett neverett merged commit d7f828a into main Apr 10, 2024
3 of 4 checks passed
@neverett neverett deleted the nikki-basic-template-dockerfile branch April 10, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants