Namespace
apache
Image / Tag
devlake:v0.15.0-pre-alpha
Content Digest
sha256:10ac57273fc300f3a70fbb12608e9998802154b0b6547e0f717f4b2c7f958e77
Details
Created

2022-12-28 11:56:34 UTC

Size

537 MB

Content Digest
Environment
PATH

/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONUNBUFFERED

1


Layers

[#000] sha256:9621f1afde84053b2f9b6ff34fc7f7460712247c01cbab483c5fa7132cf782ca - 0.5% (2.69 MB)

[#001] sha256:66f02006fe58c798c3f4b1d7f8569a0b0fde5c39bae73902e545f9dc8536450b - 8.9% (47.8 MB)

[#002] sha256:b3cd4ecb7559df44428a4f9d3e9a1f355e103a46236c5901aec6b4633914d0ab - 7.14% (38.3 MB)

[#003] sha256:cee28d40f1d5816ae94de586925706807c729b5774de860f20e2d6910ab3956c - 0.93% (5 MB)

[#004] sha256:16408069d645495c104721199df3a8faadd6e8dcee2ec66b9ea266f0fe131439 - 1.0% (5.39 MB)

[#005] sha256:8f644f02d7a4ade02681d01d092f3d545bf37bf27561416110661a4fbf6aeb53 - 8.12% (43.6 MB)

[#006] sha256:771cd37d93cc5d1cd8d63ff76dfd96b40c4cf3720753e0c7074429696a52c595 - 1.09% (5.84 MB)

[#007] sha256:c9ba0f5ac088e336d674c63fd26d7e526afee9506b04633261b3bae5a168f462 - 0.07% (398 KB)

[#008] sha256:3da2a60b1d9c05833cbaf005ad0482df4a60235575cb359f9fbb4a99045dc660 - 0.0% (92 Bytes)

[#009] sha256:764bb4472710a5c5beae5b634a7f213bfdbe58af2698ec591ba8c5ce20d7a580 - 69.16% (371 MB)

[#010] sha256:b804576d604b1d1eaf9674200cf227e501d8d0fdcfa04545d678c29011129c2d - 0.06% (313 KB)

[#011] sha256:4090ab76036b7d9a3de6c38042e82a33cb57d9182d21d30ec8353339c4357fa6 - 0.0% (176 Bytes)

[#012] sha256:a1e66f1313573366f56975dadad96a474091591823c2496330501bd0cd9cf883 - 0.0% (2.08 KB)

[#013] sha256:2247f8dfcd73516eaadc38d5306e873581a006b82d2146524b3688f564ed08d1 - 0.93% (5.01 MB)

[#014] sha256:18885fe208ee29301aa1337923a849d5ef53156ec5fbcd95d94d6c84aa6aa9b1 - 0.0% (158 Bytes)

[#015] sha256:51998e499ff599214bd05d3ad6e6d6826f86a25e81e4da444394f4c30451a408 - 2.05% (11 MB)

[#016] sha256:814339cde562a33b31a55340bcda8105a3d2812860a53ed4c18d60238876f743 - 0.05% (275 KB)


History
2022-08-09 17:20:00 UTC

/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

2022-12-28 11:55:48 UTC

/bin/sh -c #(nop) EXPOSE 8080

2022-12-28 11:55:48 UTC

/bin/sh -c #(nop) WORKDIR /app

2022-12-28 11:56:02 UTC

/bin/sh -c #(nop) COPY dir:060c30b99bd7925725915654489f055e09c5c3a6d80df4fd1a19217bca607287 in /app/bin

2022-12-28 11:56:03 UTC

/bin/sh -c #(nop) COPY dir:c3f72545af4f290c8fc0a43693ea3334451b85d0dee09c519eb983a71a5a38fa in /usr/share/zoneinfo

2022-12-28 11:56:04 UTC

/bin/sh -c #(nop) COPY file:a9a79f8a1f104692d8b16150926184562ae2429d95a36235407ca0f33a8c2e73 in /app/requirements.txt

2022-12-28 11:56:05 UTC

/bin/sh -c #(nop) COPY dir:62d7f12e8c857ba19f769657b086d099cc9c46ab375ec3ebe82c14c20c4f0358 in /app/config/tap

2022-12-28 11:56:13 UTC

/bin/sh -c python -m venv /app/.venv

2022-12-28 11:56:14 UTC

/bin/sh -c echo "source /app/.venv/bin/activate" >> ~/.profile

2022-12-28 11:56:16 UTC

/bin/sh -c source ~/.profile

2022-12-28 11:56:31 UTC

/bin/sh -c pip install --upgrade pip -r requirements.txt

2022-12-28 11:56:33 UTC

/bin/sh -c apk add --no-cache curl

2022-12-28 11:56:33 UTC

/bin/sh -c #(nop) ENV PATH=/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-12-28 11:56:34 UTC

/bin/sh -c #(nop) CMD ["lake"]

Danger Zone
Delete Tag

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.

Delete