fix(examples/service-fabric-cli): fix Dockerfile build#1388
Merged
carolynvs merged 2 commits intogetporter:mainfrom Dec 21, 2020
Merged
fix(examples/service-fabric-cli): fix Dockerfile build#1388carolynvs merged 2 commits intogetporter:mainfrom
carolynvs merged 2 commits intogetporter:mainfrom
Conversation
Signed-off-by: Vaughn Dice <vadice@microsoft.com>
Signed-off-by: Vaughn Dice <vadice@microsoft.com>
46f9a00 to
4a6e6aa
Compare
Member
Author
|
Appear to be hitting #1389 (or a variant thereof) Or maybe diff... this time the Win agent is stalled with: |
Member
|
/azp run porter |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
Docker crashed on the windows agent and didn't restart. For now I have deleted the unhealthy agent so that Azure will provision a new one. Later I'll look into preventing that from happening in the future. |
Member
|
Docker is configured to check for new versions I think. So it's hanging and preventing the docker service from starting. I'm going to see about fixing the agent image to not check for updates since it's so disruptive. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this change
ajv-cli) to a version and were hence pulling latest. There are breaking changes in the latest (perhaps we can look into this at a later date); for now, we pin to a known quantity (3.3.0)What issue does it fix
N/A
Notes for the reviewer
N/A
Checklist