Skip to content

Commit

Permalink
maybe we still need buildkit
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Oct 9, 2020
1 parent ea0008d commit 3bf0225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_image
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case "${JRE_VERSION}" in
esac

# Build the project
docker build -f docker/Dockerfile -t openzipkin/example-brave:${TAG} \
DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile -t openzipkin/example-brave:${TAG} \
--build-arg jre_image=${JRE_IMAGE} --build-arg project=${PROJECT} \
--label "description=${DESCRIPTION}" .

0 comments on commit 3bf0225

Please sign in to comment.