5.6.0-rc.1
sha256:bed160f0cc608c4465cd4a63e452547fc51ba30b269b7c0b7743ddfbaee067ae
OS/ARCH
Compressed size
305.25 MB
Last pushed
9 months by productionengineeringops377
Type
Image
Manifest digest
sha256:7a3d52d8d7af5670b61ee87424610aaddc005211ace75369474f29bb4ed39b44
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.46 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c ln -snf153 B12RUN /bin/sh -c adduser --uid1.11 KB13RUN /bin/sh -c mkdir --mode196 B14ENV POETRY_VIRTUALENVS_CREATE=false0 B15ENV POETRY_VIRTUALENVS_IN_PROJECT=false0 B16ENV POETRY_NO_INTERACTION=10 B17ENV PIP_CACHE_DIR=/pip_cache0 B18RUN /bin/sh -c mkdir -p102 B19RUN /bin/sh -c pip install27.91 MB20RUN /bin/sh -c apt-get update14.48 MB21RUN /bin/sh -c apt-get install322.16 KB22RUN /bin/sh -c apt-get update44.07 MB23WORKDIR /airbyte/integration_code136 B24COPY pyproject.toml poetry.lock README.md ./168.83 KB25COPY dist/*.whl ./dist/ # buildkit690.97 KB26RUN /bin/sh -c poetry config163.77 MB27RUN /bin/sh -c pip install8.08 MB28RUN /bin/sh -c mkdir -p3.4 KB29RUN /bin/sh -c rm -rf237 B30RUN /bin/sh -c chown -R3.4 KB31ENV AIRBYTE_ENTRYPOINT=python /airbyte/integration_code/main.py0 B32ENTRYPOINT ["python" "/airbyte/integration_code/main.py"]0 B33USER airbyte0 B34ARG CONNECTOR_SNAKE_NAME0 B35ARG CONNECTOR_NAME=source-linkedin-ads0 B36ARG CONNECTOR_VERSION0 B37WORKDIR /airbyte/integration_code32 B38RUN |3 CONNECTOR_SNAKE_NAME= CONNECTOR_NAME=source-linkedin-ads CONNECTOR_VERSION=32 B39COPY . ./ # buildkit22.38 KB40RUN |3 CONNECTOR_SNAKE_NAME= CONNECTOR_NAME=source-linkedin-ads CONNECTOR_VERSION=15.01 KB41RUN |3 CONNECTOR_SNAKE_NAME= CONNECTOR_NAME=source-linkedin-ads CONNECTOR_VERSION=4.6 KB42USER airbyte0 B43ENV AIRBYTE_ENTRYPOINT=python /airbyte/integration_code/main.py0 B44ENTRYPOINT ["python" "/airbyte/integration_code/main.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'