alpine-ansible-lint: update
This commit is contained in:
parent
ed15eea4de
commit
ed71c5e4d1
@ -27,4 +27,8 @@ RUN apk add --no-cache bash git python3 py3-pip jq \
|
||||
# Set work directory
|
||||
WORKDIR /src
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#!/bin/sh
|
||||
# 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 -x
|
||||
exec "$@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user