You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
DEBU[0000] Getting source context from
https://myaccount.blob.core.windows.net/container/path/to/context.tar.gz
DEBU[0000] BaseDir /kaniko/buildcontext for file /kaniko/buildcontext/context.tar.gz does not exist. Creating.
Error: error resolving source context: HEAD https://myaccount.blob.core.windows.net/container/path/to/context.tar.gz/container/path/to/context.tar.gz
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
Response contained no body
--------------------------------------------------------------------------------
Expected behavior
Correct path in a download link
To Reproduce
Steps to reproduce the behavior:
Use cr.io/kaniko-project/executor:v1.20.0 and higher with context from AzureBlob
Additional Information
Dockerfile
Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
FROM myacr.azurecr.io/app:dev
COPY . /tmp/app
ENV APPLICATION_SOURCE_BASE_PATH=/tmp/app
Build Context
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
Actual behavior
Duplicate path in link when downloading context from AzureBlob
context - https://myaccount.blob.core.windows.net/container/path/to/context.tar.gz
The link from which Kaniko is trying to download the context - https://myaccount.blob.core.windows.net/container/path/to/context.tar.gz/container/path/to/context.tar.gz
last correct working version of Kaniko 1.19.2...
Expected behavior
Correct path in a download link
To Reproduce
Steps to reproduce the behavior:
Additional Information
Dockerfile
Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
Build Context
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
Kaniko Image (fully qualified with digest)
--cacheflag