Skip to content

Commit c5379f4

Browse files
authored
Merge pull request #635 from Dylan-AWS/master
fix entrypoint for corretto images
2 parents c9313a8 + 9d1819c commit c5379f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

al2/x86_64/standard/corretto11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ COPY ssh_config /root/.ssh/config
5959
COPY runtimes.yml /codebuild/image/config/runtimes.yml
6060
COPY legal/bill_of_material.txt /usr/share/doc/bill_of_material.txt
6161

62-
ENTRYPOINT ["/bin/bash"]
62+
ENTRYPOINT ["sh","-c"]

al2/x86_64/standard/corretto8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ COPY ssh_config /root/.ssh/config
5959
COPY runtimes.yml /codebuild/image/config/runtimes.yml
6060
COPY legal/bill_of_material.txt /usr/share/doc/bill_of_material.txt
6161

62-
ENTRYPOINT ["/bin/bash"]
62+
ENTRYPOINT ["sh","-c"]

0 commit comments

Comments
 (0)