We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To Reproduce Steps to reproduce the behavior:
INFO[0008] RUN --mount=type=cache,target=/var/cache/apk,sharing=locked --mount=type=cache,target=/root/.npm,sharing=locked <<END_OF_RUN INFO[0008] Initializing snapshotter ... INFO[0008] Taking snapshot of full filesystem... INFO[0008] Cmd: /bin/sh INFO[0008] Args: [-c <<END_OF_RUN] INFO[0008] Running: [/bin/sh -c <<END_OF_RUN]
Additional Information
ARG CONTAINER_VERSION="3.12.7-slim-bookworm" FROM python:${CONTAINER_VERSION} WORKDIR /app COPY requirements.txt . RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \ <<END_OF_RUN set -x groupadd --system --gid 1000 app useradd --system --gid app --uid 1000 --shell /bin/bash --create-home app apt-get update apt-get upgrade -y pip install --no-cache-dir -r requirements.txt rm requirements.txt END_OF_RUN USER app
Triage Notes for the Maintainers
--cache
The text was updated successfully, but these errors were encountered:
EOF syntax is currently not yet supported by kaniko
EOF
#1713
Sorry, something went wrong.
No branches or pull requests
To Reproduce
Steps to reproduce the behavior:
Additional Information
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: