sha256:379f30d23403a311ea5e7be5023be1a33498f3f9bbcea0486fb0ddc812d0bde3
OS/ARCH
linux/amd64
Compressed size
64.92 MB
Last pushed
10 months by syalioune
Type
Image
Manifest digest
sha256:f189c31f2fb53273e2b54f82cda887764a8a386a2b08eec403c61535110da694
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.90 B6ENV PYTHON_SHA256=ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c660 B7RUN /bin/sh -c set -eux;11.19 MB8RUN /bin/sh -c set -eux;251 B9CMD ["python3"]0 B10WORKDIR /workspace99 B11RUN /bin/sh -c apt-get update4.83 MB12COPY src/requirements.txt . # buildkit335 B13RUN /bin/sh -c pip install19.25 MB14COPY src/*.py . # buildkit10.98 KB15COPY email-templates /email-templates # buildkit5.92 KB16EXPOSE [8080/tcp]0 B17ENV FUNCTION_TARGET=budget_response_handler0 B18ENV PYTHONUNBUFFERED=10 B19ENV TEMPLATE_DIR=/email-templates0 B20CMD ["functions-framework" "--target=budget_response_handler" "--port=8080"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'