2023-01-09 05:42:49 UTC
537 MB
/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONUNBUFFERED1
[#000] sha256:9621f1afde84053b2f9b6ff34fc7f7460712247c01cbab483c5fa7132cf782ca - 0.5% (2.69 MB)
[#001] sha256:66f02006fe58c798c3f4b1d7f8569a0b0fde5c39bae73902e545f9dc8536450b - 8.9% (47.8 MB)
[#002] sha256:b3cd4ecb7559df44428a4f9d3e9a1f355e103a46236c5901aec6b4633914d0ab - 7.13% (38.3 MB)
[#003] sha256:cee28d40f1d5816ae94de586925706807c729b5774de860f20e2d6910ab3956c - 0.93% (5 MB)
[#004] sha256:16408069d645495c104721199df3a8faadd6e8dcee2ec66b9ea266f0fe131439 - 1.0% (5.39 MB)
[#005] sha256:8f644f02d7a4ade02681d01d092f3d545bf37bf27561416110661a4fbf6aeb53 - 8.11% (43.6 MB)
[#006] sha256:771cd37d93cc5d1cd8d63ff76dfd96b40c4cf3720753e0c7074429696a52c595 - 1.09% (5.84 MB)
[#007] sha256:c9ba0f5ac088e336d674c63fd26d7e526afee9506b04633261b3bae5a168f462 - 0.07% (398 KB)
[#008] sha256:c375c4eec8995ce0c980049a0a15efc23a61b63d0cd5fd5a0fa863f4a67776c7 - 0.0% (92 Bytes)
[#009] sha256:d40ac4a8406279e7cecb950208e78b7261fdffd32d896c3ae410183cc3f83442 - 69.17% (371 MB)
[#010] sha256:175769c3a19e90e15f6342da17ab05e4806ce3090c43ecfc1c3b4998adf7c11e - 0.06% (313 KB)
[#011] sha256:252b1dd0fb665da00bb866dbac1327a6bcdff81c8eaaf363dc44e901958acdd3 - 0.0% (178 Bytes)
[#012] sha256:582a841bdfd18b7441be146ecc7eb046e41bbeb583656ba61d6978532cbb0c85 - 0.0% (2.08 KB)
[#013] sha256:0da1b3dc180b3680c22f4d01da58dbb7447bd580690964856b25f09e1ae1eca4 - 0.93% (5.01 MB)
[#014] sha256:6cbbf39158b51a0e46ecd9b129da531c8afdda48e9ef469b90f2ce5f0bf8c68a - 0.0% (158 Bytes)
[#015] sha256:bfafe10a99c18966f0c7efd6df9c8c4ba6e9ec049a16c7c4e0854be12b55934c - 2.05% (11 MB)
[#016] sha256:98dc29bf5afa2e5ea60faa387b55f648063352011f14a9ee967e38b49dc0ab36 - 0.05% (275 KB)
/bin/sh -c #(nop) ADD file:f77e3f51f020890d22997e6c2ca98968b75b8bc8c463341a2010ff0655d4c88f in /
2022-08-09 17:20:01 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-25 03:25:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache musl-dev libgit2-dev libffi-dev && apk add --no-cache gcc # buildkit
2022-08-25 03:26:33 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2022-08-25 03:26:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --update --no-cache python3-dev && ln -sf python3 /usr/bin/python # buildkit
2022-08-25 03:26:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c python3 -m ensurepip # buildkit
2022-08-25 03:27:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install --no-cache --upgrade pip setuptools # buildkit
2022-08-25 03:29:50 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install dbt-mysql # buildkit
2022-08-25 03:30:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install dbt-postgres # buildkit
2022-08-25 03:30:17 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache tar # buildkit
2023-01-09 05:42:08 UTC/bin/sh -c #(nop) EXPOSE 8080
2023-01-09 05:42:08 UTC/bin/sh -c #(nop) WORKDIR /app
2023-01-09 05:42:22 UTC/bin/sh -c #(nop) COPY dir:3029397f64ada76413c374b4acd1c0b123513714f5249cf298689e219581fdb2 in /app/bin
2023-01-09 05:42:23 UTC/bin/sh -c #(nop) COPY dir:c3f72545af4f290c8fc0a43693ea3334451b85d0dee09c519eb983a71a5a38fa in /usr/share/zoneinfo
2023-01-09 05:42:24 UTC/bin/sh -c #(nop) COPY file:a9a79f8a1f104692d8b16150926184562ae2429d95a36235407ca0f33a8c2e73 in /app/requirements.txt
2023-01-09 05:42:25 UTC/bin/sh -c #(nop) COPY dir:62d7f12e8c857ba19f769657b086d099cc9c46ab375ec3ebe82c14c20c4f0358 in /app/config/tap
2023-01-09 05:42:32 UTC/bin/sh -c python -m venv /app/.venv
2023-01-09 05:42:33 UTC/bin/sh -c echo "source /app/.venv/bin/activate" >> ~/.profile
2023-01-09 05:42:34 UTC/bin/sh -c source ~/.profile
2023-01-09 05:42:47 UTC/bin/sh -c pip install --upgrade pip -r requirements.txt
2023-01-09 05:42:48 UTC/bin/sh -c apk add --no-cache curl
2023-01-09 05:42:49 UTC/bin/sh -c #(nop) ENV PATH=/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-01-09 05:42:49 UTC/bin/sh -c #(nop) CMD ["lake"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.