mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-31 22:47:12 +00:00
revert to upstream check-config as PR merged
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
71c899ff46
commit
e48bce798b
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.4
|
||||
RUN apk update && apk upgrade && apk add --no-cache bash
|
||||
ADD https://raw.githubusercontent.com/justincormack/docker/228ee16df3d738efaf001309370b26561c49edd6/contrib/check-config.sh /usr/bin/check-config.sh
|
||||
ADD https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh /usr/bin/check-config.sh
|
||||
ENTRYPOINT ["/bin/bash", "/usr/bin/check-config.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user