alpine-ansible-lint: update

This commit is contained in:
Haitao Pan 2024-04-13 19:22:46 +08:00
parent 180518859c
commit ed15eea4de
2 changed files with 2 additions and 5 deletions

View File

@ -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"]

View File

@ -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 "$@"