trimstray / htrace.sh

My simple Swiss Army knife for http/https troubleshooting and profiling.
GNU General Public License v3.0
3.75k stars 233 forks source link

Unable to build Docker image: manifest for drwetter/testssl.sh:stable not found #89

Closed angristan closed 3 years ago

angristan commented 4 years ago

The tags have been recently updated: https://hub.docker.com/r/drwetter/testssl.sh/tags. stable is not one of them.

+++ dirname build/build.sh
++ cd build/..
++ pwd
+ ROOT_DIR=/Users/stanislas/lab/htrace.sh
+ docker build -t htrace.sh -f build/Dockerfile /Users/stanislas/lab/htrace.sh
Sending build context to Docker daemon  8.086MB
Step 1/35 : FROM golang:alpine AS golang
alpine: Pulling from library/golang
c9b1b535fdd9: Pull complete
cbb0d8da1b30: Pull complete
d909eff28200: Pull complete
8b9d9d6824f5: Pull complete
a50ef8b76e53: Pull complete
Digest: sha256:22d4a4dad5309fae7d3c83fd88f58f8b4947aa5c1dcec5ff8aa14316b44218f7
Status: Downloaded newer image for golang:alpine
 ---> 51e47ee4db58
Step 2/35 : RUN apk update && apk add --no-cache git
 ---> Running in e86b2e4ef69e
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
v3.11.3-97-gafbff3cf60 [http://dl-cdn.alpinelinux.org/alpine/v3.11/main]
v3.11.3-95-ga0c6773246 [http://dl-cdn.alpinelinux.org/alpine/v3.11/community]
OK: 11267 distinct packages available
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
(1/5) Installing nghttp2-libs (1.40.0-r0)
(2/5) Installing libcurl (7.67.0-r0)
(3/5) Installing expat (2.2.9-r1)
(4/5) Installing pcre2 (10.34-r1)
(5/5) Installing git (2.24.1-r0)
Executing busybox-1.31.1-r9.trigger
OK: 22 MiB in 20 packages
Removing intermediate container e86b2e4ef69e
 ---> 73c444166f24
Step 3/35 : RUN go get github.com/ssllabs/ssllabs-scan
 ---> Running in 81f51cfbf60a
Removing intermediate container 81f51cfbf60a
 ---> 9bcc937803d0
Step 4/35 : RUN go get github.com/maxmind/geoipupdate/cmd/geoipupdate
 ---> Running in db56978734f5
Removing intermediate container db56978734f5
 ---> 541b7d117cb0
Step 5/35 : RUN go get github.com/projectdiscovery/subfinder/cmd/subfinder
 ---> Running in 07d37813fc59
Removing intermediate container 07d37813fc59
 ---> 068a028b1bd0
Step 6/35 : FROM drwetter/testssl.sh:stable AS testssl
manifest for drwetter/testssl.sh:stable not found: manifest unknown: manifest unknown