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 MB2CMD ["bash"]0 B3/bin/sh -c apt-get update &&7.45 MB4/bin/sh -c set -ex; if9.53 MB5/bin/sh -c apt-get update &&49.43 MB6/bin/sh -c apt-get update &&65.51 MB7ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8ENV GOLANG_VERSION=1.15.30 B9/bin/sh -c set -eux; dpkgArch="$(dpkg115.49 MB10ENV GOPATH=/go0 B11ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12/bin/sh -c mkdir -p "$GOPATH/src"127 B13WORKDIR /go0 B14RUN /bin/sh -c mkdir /app159 B15ADD . /app/ # buildkit1.88 KB16WORKDIR /app/terratest/test32 B17RUN /bin/sh -c apt-get update12.86 MB18RUN /bin/sh -c apt-get install550.18 KB19RUN /bin/sh -c wget https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_linux_amd64.zip33.2 MB20RUN /bin/sh -c unzip terraform_0.13.5_linux_amd64.zip33.44 MB21RUN /bin/sh -c rm terraform_0.13.5_linux_amd64.zip193 B22RUN /bin/sh -c mv terraform33.44 MB23RUN /bin/sh -c apt-get install1.53 KB24RUN /bin/sh -c go get28.91 MB25ENTRYPOINT ["go" "test" "-v" "hello_world_example_test.go"]0 BCommand
ADD file:6627ad39ea0cb9fcb212342326d14efaff51aece1fd0dc16d5bbcaa25d858622 in /