Skip to content

Copier update to 5.0.2#52

Merged
ptsOSL merged 6 commits intomainfrom
copier-update
Apr 24, 2026
Merged

Copier update to 5.0.2#52
ptsOSL merged 6 commits intomainfrom
copier-update

Conversation

@ptsOSL
Copy link
Copy Markdown
Collaborator

@ptsOSL ptsOSL commented Apr 24, 2026

Updated to the latest copier template which includes:

  • New python build system (uv)
  • New base containers and dockerfile
  • Updated github ci

In order to get the new Dockerfile building the images correctly I had to add quite a few extra installs such as git and ca-certificates. However both the developer container and the runtime container now seem to be working properly for me.

To test the runtime container I built the Dockerfile into a sif file and then ran:

apptainer run --bind /scratch:/scratch:rw deploy-tools.sif sync -v --from-scratch /scratch/zrv91478/vscode/deploy-tools/demo-output2/ /scratch/zrv91478/vscode/deploy-tools-config/configuration/

This worked as expected, so I'm hopeful that this is good now.

@ptsOSL ptsOSL changed the title Copier update to 5.0.2 Draft: Copier update to 5.0.2 Apr 24, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.64%. Comparing base (2f5d1b5) to head (0c65dd1).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   75.64%   75.64%           
=======================================
  Files          25       25           
  Lines         936      936           
=======================================
  Hits          708      708           
  Misses        228      228           

☔ 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.

ptsOSL added 3 commits April 24, 2026 10:25
Later stages rely on a uv managed python install which wont
be installed if uv finds a suitable system installed python
version.
Comment thread .devcontainer/devcontainer.json Outdated
@ptsOSL ptsOSL changed the title Draft: Copier update to 5.0.2 Copier update to 5.0.2 Apr 24, 2026
@ptsOSL ptsOSL merged commit 4e91572 into main Apr 24, 2026
11 checks passed
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.

2 participants