Skip to content

Update docker image#443

Merged
m-goggins merged 28 commits into
mainfrom
440-update-docker-image
Jun 26, 2025
Merged

Update docker image#443
m-goggins merged 28 commits into
mainfrom
440-update-docker-image

Conversation

@m-goggins

@m-goggins m-goggins commented Jun 18, 2025

Copy link
Copy Markdown
Collaborator

Description

This PR changes the base image from [python](python:3.12-slim) to python:3.13-alpine, which should future proof the image a bit longer with the upgrade to 3.13 and also switching to alpine should result in fewer maintenance patches.

Related Issues

Fixes #440

Additional Notes

The Microsoft ODBC driver (msodbcsql18) is not available for Alpine so I replaced it with FreeTDS and unixODBC.

@codecov

codecov Bot commented Jun 18, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.65%. Comparing base (51cf86d) to head (c32430e).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #443      +/-   ##
==========================================
+ Coverage   98.56%   98.65%   +0.09%     
==========================================
  Files          34       38       +4     
  Lines        2014     2155     +141     
==========================================
+ Hits         1985     2126     +141     
  Misses         29       29              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@m-goggins m-goggins marked this pull request as ready for review June 18, 2025 22:02
Comment thread Dockerfile Outdated
Comment thread Dockerfile Outdated
Comment thread .github/workflows/check_smoke_tests.yml
@m-goggins m-goggins requested a review from ericbuckley June 23, 2025 21:15
Comment thread Dockerfile Outdated

@ericbuckley ericbuckley left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks great, thanks @m-goggins

@bamader bamader left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Lot of stuff I had to think through here but looks good!

@m-goggins m-goggins merged commit 9003ee1 into main Jun 26, 2025
15 checks passed
@m-goggins m-goggins deleted the 440-update-docker-image branch June 26, 2025 15:28
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.

Update docker image

3 participants