nasqueron/bugzilla

Sponsored OSS

By nasqueron

Updated almost 8 years ago

Bugzilla image intended to be configured through environment and run with a MySQL container.

Image
Security
Integration & delivery
Monitoring & observability
2

8.6K

nasqueron/bugzilla repository overview

Bugzilla Docker image

Provide a Bugzilla stable version, with CPAN modules.

Usage

To start a container linked against a MySQL container:

$ docker run -dt -p 8080:80 --link mysql:somemysqlcontainer \
  -e DB_HOST=mysql -e DB_USER=bugs -e DB_PASSWORD=bugs \
  -e BUGZILLA_URL=https://bugzilla.domain.tld
  nasqueron/bugzilla

To use networks, replace the --link option by a network configuration.

Credits

The dependencies and the configuration variables to provide are partially based on Dave Lawrence (dklawren) work.

Tag summary

Content type

Image

Digest

Size

410.9 MB

Last updated

almost 8 years ago

docker pull nasqueron/bugzilla

This week's pulls

Pulls:

802

Last week