alpine-ansible-lint: update
This commit is contained in:
parent
180518859c
commit
ed15eea4de
@ -27,7 +27,4 @@ RUN apk add --no-cache bash git python3 py3-pip jq \
|
||||
# Set work directory
|
||||
WORKDIR /src
|
||||
|
||||
ADD entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["/bin/sh"]
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
# required by Jenkins Docker plugin: https://github.com/docker-library/official-images#consistency
|
||||
# https://issues.jenkins.io/browse/JENKINS-51307?focusedCommentId=341121&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel
|
||||
|
||||
set -e
|
||||
set -x
|
||||
exec "$@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user