5 Commits

Author SHA1 Message Date
Cameron
fc3cb8843c Update the Dockerfile to use Python 3.12 (#6876) 2025-05-08 15:28:19 +00:00
Alan Cruickshank
58741def84 Update publish actions and Dockerfile. (#5390) 2023-11-08 22:35:40 +00:00
Thomas Durieux
26f7f2518a Reduce Dockerfile image size (#4262) 2023-01-11 10:02:24 -08:00
Kian-Meng Ang
d0e661c618 Fix typos (#3901)
Found via `codespell -S ./test/fixtures,./.mypy_cache,./.tox -L
inout,crate,fo,nd,falsy,get\'s`

Co-authored-by: Alan Cruickshank <alanmcruickshank@gmail.com>
2022-10-03 14:16:52 +01:00
Joseph Young
fdaa914547 Official Docker image: Dockerfile and Github Actions workflow (#1945)
* Add Dockerfile and Github Actions workflow for Official Docker image

* Update Dockerfile

Co-authored-by: Barry Hart <barrywhart@yahoo.com>

* Update docker build comments

* Fix spelling mistake

* Official docker test (#2)

* Refactor Dockerfile for better caching performance; add .dockerignore.

* Implement layer caching in GHA.

Co-authored-by: Chris Curro <git@curro.cc>

* revert requirements.txt to be handled by #1956

* make docker image test consistent with suggested usage

* Add README reference to Official SQLFluff Docker Image

* Set separate end-user working directory for convenience

* remove -t option in integration test

* Add workflow_dispatch option incase we manually want to trigger docker build and push

* Extract dependencies from setup.cfg

Co-authored-by: Barry Hart <barrywhart@yahoo.com>
Co-authored-by: Chris Curro <git@curro.cc>
2021-11-23 09:42:24 -05:00