-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
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
Sporadic failure pushing images to ACR #666
Comments
@dbafromthecold Does this reproduce every time? Or does it sometimes succeed? Anything else you could test us that might help us narrow down the issue? Thx. |
@StephenWeatherford It's failed each time I've tried. Am working with a simple dockerfile (to test): - `FROM mcr.microsoft.com/mssql/server:2019-CTP2.0-ubuntu RUN /opt/mssql/bin/mssql-conf set sqlagent.enabled true CMD /opt/mssql/bin/sqlservr` I can't see any other errors/logs to provide any further information I'm afraid. |
Sorry. Closed this by mistake. It appears to be an error with one of the libraries being used in Linux machines. I'm looking into this issue. |
@rosanch Actually, I think I know the cause: In uploadSourceCode, you're not waiting for the blob upload to complete:
|
* Fixes the following issues : Unhandled error if you cancel saving Azure log #639 Save Azure log dialog shows "log..log" as the filename extension #640 docker.acr.pullimage issue #648 * fixes #666 * PR #705 Fixes * Adds telemitry to the ACR logs table listeners * Fixes #662 * Minor ACR casing fixes
Repro steps:
Running through the Docker: ACR Tasks: Build Image in VS Code
Error is generated when trying to push image to Azure
Action: vscode-docker.acr.quickBuild
Error type: SourceLocationNotFound
Error Message: The provided source location 'source/201811290000/20791c20-86a1-41c6-ae5c-07b8473fe461.tar.gz' is invalid or doesn't exists. Please use 'GetBuildSourceUploadUrl' to get a valid location to upload the source.
Version: 0.4.0
OS: win32
The text was updated successfully, but these errors were encountered: