Last active
October 16, 2023 14:43
-
-
Save knjk04/d8792489979a765fd0f76156b8f7f9ac to your computer and use it in GitHub Desktop.
This file contains 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
Error: Command failed with ENOENT: docker build --network=default --quiet --tag ... --build-arg SRC_DIRECTORY=src --build-arg TARGET_PATH=. --build-arg NPM_PACKAGE_NAME --build-arg NPM_PACKAGE_SCOPE --build-arg CONFIG_NAME=... --build-arg CONFIG_PROJECT --build-arg GIT_SHA=666b436d5a09189d4bfad7df38d598d568f64f2d --build-arg GIT_TAG=v1.0.0 -f /builds/.../Dockerfile /builds/.../app | |
spawn docker ENOENT | |
at ChildProcess._handle.onexit (node:internal/child_process:286:19) | |
at onErrorNT (node:internal/child_process:484:16) | |
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { | |
errno: -2, | |
code: 'ENOENT', | |
syscall: 'spawn docker', | |
path: 'docker', | |
spawnargs: [ | |
'build', | |
'--network=default', | |
'--quiet', | |
'--tag', | |
'redacted.amazonaws.com/app:3068ea275cf755d1b90f', | |
'--build-arg', | |
'SRC_DIRECTORY=redacted', | |
'--build-arg', | |
'TARGET_PATH=.', | |
'--build-arg', | |
'NPM_PACKAGE_NAME', | |
'--build-arg', | |
'NPM_PACKAGE_SCOPE', | |
'--build-arg', | |
'CONFIG_NAME=app', | |
'--build-arg', | |
'CONFIG_PROJECT', | |
'--build-arg', | |
'GIT_SHA=666b436d5a09189d4bfad7df38d598d568f64f2d', | |
'--build-arg', | |
'GIT_TAG=v1.0.0', | |
'-f', | |
'/builds/.../Dockerfile', | |
'/builds/...' | |
], | |
originalMessage: 'spawn docker ENOENT', | |
shortMessage: 'Command failed with ENOENT: docker build --network=default --quiet --tag ... + | |
'spawn docker ENOENT', | |
command: 'docker build --network=default --quiet --tag ..., | |
exitCode: undefined, | |
signal: undefined, | |
signalDescription: undefined, | |
stdout: '', | |
stderr: '', | |
failed: true, | |
timedOut: false, | |
isCanceled: false, | |
killed: false, | |
pluginName: '@codedependant/semantic-release-docker' | |
} | |
Cleaning up project directory and file based variables | |
00:00 | |
ERROR: Job failed: exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment