I am using Gitlab CI in windows as base image.
image: mcr.microsoft.com/dotnet/sdk:6.0.202-windowsservercore-ltsc2019
..................................
app_build:
stage: build
only:
- Dev
image: node:latest
tags:
- my-tag
script:
- |
cd Receipt
npm install
npm run build --prod
WARNING: Failed to pull image with policy "always": no matching manifest for windows/amd64 10.0.17763 in the manifest list entries (manager.go:237:1s) ERROR: Job failed: failed to pull image "node:latest" with specified policies [always]: no matching manifest for windows/amd64 10.0.17763 in the manifest list entries (manager.go:237:1s)