UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
Bitnami
airflow-scheduler
Commits
21d262fc
Commit
21d262fc
authored
Apr 13, 2021
by
Austin Denton
Browse files
Add healthcheck
parent
59e25b72
Pipeline
#218554
failed with stages
in 6 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Dockerfile
Dockerfile
+3
-0
No files found.
Dockerfile
View file @
21d262fc
...
@@ -54,5 +54,8 @@ ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
...
@@ -54,5 +54,8 @@ ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/airflow/venv/bin:$PATH"
PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/airflow/venv/bin:$PATH"
USER
1001
USER
1001
HEALTHCHECK
--start-period=10s CMD bash -c 'airflow version' || exit 1
ENTRYPOINT
[ "/opt/bitnami/scripts/airflow-scheduler/entrypoint.sh" ]
ENTRYPOINT
[ "/opt/bitnami/scripts/airflow-scheduler/entrypoint.sh" ]
CMD
[ "/opt/bitnami/scripts/airflow-scheduler/run.sh" ]
CMD
[ "/opt/bitnami/scripts/airflow-scheduler/run.sh" ]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment