Skip to content
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

allow disable geonetwork chown from Dockerfile #296

Open
edevosc2c opened this issue Jun 18, 2024 · 0 comments
Open

allow disable geonetwork chown from Dockerfile #296

edevosc2c opened this issue Jun 18, 2024 · 0 comments
Assignees

Comments

@edevosc2c
Copy link
Member

The issue with the current chown script is that in a Kubernetes environment it will fail once the pod has spent too much time according to how much time the readiness probe is configured.

https://github.com/georchestra/geonetwork/blob/georchestra-gn4.2.x/web/src/docker/docker-entrypoint.d/00-adjust-perms

We should allow disabling this script in order to convert it to an initContainer because an initContainer won't be controlled by a readiness probe. It will take as much time as it wants.

@edevosc2c edevosc2c self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant