Skip to content

Commit

Permalink
chore(docker): Move NODEJS_VERSION arg to correct image
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro authored and fviernau committed Oct 4, 2023
1 parent 94737ae commit f2095d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ image_build golang ort/golang "$GO_VERSION" \
# Runtime ORT image
image_build run ort "$ORT_VERSION" \
--build-arg ORT_VERSION="$ORT_VERSION" \
--build-arg NODEJS_VERSION="$NODEJS_VERSION" \
--build-context "base=docker-image://${DOCKER_IMAGE_ROOT}/ort/base:latest" \
--build-context "python=docker-image://${DOCKER_IMAGE_ROOT}/ort/python:latest" \
--build-context "nodejs=docker-image://${DOCKER_IMAGE_ROOT}/ort/nodejs:latest" \
Expand Down Expand Up @@ -158,7 +159,6 @@ docker buildx build \
--tag "${DOCKER_IMAGE_ROOT}/ort-extended:$ORT_VERSION" \
--tag "${DOCKER_IMAGE_ROOT}/ort-extended:latest" \
--build-arg ORT_VERSION="$ORT_VERSION" \
--build-arg NODEJS_VERSION="$NODEJS_VERSION" \
--build-context "ort=docker-image://${DOCKER_IMAGE_ROOT}/ort:${ORT_VERSION}" \
--build-context "sbt=docker-image://${DOCKER_IMAGE_ROOT}/ort/sbt:latest" \
--build-context "dotnet=docker-image://${DOCKER_IMAGE_ROOT}/ort/dotnet:latest" \
Expand Down

0 comments on commit f2095d3

Please sign in to comment.