-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP - simplify dockerfile as much as possible #53
base: main
Are you sure you want to change the base?
Conversation
obsolete error message
|
nevermind, that was because I ran out of disk space. |
OK, now it builds, but running it doesn't work. `docker run` output
|
Conversation lifted off IRC: 1:34:38 AM <justdave_> ok, |
Set up a minimal configuration to get web functionality. This involves specifying a dummy urlbase, an SQLite database, and credentials for the admin user. The initial admin password is randomly generated and printed during the build, or can be retrieved from the Dockerfile by printing the admin-password.txt file.
This is a work in progress, but the end goal is to have a docker container that runs the bugzilla.pl command (and have bugzilla.pl gain a checksetup sub-command).
Most of the changes in this PR are to ensure we don't try connecting to the database during startup/compilation.