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-worker
Commits
a34acdcc
Commit
a34acdcc
authored
Apr 13, 2021
by
Austin Denton
Browse files
Add health check
parent
ad786336
Pipeline
#218530
passed with stages
in 34 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
a34acdcc
...
@@ -58,8 +58,11 @@ ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
...
@@ -58,8 +58,11 @@ ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
NSS_WRAPPER_PASSWD="/opt/bitnami/airflow/nss_passwd" \
NSS_WRAPPER_PASSWD="/opt/bitnami/airflow/nss_passwd" \
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
EXPOSE
8793
EXPOSE
8793
USER
1001
HEALTHCHECK
--start-period=10s CMD bash -c '</dev/tcp/127.0.0.1/8793 &>/dev/null' || exit 1
ENTRYPOINT
[ "/opt/bitnami/scripts/airflow-worker/entrypoint.sh" ]
ENTRYPOINT
[ "/opt/bitnami/scripts/airflow-worker/entrypoint.sh" ]
CMD
[ "/opt/bitnami/scripts/airflow-worker/run.sh" ]
CMD
[ "/opt/bitnami/scripts/airflow-worker/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