File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/crypto/internal/boring Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
# Security Policy. To use it, build the image, run it, and then extract
7
7
# /boring/godriver/goboringcrypto_linux_amd64.syso.
8
8
#
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 .
12
12
# $ 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.
13
15
14
16
FROM ubuntu:focal
15
17
You can’t perform that action at this time.
0 commit comments