Skip to content

Commit

Permalink
Update rhino-docker-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 2, 2024
1 parent 7f330bd commit be8e6fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rhino-docker-builder
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,9 @@ function how_to_start {
}

function not_start_build {
echo "${BYellow}Not starting. Run the following command to build:${NC}"
echo "${GREEN}docker build -f ${built_dock} -t ${built_img} . ${no_cache}${NC}"
echo "${BYellow}Not starting. Run the following commands to build:${NC}"
echo "${GREEN}docker buildx create --use --name insecure-builder --buildkitd-flags '--allow-insecure-entitlement security.insecure'${NC}"
echo "${GREEN}docker build -f ${built_dock} -t ${built_img} --allow security.insecure . ${no_cache}${NC}"
echo "${BYellow}After the build has complete, run the following command to test the image:${NC}"
}

Expand Down

0 comments on commit be8e6fe

Please sign in to comment.