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

HAMR-179 Add pyproject.toml to fix docker build #271

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

michael-richey
Copy link
Collaborator

@michael-richey michael-richey commented Sep 4, 2024

What does this PR do?

Fixes the docker build command which is currently broken.

Description of the Change

Creates a skeleton pyproject.toml file so the build will work.

Alternate Designs

We could use a different build backend. For example, passing --use-pep517 would fix it but swapping the build backend seems like a larger change. Changing the base image (to python3.12-slim-bullseye) also seems to resolve but again it's a larger change.

Verification Process

Tested the documented docker build command then ran an import and sync with the newly created docker image.

@michael-richey michael-richey marked this pull request as ready for review September 4, 2024 21:02
@michael-richey michael-richey requested a review from a team as a code owner September 4, 2024 21:02
drichards-87
drichards-87 previously approved these changes Sep 4, 2024
Copy link

@drichards-87 drichards-87 left a comment

Choose a reason for hiding this comment

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

Left a couple of small suggestions from Docs and approved the PR.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
heyronhay
heyronhay previously approved these changes Sep 5, 2024
@michael-richey michael-richey changed the title michael.richey/add-pyproject HAMR-179 Add pyproject.toml to fix docker build Sep 5, 2024
@michael-richey michael-richey merged commit 0a72c40 into main Sep 5, 2024
11 checks passed
@michael-richey michael-richey deleted the michael.richey/add-pyproject branch September 5, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants