sha256:650e991af914dfcff719cd8096b2e2bde2a73d8dfffab2e7acd8239f851f11e6
OS/ARCH
linux/amd64
Compressed size
523.93 MB
Last pushed
over 1 year by gadockersvc
Type
Image
Manifest digest
sha256:650e991af914dfcff719cd8096b2e2bde2a73d8dfffab2e7acd8239f851f11e6
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 29.04 MB6CMD ["/bin/bash"]0 B7USER root0 B8RUN /bin/sh -c date #32 B9RUN /bin/sh -c apt-get update6.47 MB10RUN /bin/sh -c apt-get update3.97 MB11RUN /bin/sh -c apt-get update71.93 MB12RUN /bin/sh -c apt-get update121.49 KB13COPY /build_projgrids/usr/ /usr/ # buildkit6.32 MB14ARG PROJ_INSTALL_PREFIX0 B15COPY /build/usr/local/share/proj/ /usr/local/share/proj/ # buildkit1.7 MB16COPY /build/usr/local/include/ /usr/local/include/ # buildkit83.22 KB17COPY /build/usr/local/bin/ /usr/local/bin/ # buildkit166.24 KB18COPY /build/usr/local/lib/ /usr/local/lib/ # buildkit1.67 MB19COPY /build/usr/share/gdal/ /usr/share/gdal/ # buildkit345.42 KB20COPY /build/usr/include/ /usr/include/ # buildkit235.08 KB21COPY /build_gdal_python/usr/ /usr/ # buildkit1.39 MB22COPY /build_gdal_version_changing/usr/ /usr/ # buildkit9.98 MB23RUN |1 PROJ_INSTALL_PREFIX=/usr/local /bin/sh -c4.61 KB24RUN /bin/sh -c mkdir -p115 B25WORKDIR /code32 B26COPY docker/wps-entrypoint.sh /usr/local/bin/wps-entrypoint.sh # buildkit493 B27ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 PATH=/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PYTHONDONTWRITEBYTECODE=10 B28RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive38.79 MB29RUN /bin/sh -c curl -LsS141.59 MB30RUN /bin/sh -c useradd -m3.72 KB31ARG py_env_path=/env0 B32COPY --chown=1000:1000 /app /app #131.31 MB33COPY /build/*.txt /conf/ # buildkit32 B34COPY /usr/local/bin/uv /usr/local/bin/uv # buildkit15.7 MB35COPY /usr/local/bin/uvx /usr/local/bin/uvx # buildkit181.77 KB36ENV PATH=/usr/local/bin:/app/bin:/env/bin:/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B37ADD . /code # buildkit913.33 KB38WORKDIR /code32 B39RUN |1 py_env_path=/env /bin/sh -c62.07 MB40RUN |1 py_env_path=/env /bin/sh -c2.04 KB41ENTRYPOINT ["wps-entrypoint.sh"]0 B42USER wps0 B43CMD ["/bin/sh" "-c" "gunicorn -b0 BCommand
ARG RELEASE