Skip to content

Docker image does not allow read-only usage #4

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

Closed
OK-UNDP opened this issue Aug 31, 2019 · 0 comments
Closed

Docker image does not allow read-only usage #4

OK-UNDP opened this issue Aug 31, 2019 · 0 comments
Assignees
Labels
area:deployment Improvements or additions to app packaging or deployment feature:change Feature is implemented, but should be refactored level:easy Solution is easy to implement
Milestone

Comments

@OK-UNDP
Copy link
Contributor

OK-UNDP commented Aug 31, 2019

Current supervisord config places main PID file in /app disallowing read-only container deployment.

@OK-UNDP OK-UNDP added feature:change Feature is implemented, but should be refactored level:easy Solution is easy to implement area:deployment Improvements or additions to app packaging or deployment labels Aug 31, 2019
@OK-UNDP OK-UNDP added this to the 0.1.0-rc.2 milestone Aug 31, 2019
@OK-UNDP OK-UNDP self-assigned this Aug 31, 2019
@OK-UNDP OK-UNDP closed this as completed in 2af23a3 Sep 7, 2019
OK-UNDP added a commit that referenced this issue Sep 13, 2019
0.1.0-rc.2 (2019-09-12)

New

* Publish docs on RTD (fixes #5). [OK-UNDP]

  Provide `.readthedocs.yaml` for RTD build environment.

  Change `description` in `pyproject.toml` to single-line format to address python-poetry/poetry#1372

  Apply minor doc fixes.

  !wip

  !wip

Fix

* Gevent monkey patching (fixes #6). [OK-UNDP]

  Ensure `gevent` monkey patching is performed
  only for tests requiring it.

* Read-only docker image (fixes #4). [OK-UNDP]

  Ensure all PID files are placed in `/tmp`. Provide an example
  `docker-compose.yaml` demonstrating how to deploy workers as
  read-only images with `tmpfs` volume mounted to `/tmp`.

* Empty `app_config.yaml` (fixes #3). [OK-UNDP]

  Properly handle empty or comments-only `app_config.yaml`.

* MsGraphResponse iterator (fixes #2). [OK-UNDP]

  Refactoring that allows `MsGraphResponse` to be repeatedly iterated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:deployment Improvements or additions to app packaging or deployment feature:change Feature is implemented, but should be refactored level:easy Solution is easy to implement
Projects
None yet
Development

No branches or pull requests

1 participant