Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | webscale the dockerfile 10x improvement | 2025-07-18 | -2/+0 | |
| | ||||
* | Replace virtualenv with venv | 2025-07-15 | -2/+2 | |
| | ||||
* | Migrate Dockerfile to using uv | 2025-07-15 | -10/+31 | |
| | ||||
* | Update project to Python 3.13 | 2025-04-08 | -1/+1 | |
| | ||||
* | Bump references to 3.11 up to Pytohn 3.12 | 2024-03-30 | -1/+1 | |
| | ||||
* | Update base image to new repo org (#1241) | 2023-03-29 | -1/+1 | |
| | ||||
* | Bump Python version to 3.11 | 2023-03-04 | -2/+2 | |
| | ||||
* | Upgrade to Python 3.10 | 2022-09-21 | -1/+1 | |
| | ||||
* | Fix Poetry 1.2 Support (#1099) | 2022-09-17 | -15/+5 | |
| | ||||
* | remove unnecessary volumes | 2021-11-09 | -3/+0 | |
| | ||||
* | Pin platform in Dockerfile | 2021-09-04 | -1/+1 | |
| | | | | | | Some of our deps don't have wheels for atm processors. With Mac's M1 chips becomming more common, we should make it easier for those users to build our environments. | |||
* | Install Poetry globally in Docker | 2021-06-04 | -3/+2 | |
| | | | | | The previous way would error out when building due to not being able to find a file on the overwritten path. https://paste.pythondiscord.com/alixoqaxuc.py | |||
* | Merge branch 'main' into pipenv-to-poetry | 2021-05-16 | -8/+0 | |
|\ | ||||
| * | Remove ffmpg and discord.py voice extra | 2021-04-16 | -6/+0 | |
| | | ||||
| * | Dockerfile optimisations | 2021-03-13 | -6/+11 | |
| | | ||||
* | | Annotate Dockerfile | 2021-03-10 | -1/+6 | |
| | | ||||
* | | Disable poetry venv creation in Dockerfile and linting workflow | 2021-03-10 | -5/+5 | |
| | | ||||
* | | Update Dockerfile | 2021-03-10 | -13/+14 | |
|/ | ||||
* | Add default development value to Git SHA | 2020-12-19 | -1/+1 | |
| | ||||
* | Add Git SHA build argument to Dockerfile | 2020-12-19 | -1/+5 | |
| | ||||
* | git -> ffmpeg | 2020-09-23 | -1/+1 | |
| | ||||
* | Install git in Docker image | 2020-07-14 | -0/+6 | |
| | | | | | It's needed to be able to download discord.py via git since the alpha version is not on PyPI. | |||
* | Docker: bump Python to 3.8 | 2020-03-08 | -1/+1 | |
| | ||||
* | Change volume instruction to single line. | 2019-09-23 | -2/+1 | |
| | ||||
* | Move pipenv install above file copy, add comments, move to python slim image. | 2019-09-23 | -4/+8 | |
| | ||||
* | Cleanup Dockerfile and CI Build & Push stage | 2019-09-19 | -0/+20 | |