-
-
Notifications
You must be signed in to change notification settings - Fork 872
Description
docker history --no-trunc madhuakula/k8s-goat-batch-check
IMAGE CREATED CREATED BY SIZE COMMENT
sha256:a79437e72bc1b7f624b294bbe76a41cc570c0d9e2d997b43531821ec19aab5d6 17 months ago CMD ["./app"] 0B buildkit.dockerfile.v0
17 months ago WORKDIR /app/ 0B buildkit.dockerfile.v0
17 months ago EXPOSE map[3000/tcp:{}] 0B buildkit.dockerfile.v0
17 months ago RUN /bin/sh -c apk --no-cache add git py3-pip && pip install truffleHog; if [ uname -m
= "aarch64" ]; then tar -xvzf app-arm64.tar.gz -C / ; else tar -xvzf app.tar.gz -C / ; fi; rm /app.tar.gz /app-arm64.tar.gz # buildkit 102MB buildkit.dockerfile.v0
17 months ago COPY app.tar.gz /app.tar.gz # buildkit 19.1MB buildkit.dockerfile.v0
17 months ago COPY app-arm64.tar.gz /app-arm64.tar.gz # buildkit 19MB buildkit.dockerfile.v0
17 months ago LABEL MAINTAINER=Madhu Akula INFO=Kubernetes Goat 0B buildkit.dockerfile.v0
17 months ago /bin/sh -c #(nop) CMD ["/bin/sh"] 0B
17 months ago /bin/sh -c #(nop) ADD file:fc714080c3bcbbce7ac746a10d7b4355ffa36293a8d435d62cd5359ea8eb8364 in / 7.34MB
https://madhuakula.com/kubernetes-goat/docs/scenarios/scenario-10/analyzing-crypto-miner-in-kubernetes-cluster-container/welcome
I have tried as the document ,but I can not find the “ curl -sSL https://madhuakula.com/kubernetes....” command in the output of the “docker history command”。