From f180ed4acea651ba93066cf8cb7939cd9f266c19 Mon Sep 17 00:00:00 2001 From: Olga O Date: Thu, 29 Jul 2021 13:42:03 -0500 Subject: [PATCH] update tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abb972c..2e3bb71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,6 +72,6 @@ COPY scripts/jenkins-plugin-cli.sh /bin/jenkins-plugin-cli HEALTHCHECK --interval=10s --timeout=5s --start-period=1m --retries=5 CMD curl -I -f --max-time 5 http://localhost:8080/login?from=%2F || exit 1 -# ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/jenkins.sh"] +ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/jenkins.sh"] # from a derived Dockerfile, can use `RUN plugins.sh active.txt` to setup $REF/plugins from a support bundle -- GitLab