sha256:09ba49737b58d612c2e5d38e3f44e45e5d3b0fc360b1308cd370f4f9997720b2
OS/ARCH
Compressed size
264.49 MB
Last pushed
about 1 month by productionengineeringops377
Type
Image
Manifest digest
sha256:e5a51b1ae35fbae57e9fe2becc63ebf4a0ee6926769f2ac2ab8d43fbe2cb5482
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.90 B6ENV PYTHON_SHA256=ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c660 B7RUN /bin/sh -c set -eux;11.84 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10RUN /bin/sh -c apt-get update80.14 MB11ENV POETRY_NO_INTERACTION=1 POETRY_CACHE_DIR=/tmp/poetry_cache0 B12WORKDIR /app93 B13COPY pyproject.toml poetry.lock ./ #179.95 KB14COPY . /app # buildkit21.83 MB15RUN /bin/sh -c poetry config98.23 MB16RUN /bin/sh -c groupadd --gid3.25 KB17RUN /bin/sh -c chown -R22 MB18USER airbyte:airbyte0 B19EXPOSE [8080/tcp]0 B20CMD ["uvicorn" "airbyte_cdk.manifest_server.app:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400'