sha256:946b1e43b2d2c964f0f2afa965c488ebcd327c86d101db7a6faae39b7cbbc2d2
OS/ARCH
Compressed size
287.72 MB
Last pushed
3 months by productionengineeringops377
Type
Image
Manifest digest
sha256:2e824fb305c3950671f0d66ee711516d536ed6dd853b289246b81824ad462ab2
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.19 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.90 B6ENV PYTHON_SHA256=ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c660 B7RUN /bin/sh -c set -eux;11.75 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10RUN /bin/sh -c ln -snf153 B11RUN /bin/sh -c adduser --uid1.1 KB12RUN /bin/sh -c mkdir --mode199 B13ENV POETRY_VIRTUALENVS_CREATE=false0 B14ENV POETRY_VIRTUALENVS_IN_PROJECT=false0 B15ENV POETRY_NO_INTERACTION=10 B16ENV PIP_CACHE_DIR=/pip_cache0 B17RUN /bin/sh -c mkdir -p102 B18RUN /bin/sh -c pip install27.7 MB19RUN /bin/sh -c apt-get update14.35 MB20RUN /bin/sh -c apt-get install1.17 MB21RUN /bin/sh -c apt-get update43.75 MB22WORKDIR /airbyte/integration_code135 B23COPY pyproject.toml poetry.lock README.md ./175.97 KB24COPY dist/*.whl ./dist/ # buildkit703.28 KB25RUN /bin/sh -c poetry config152.47 MB26RUN /bin/sh -c pip install5.64 MB27RUN /bin/sh -c mkdir -p3.4 KB28RUN /bin/sh -c rm -rf238 B29RUN /bin/sh -c chown -R3.39 KB30ENV AIRBYTE_ENTRYPOINT=python /airbyte/integration_code/main.py0 B31ENTRYPOINT ["python" "/airbyte/integration_code/main.py"]0 B32USER airbyte0 B33ARG CONNECTOR_SNAKE_NAME0 B34ARG CONNECTOR_NAME=source-google-sheets0 B35ARG CONNECTOR_VERSION0 B36WORKDIR /airbyte/integration_code32 B37RUN |3 CONNECTOR_SNAKE_NAME= CONNECTOR_NAME=source-google-sheets CONNECTOR_VERSION=32 B38COPY . ./ # buildkit14.48 KB39RUN |3 CONNECTOR_SNAKE_NAME= CONNECTOR_NAME=source-google-sheets CONNECTOR_VERSION=6.22 KB40RUN |3 CONNECTOR_SNAKE_NAME= CONNECTOR_NAME=source-google-sheets CONNECTOR_VERSION=6.6 KB41USER airbyte0 B42ENV AIRBYTE_ENTRYPOINT=python /airbyte/integration_code/main.py0 B43ENTRYPOINT ["python" "/airbyte/integration_code/main.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'