mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-08-25 23:07:32 +00:00
support building with GOFIPS140
Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
@@ -233,6 +233,7 @@ if [[ "$do_build" == "yes" ]]; then
|
||||
else
|
||||
log_note "Docker building the app with KUBE_GIT_VERSION='$testing_version'"
|
||||
# DOCKER_BUILDKIT=1 is optional on MacOS but required on linux.
|
||||
# To build the server with GOFIPS140, add a build arg here, e.g.: --build-arg "GOFIPS140=certified"
|
||||
DOCKER_BUILDKIT=1 docker build . --tag "$registry_repo_tag" --build-arg "KUBE_GIT_VERSION=$testing_version"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user