alpine-ansible-lint: update

This commit is contained in:
Haitao Pan 2024-04-13 19:38:04 +08:00
parent ed15eea4de
commit ed71c5e4d1
2 changed files with 4 additions and 1 deletions

View File

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

View File

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