aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump poetry to 2.2.1HEADmainGravatar Chris Lovering2025-09-29-1/+1
|
* Build 3.14 rc imagesGravatar Chris Lovering2025-09-29-1/+2
|
* Bump checkout CI action to latest (5)Gravatar Chris Lovering2025-09-29-4/+1
|
* Split python version matrix to multi-line yaml listGravatar Chris Lovering2025-09-29-1/+11
|
* Remove need for curl installGravatar Chris Lovering2025-01-01-6/+2
|
* Bump poetry version used to 1.8.5Gravatar Chris Lovering2025-01-01-1/+1
|
* Add 3.13, remove 3.9Gravatar Chris Lovering2024-10-08-1/+1
|
* Bump docker/build-push-action from 5 to 6 (#7)Gravatar dependabot[bot]2024-06-17-1/+1
| | | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Drop the scheduled build-publish triggerGravatar Chris Lovering2024-06-10-3/+0
| | | | This schedulde usually gets disabled by github far before a Python/Poetry release is made, so isn't useful.
* Bump poetry to 1.8.2Gravatar Chris Lovering2024-04-10-1/+1
|
* Bump poetry to 1.7.1Gravatar Chris Lovering2024-02-07-1/+1
|
* Update example Dockerfile to not specify an architectureGravatar Chris Lovering2023-10-23-3/+3
|
* Fix spelling error in docker-compose exampleGravatar Chris Lovering2023-10-23-0/+0
|
* Add a dockerignore file to the example dirGravatar Chris Lovering2023-10-03-0/+8
| | | | This is to push users in the direction of using a dockerignore file to avoid copying things like their venv folders into the final image
* Only trigger CI on push if the commit changes the Dockerfile or CIGravatar Chris Lovering2023-10-03-0/+3
|
* Add example Docker file and docker compose files, and suggested usagesGravatar Chris Lovering2023-10-03-1/+32
|
* Use 3.12 stable over rc versionGravatar Chris Lovering2023-10-03-6/+1
|
* Remove debug lines from DockerfileGravatar Chris Lovering2023-09-21-2/+1
|
* Use python:3-slim as the default build base for building manuallyGravatar Chris Lovering2023-09-21-1/+1
|
* Only mark 3.12-rc-slim as experimentalGravatar Chris Lovering2023-09-21-5/+4
|
* Bump poetry version to 1.6.1Gravatar Chris Lovering2023-09-21-1/+1
|
* Add support for 3.12-rcGravatar Chris Lovering2023-09-21-2/+8
|
* Bump all CI steps to latest versionsGravatar Chris Lovering2023-09-12-4/+4
|
* Bump actions/checkout from 3 to 4 (#2)Gravatar dependabot[bot]2023-09-04-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update poetry versionGravatar ChrisJL2023-06-08-1/+1
|
* Always attempt to pull all referenced images when buildingGravatar ChrisJL2023-03-29-0/+1
|
* Run Build CI Daily (#1)Gravatar Hassan Abouelela2023-03-26-0/+3
|
* Enable buildkitd debug if running CI in debugGravatar Chris Lovering2023-03-26-0/+2
|
* Update CI action versionsGravatar Chris Lovering2023-03-26-2/+2
|
* Add dependabot CI configGravatar Chris Lovering2023-03-26-0/+6
|
* Bump CI action versionsGravatar Chris Lovering2023-02-27-2/+2
|
* Build against both amd64 and arm64 architecturesGravatar Chris Lovering2023-02-27-7/+5
|
* Update GHCR org in CIGravatar ChrisJL2023-01-28-2/+2
|
* Update poetry versionGravatar ChrisJL2023-01-28-1/+1
|
* Include 3.11 builds and bump poetry versionGravatar Chris Lovering2022-10-25-3/+3
|
* Also build non-slim versions of PythonGravatar Chris Lovering2022-09-17-1/+1
|
* Add a workflow to build base Python images with poetryGravatar Chris Lovering2022-09-17-0/+74
|
* Initial commitGravatar ChrisJL2022-09-17-0/+23