sha256:c902944ef474ade8506ba921d33d74f1848be04df7f7c1fcb1c2fbb8e576121d
OS/ARCH
Compressed size
210.67 MB
Last pushed
over 1 year by rksharma95
Type
Image
Manifest digest
sha256:3abdaf7fc0c3295de8e9eaee1af3dbda106df6ca04637a17bae3a7ee1f60d142
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=18.040 B5ADD file ... in / 21.66 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update22.96 MB8RUN /bin/sh -c apt-get install44.48 MB9RUN /bin/sh -c apt-get install104.61 MB10RUN /bin/sh -c apt-get install15.08 MB11RUN /bin/sh -c apt-get clean32 B12RUN /bin/sh -c apt-get autoremove32 B13RUN /bin/sh -c rm -rf32 B14RUN /bin/sh -c pip install1.86 MB15ADD flask/http_test.py / # buildkit328 B16COPY entrypoint.sh /entrypoint.sh # buildkit317 B17RUN /bin/sh -c echo "secret115 B18RUN /bin/sh -c echo "plain113 B19RUN /bin/sh -c mkdir /credentials101 B20RUN /bin/sh -c echo "password152 B21RUN /bin/sh -c echo "token147 B22RUN /bin/sh -c mkdir -p121 B23RUN /bin/sh -c echo "cert167 B24RUN /bin/sh -c echo "key169 B25RUN /bin/sh -c useradd --create-home4.53 KB26RUN /bin/sh -c echo 'user1:passwd1'391 B27COPY /hello /hello # buildkit2.42 KB28COPY /hello /home/user1/hello # buildkit2.48 KB29RUN /bin/sh -c chown user1:user12.48 KB30RUN /bin/sh -c echo "secret178 B31RUN /bin/sh -c chown user1:user1176 B32RUN /bin/sh -c mkdir -p140 B33RUN /bin/sh -c chown user1:user1138 B34RUN /bin/sh -c echo "key188 B35RUN /bin/sh -c chown user1:user1187 B36RUN /bin/sh -c echo "other173 B37RUN /bin/sh -c chown user1:user1172 B38COPY /readwriter /readwrite # buildkit2.97 KB39COPY /readwriter /home/user1/readwrite # buildkit3.03 KB40RUN /bin/sh -c chown user1:user13.03 KB41CMD ["/entrypoint.sh"]0 BCommand
ARG RELEASE