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

Use Dockerfile to build image #1382

Merged
merged 7 commits into from
Apr 17, 2024
Merged

Use Dockerfile to build image #1382

merged 7 commits into from
Apr 17, 2024

Conversation

kgartland-rstudio
Copy link
Collaborator

@kgartland-rstudio kgartland-rstudio commented Apr 17, 2024

Intent

CI was broken by an upstream change to the docker container we rely on. This PR allows us to control the versions of Python and Quarto we want to use so we won't be broken by future changes.

Type of Change

    • Bug Fix
    • New Feature
    • Breaking Change
    • Documentation
    • Refactor
    • Tooling

Approach

Automated Tests

Directions for Reviewers

Checklist

@kgartland-rstudio kgartland-rstudio marked this pull request as ready for review April 17, 2024 16:06
@kgartland-rstudio kgartland-rstudio changed the title Kg dockerfile Use Dockerfile to build image Apr 17, 2024
Copy link
Collaborator

@dotNomad dotNomad left a comment

Choose a reason for hiding this comment

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

Caught a small typo. Thanks for the doing this to avoid breakages!

justfile Outdated
@@ -34,6 +34,9 @@ _uid_args := if os_family() == "unix" {
""
}

PYTHON_VESION := env("PYTHON_VESION", "3.12.1")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
PYTHON_VESION := env("PYTHON_VESION", "3.12.1")
PYTHON_VERSION := env("PYTHON_VERSION", "3.12.1")

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks! I'll fix it.

@kgartland-rstudio kgartland-rstudio merged commit 7cda618 into main Apr 17, 2024
16 checks passed
@kgartland-rstudio kgartland-rstudio deleted the kg-dockerfile branch April 17, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants