]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
(no bug) remove database drivers from "slim" Docker image (#124)
authorDave Miller <justdave@bugzilla.org>
Sun, 28 Apr 2024 04:13:15 +0000 (00:13 -0400)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2024 04:13:15 +0000 (00:13 -0400)
commita35739beb4131aa0a20b783eeb444d2b3ce3869f
tree7f011f24c17e2ab1058848f5ae3d0011e4301332
parent32d6e57afb73b3c2f04bb022073a2a0b444266a3
(no bug) remove database drivers from "slim" Docker image (#124)

Adds other images that include them, per DB vendor.
18 files changed:
.github/workflows/ci.yml
Bugzilla/DaemonControl.pm
Dockerfile
Makefile.PL
docker-compose.test-pg.yml
docker-compose.test-sqlite.yml [new file with mode: 0644]
docker-compose.test.yml
docker-compose.yml
docker/gen-bugzilla-perl-slim.sh
docker/gen-bugzilla-slim-mysql8.sh [new file with mode: 0644]
docker/gen-bugzilla-slim-pg9.sh [new file with mode: 0644]
docker/gen-cpanfile-snapshot.sh
docker/images/Dockerfile.bugzilla-mysql8 [moved from Dockerfile.bugzilla-slim with 77% similarity]
docker/images/Dockerfile.bugzilla-pg9 [new file with mode: 0644]
docker/images/Dockerfile.bugzilla-slim [new file with mode: 0644]
docker/images/Dockerfile.cpanfile [moved from Dockerfile.cpanfile with 100% similarity]
docker/images/Dockerfile.mysql8 [moved from Dockerfile.mysql8 with 100% similarity]
docker/run-tests-in-docker.sh