mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 09:03:57 +00:00
Note, the jessie-slim image with the old sha256 does not exist anymore... Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
5 lines
157 B
Docker
5 lines
157 B
Docker
FROM debian:jessie-slim@sha256:fb22c1cef74071a6cd0145c1f91ca85ba9bd3f8b4d6db8560fe69eb36a175ca3
|
|
ADD . /
|
|
WORKDIR /opt/ltp
|
|
ENTRYPOINT ["/bin/sh", "/check.sh"]
|