mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 22:33:51 -07:00
Merge ef92156ff7
into 6dd5350e3b
This commit is contained in:
commit
0d994d818a
1 changed files with 3 additions and 1 deletions
|
@ -25,12 +25,14 @@ RUN mkdir -p /out/bin && \
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
||||||
COPY --from=build /out /
|
COPY --from=build /out /
|
||||||
|
WORKDIR /mnt
|
||||||
|
ENTRYPOINT ["/bin/shellcheck"]
|
||||||
|
|
||||||
# DELETE-MARKER (Remove everything below to keep the alpine image)
|
# DELETE-MARKER (Remove everything below to keep the alpine image)
|
||||||
|
|
||||||
# Resulting ShellCheck image
|
# Resulting ShellCheck image
|
||||||
FROM scratch
|
FROM scratch
|
||||||
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
||||||
WORKDIR /
|
|
||||||
COPY --from=build /out /
|
COPY --from=build /out /
|
||||||
|
WORKDIR /mnt
|
||||||
ENTRYPOINT ["/bin/shellcheck"]
|
ENTRYPOINT ["/bin/shellcheck"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue