aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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