Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Jun 24, 2024
1 parent 35201e2 commit e383554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ if [ "${BUILD}" == true ]; then
commandString="${commandString} --build-variant openj9"
fi

# although this works for both docekr and podman with docker alias, it shodl honour the setup pf BUILD_CONFIG[USE_DOCKER] (also maybe with BUILD_CONFIG[DOCKER] which set sudo/no sudo)
# although this works for both docekr and podman with docker alias, it shodl honour the setup of BUILD_CONFIG[USE_DOCKER] (also maybe with BUILD_CONFIG[DOCKER] which set sudo/no sudo)
${CMD} build -t "jdk${JDK_VERSION}_build_image" -f "$DOCKERFILE_PATH" . --build-arg "OPENJDK_CORE_VERSION=${JDK_VERSION}" --build-arg "HostUID=${UID}"
echo "To start a build run ${commandString}"
${CMD} run -it "jdk${JDK_VERSION}_build_image" bash
Expand Down

0 comments on commit e383554

Please sign in to comment.