wwwwwwww
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
ci/woodpecker/push/test/1 Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-07 20:14:28 +02:00
parent 187841ba12
commit 79d41a9020
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
4 changed files with 10 additions and 14 deletions

View file

@ -1,5 +1,5 @@
FROM docker.io/library/bash:5.2.37@sha256:01a15c6f48f6a3c08431cd77e11567823530b18159889dca3b7309b707beef91
SHELL ["/bin/bash", "-u", "-e", "-o", "pipefail", "-c"]
SHELL ["/usr/local/bin/bash", "-u", "-e", "-o", "pipefail", "-c"]
# ignore pipefail because
# bash is non-default location https://github.com/tianon/docker-bash/issues/29
# hadolint only uses default locations https://github.com/hadolint/hadolint/issues/977