Sitecore / Sitecore/docker-examples

nuget restore error preventing images to build XM1

Open
#71 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PowerShell
Stars
82
Forks
110
Avg merge
7d 59m
Merged PRs (30d)
1

Description

Recently following error started appearing when running .\clean-install.ps1 (the problem reproducible only for XM1).
There is an issue with "nuget restore" that should be run in custom-image Dockerfile. See screenshot below.
image

As a result, it is not possible to build images and get up containers.
The message you're seeing on screenshot indicates an error. The error code 4294967295 is a generic error code that PowerShell uses to indicate that a command has failed. In this case, the nuget restore command is failing.

Everything use to be working a while before.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the XM1 failure by running .\clean-install.ps1 and inspect the custom-image Dockerfile where nuget restore is run. Determine why nuget restore fails, then verify that the images build successfully and containers can start.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, powershell
Domain
build-system, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.