Skip to content

Commit d1405d7

Browse files
committed
[dev.boringcrypto] crypto/internal/boring: update build instructions to use podman
The 'docker' command line tool is no longer available on my Linux laptop due to Docker's new licensing rules. 'sudo podman' seems to work fine, so suggest that instead. Change-Id: Ib80211404dadb567c8741720ece2a73a6ad4040a Reviewed-on: https://go-review.googlesource.com/c/go/+/395874 Trust: Russ Cox <[email protected]> Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 50b8f49 commit d1405d7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/crypto/internal/boring/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
# Security Policy. To use it, build the image, run it, and then extract
77
# /boring/godriver/goboringcrypto_linux_amd64.syso.
88
#
9-
# $ docker build -t goboring:140sp3678 .
10-
# $ docker run -it --name goboring-140sp3678 goboring:140sp3678
11-
# $ docker cp goboring-140sp3678:/boring/godriver/goboringcrypto_linux_amd64.syso .
9+
# $ podman build -t goboring:140sp3678 .
10+
# $ podman run -it --name goboring-140sp3678 goboring:140sp3678
11+
# $ podman cp goboring-140sp3678:/boring/godriver/goboringcrypto_linux_amd64.syso .
1212
# $ sha256sum goboringcrypto_linux_amd64.syso # compare to docker output
13+
#
14+
# The podman commands may need to run under sudo to work around a subuid/subgid bug.
1315

1416
FROM ubuntu:focal
1517

0 commit comments

Comments
 (0)