error: Docker exec: "docker-credential-desktop.exe": executable file not found in $PATH Build step 'Execute shell' marked build as failure

null_ung2·2025년 1월 14일

error

목록 보기
2/2

Docker build 과정에서, 아래와 같은 에러 발생 시,

ERROR: failed to solve: openjdk:17-jdk-slim: failed to resolve source metadata for docker.io/library/openjdk:17-jdk-slim: error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
Build step 'Execute shell' marked build as failure
Finished: FAILURE
  1. cd ~/.docker
  2. vim config.json
  3. "credsStore": "desktop". 줄 삭제

0개의 댓글