We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd151e commit 379f674Copy full SHA for 379f674
.github/actions/certify-openshift-images/Dockerfile
@@ -7,7 +7,7 @@ RUN curl -LO https://github.com/redhat-openshift-ecosystem/openshift-preflight/r
7
chmod +x ./preflight-linux-amd64 && \
8
mv ./preflight-linux-amd64 /usr/local/bin/preflight
9
10
-COPY entrypoint.sh /home/entrypoint.sh
+COPY ./entrypoint.sh /home/entrypoint.sh
11
RUN chmod +x /home/entrypoint.sh
12
13
# Code file to execute when the docker container starts up (`entrypoint.sh`)
.github/actions/certify-openshift-images/entrypoint.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
3
set -eou pipefail
4
0 commit comments