Sign inSign up

jcanizalez/terratest:latest

Manifest digest

sha256:aaeab1b1046acc498fa33a9a675ee953143a24eb70610c4b0e68c5503e09e151

OS/ARCH

linux/amd64

Compressed size

437.86 MB

Last pushed

almost 6 years by jcanizalez

Type

Image

Manifest digest

sha256:aaeab1b1046acc498fa33a9a675ee953143a24eb70610c4b0e68c5503e09e151

Image Layers

1ADD file ... in / 48.06 MB
2CMD ["bash"]0 B
3/bin/sh -c apt-get update &&7.45 MB
4/bin/sh -c set -ex; if9.53 MB
5/bin/sh -c apt-get update &&49.43 MB
6/bin/sh -c apt-get update &&65.51 MB
7ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
8ENV GOLANG_VERSION=1.15.30 B
9/bin/sh -c set -eux; dpkgArch="$(dpkg115.49 MB
10ENV GOPATH=/go0 B
11ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
12/bin/sh -c mkdir -p "$GOPATH/src"127 B
13WORKDIR /go0 B
14RUN /bin/sh -c mkdir /app159 B
15ADD . /app/ # buildkit1.88 KB
16WORKDIR /app/terratest/test32 B
17RUN /bin/sh -c apt-get update12.86 MB
18RUN /bin/sh -c apt-get install550.18 KB
19RUN /bin/sh -c wget https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_linux_amd64.zip33.2 MB
20RUN /bin/sh -c unzip terraform_0.13.5_linux_amd64.zip33.44 MB
21RUN /bin/sh -c rm terraform_0.13.5_linux_amd64.zip193 B
22RUN /bin/sh -c mv terraform33.44 MB
23RUN /bin/sh -c apt-get install1.53 KB
24RUN /bin/sh -c go get28.91 MB
25ENTRYPOINT ["go" "test" "-v" "hello_world_example_test.go"]0 B

Command

ADD file:6627ad39ea0cb9fcb212342326d14efaff51aece1fd0dc16d5bbcaa25d858622 in /