Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Add TAIGA_DB_CHECK_ONLY, plus fixes #62

Closed
wants to merge 1 commit into from

Conversation

mvitale1989
Copy link

@mvitale1989 mvitale1989 commented Aug 18, 2018

Overview of changes:

  • Feature: add TAIGA_DB_CHECK_ONLY flag, to optionally allow the image to be used as a DB-initializer-only, e.g. as a kubernetes init container.
  • Fix: ensure docker base image is jessie. Default for python 3.5 is now stretch, which made the build fail.
  • Fix: handle clean termination of nginx and taiga app. Bash handles the docker signal.
  • Enhancement: do not preload static directory at build-time, as that requires you to specfiy some parameters at build time. This closes issue Missing env TAIGA_SSL_BY_REVERSE_PROXY in Dockerfile #52

These changes are needed for clean usage inside of a helm chart for taiga, which i based on your image (thank you!).

- Feature: add TAIGA_DB_CHECK_ONLY flag, to optionally allow the image to be
  used as a DB initializer, e.g. kubernetes init container
- Fix: ensure docker base image is jessie
- Fix: handle clean termination of nginx and taiga app
- Do not preload static directory at build-time, as that requires you to
  specfiy some parameters at build time
@mvitale1989
Copy link
Author

Closing in favor of #64, to be able to work on other features in my fork.

@mvitale1989 mvitale1989 closed this Sep 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant