Namespace
langgenius
Image / Tag
dify-api:70a033ba22d9b709081af9d3a372ed5d1ef7542c
Content Digest
sha256:465aa2c9e664d7ced20b44f26236af239dcfa81ffac5fe4a14e23bb5bc96995d
Details
Created

2024-07-23 20:25:05 UTC

Size

701 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-07-23T20:23:47.538Z
  • org.opencontainers.image.description
    Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    70a033ba22d9b709081af9d3a372ed5d1ef7542c
  • org.opencontainers.image.source
    https://github.com/langgenius/dify
  • org.opencontainers.image.title
    dify
  • org.opencontainers.image.url
    https://github.com/langgenius/dify
  • org.opencontainers.image.version
    test-downgrade-sentry

Environment
APP_WEB_URL

http://127.0.0.1:3000

COMMIT_SHA

70a033ba22d9b709081af9d3a372ed5d1ef7542c

CONSOLE_API_URL

http://127.0.0.1:5001

CONSOLE_WEB_URL

http://127.0.0.1:3000

DEPLOY_ENV

PRODUCTION

EDITION

SELF_HOSTED

FLASK_APP

app.py

GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

POETRY_CACHE_DIR

/tmp/poetry_cache

POETRY_NO_INTERACTION

1

POETRY_VERSION

1.8.3

POETRY_VIRTUALENVS_CREATE

true

POETRY_VIRTUALENVS_IN_PROJECT

true

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

23.0.1

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.10.14

SERVICE_API_URL

http://127.0.0.1:5001

TZ

UTC

VIRTUAL_ENV

/app/api/.venv


Layers

[#000] sha256:efc2b5ad9eec05befa54239d53feeae3569ccbef689aa5e5dbfc25da6c4df559 - 3.96% (27.8 MB)

[#001] sha256:b48f0f0bd47e2f9d1fe5b2b947966df534b88c1b2b6e77d0463bbd8a048d6516 - 0.48% (3.35 MB)

[#002] sha256:30b50747d57609ec44e2bdc48e2889caf31eb212efa601d4b179333ea73802de - 1.68% (11.8 MB)

[#003] sha256:4dc6a07c2df358f76245587c3a3de637808860dc970227d78e32c1675bd09c75 - 0.0% (232 Bytes)

[#004] sha256:23c641fed87419134d4c09bd694c0bc196f3ea875eb8d88e206305c84e041375 - 0.43% (3.01 MB)

[#005] sha256:48e9db6b6e16e06e08861fccbb06edb3b442d934ebe2b43f9588a2b96d1df57e - 0.0% (111 Bytes)

[#006] sha256:8d5d3ea496ce3dd620d3e4b02d1c065b6007fef4f780a1bed24c803e13d08c21 - 3.06% (21.5 MB)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#008] sha256:7027532b9e6054e8ba9d3548b840288bba3c5145294c33e913bbeae192fd7659 - 27.75% (195 MB)

[#009] sha256:22f0b20d1ee555eacfff8d2463f25085484e206e5c327b7cd579214d6d610b60 - 61.48% (431 MB)

[#010] sha256:d095a6540f15fabe0e80d5d3cb9e0393b2ca15a52b15bd8736ded99823831d55 - 1.15% (8.09 MB)

[#011] sha256:f6a42134a9e68ab41b26ea3e63f3848c597e4f9adc05a97d10874364183e7268 - 0.0% (536 Bytes)

[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2024-07-07 21:49:12 UTC

/bin/sh -c #(nop) ADD file:6c4730e7b12278bc7eb83b3b9d659437c92c42fc7ee70922ae8c4bebfb56a602 in /

2024-07-07 21:49:12 UTC

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

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.10.14

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=23.0.1

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-23 13:46:36 UTC (buildkit.dockerfile.v0)

WORKDIR /app/api

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV POETRY_VERSION=1.8.3

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip install --no-cache-dir poetry==${POETRY_VERSION} # buildkit

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV POETRY_CACHE_DIR=/tmp/poetry_cache

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV POETRY_NO_INTERACTION=1

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV POETRY_VIRTUALENVS_IN_PROJECT=true

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV POETRY_VIRTUALENVS_CREATE=true

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV FLASK_APP=app.py

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV EDITION=SELF_HOSTED

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV DEPLOY_ENV=PRODUCTION

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV CONSOLE_API_URL=http://127.0.0.1:5001

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV CONSOLE_WEB_URL=http://127.0.0.1:3000

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV SERVICE_API_URL=http://127.0.0.1:5001

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV APP_WEB_URL=http://127.0.0.1:3000

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

EXPOSE map[5001/tcp:{}]

2024-07-23 13:46:44 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-07-23 16:43:05 UTC (buildkit.dockerfile.v0)

WORKDIR /app/api

2024-07-23 13:47:14 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl wget vim nodejs ffmpeg libgmp-dev libmpfr-dev libmpc-dev && apt-get autoremove && rm -rf /var/lib/apt/lists/* # buildkit

2024-07-23 13:47:14 UTC (buildkit.dockerfile.v0)

ENV VIRTUAL_ENV=/app/api/.venv

2024-07-23 20:25:04 UTC (buildkit.dockerfile.v0)

COPY /app/api/.venv /app/api/.venv # buildkit

2024-07-23 20:25:04 UTC (buildkit.dockerfile.v0)

ENV PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-07-23 20:25:05 UTC (buildkit.dockerfile.v0)

COPY . /app/api/ # buildkit

2024-07-23 20:25:05 UTC (buildkit.dockerfile.v0)

COPY docker/entrypoint.sh /entrypoint.sh # buildkit

2024-07-23 20:25:05 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit

2024-07-23 20:25:05 UTC (buildkit.dockerfile.v0)

ARG COMMIT_SHA=70a033ba22d9b709081af9d3a372ed5d1ef7542c

2024-07-23 20:25:05 UTC (buildkit.dockerfile.v0)

ENV COMMIT_SHA=70a033ba22d9b709081af9d3a372ed5d1ef7542c

2024-07-23 20:25:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]

Details
Created

2024-07-23 20:25:31 UTC

Size

675 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-07-23T20:23:55.668Z
  • org.opencontainers.image.description
    Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    70a033ba22d9b709081af9d3a372ed5d1ef7542c
  • org.opencontainers.image.source
    https://github.com/langgenius/dify
  • org.opencontainers.image.title
    dify
  • org.opencontainers.image.url
    https://github.com/langgenius/dify
  • org.opencontainers.image.version
    test-downgrade-sentry

Environment
APP_WEB_URL

http://127.0.0.1:3000

COMMIT_SHA

70a033ba22d9b709081af9d3a372ed5d1ef7542c

CONSOLE_API_URL

http://127.0.0.1:5001

CONSOLE_WEB_URL

http://127.0.0.1:3000

DEPLOY_ENV

PRODUCTION

EDITION

SELF_HOSTED

FLASK_APP

app.py

GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

POETRY_CACHE_DIR

/tmp/poetry_cache

POETRY_NO_INTERACTION

1

POETRY_VERSION

1.8.3

POETRY_VIRTUALENVS_CREATE

true

POETRY_VIRTUALENVS_IN_PROJECT

true

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

23.0.1

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.10.14

SERVICE_API_URL

http://127.0.0.1:5001

TZ

UTC

VIRTUAL_ENV

/app/api/.venv


Layers

[#000] sha256:ea235d1ccf77ca07a545b448996766dc3eca4b971b04ba39d50af69660b25751 - 4.12% (27.8 MB)

[#001] sha256:26f13e32d8cd0dd6045ae8e76baa59b01457fb37cef4627f2e033eba1d883a6f - 0.47% (3.18 MB)

[#002] sha256:e387ca4b9f196e65da187c363dc4134502f197389cda8acf4ae0b6fb6a16a3ef - 1.74% (11.8 MB)

[#003] sha256:773a963d3aaecc89c9b5d18ce1b8fa1f02614e4fd21be34139979384ab60a623 - 0.0% (232 Bytes)

[#004] sha256:eb41851a7c3fece7ff925938681c7a5d6f3d84c56e23c2c07d5eb26ee9a6c238 - 0.45% (3.01 MB)

[#005] sha256:3bd227fcfceacd5d3317e52a2f2ec0f2011a68fb10ee0e3fc9b7d41a21dd43b2 - 0.0% (110 Bytes)

[#006] sha256:89984d39d593188cf33670374ee0e6c019b221e76f700f9b8d4b40677863ca87 - 2.87% (19.4 MB)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#008] sha256:27bcb19287094f6c82ae685c2876efcd8e9bfaf9e346f978ccaf447f6ce49760 - 26.44% (179 MB)

[#009] sha256:d163ef204f1c0bd8e349ac04c1d8ca944158a3dfe3d10076fa906834d1a6d745 - 62.71% (424 MB)

[#010] sha256:be0c0015ecaf53e10ce0fc737dead9517cd7939949416b7e1146a3f5a03f3cbd - 1.2% (8.09 MB)

[#011] sha256:829d7a092e4ed58c6bf157fdff65196b5a5bf7c3d777d75f765d35b77e32aa4e - 0.0% (536 Bytes)

[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2024-07-02 00:39:37 UTC

/bin/sh -c #(nop) ADD file:cbda549b25cd4337cd3ce345e3b66c0d3b43c247d7315906a028f98a56c41f1d in /

2024-07-02 00:39:37 UTC

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

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.10.14

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=23.0.1

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version # buildkit

2024-07-07 21:49:12 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-11 02:03:16 UTC (buildkit.dockerfile.v0)

WORKDIR /app/api

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV POETRY_VERSION=1.8.3

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip install --no-cache-dir poetry==${POETRY_VERSION} # buildkit

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV POETRY_CACHE_DIR=/tmp/poetry_cache

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV POETRY_NO_INTERACTION=1

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV POETRY_VIRTUALENVS_IN_PROJECT=true

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV POETRY_VIRTUALENVS_CREATE=true

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV FLASK_APP=app.py

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV EDITION=SELF_HOSTED

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV DEPLOY_ENV=PRODUCTION

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV CONSOLE_API_URL=http://127.0.0.1:5001

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV CONSOLE_WEB_URL=http://127.0.0.1:3000

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV SERVICE_API_URL=http://127.0.0.1:5001

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV APP_WEB_URL=http://127.0.0.1:3000

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[5001/tcp:{}]

2024-07-11 02:03:26 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-07-23 20:09:04 UTC (buildkit.dockerfile.v0)

WORKDIR /app/api

2024-07-11 02:04:03 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl wget vim nodejs ffmpeg libgmp-dev libmpfr-dev libmpc-dev && apt-get autoremove && rm -rf /var/lib/apt/lists/* # buildkit

2024-07-11 02:04:03 UTC (buildkit.dockerfile.v0)

ENV VIRTUAL_ENV=/app/api/.venv

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

COPY /app/api/.venv /app/api/.venv # buildkit

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

ENV PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

COPY . /app/api/ # buildkit

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

COPY docker/entrypoint.sh /entrypoint.sh # buildkit

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

ARG COMMIT_SHA=70a033ba22d9b709081af9d3a372ed5d1ef7542c

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

ENV COMMIT_SHA=70a033ba22d9b709081af9d3a372ed5d1ef7542c

2024-07-23 20:25:31 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]

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