Skip to content

Commit f7f35fe

Browse files
authored
Merge pull request #2729 from testssl/ghcr.io-doc
Add minimal doc for GHCR
2 parents b20add1 + ac0419e commit f7f35fe

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Dockerfile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ docker run -t mytestssl --help
2828
docker run --rm -t mytestssl -p --header example.com
2929
```
3030

31-
### From dockerhub
31+
### From dockerhub or ghcr
3232

33-
You can pull the image from dockerhub and run:
33+
You can pull the image from dockerhub or ghcr.io and run:
3434

3535
```
36-
docker run --rm -t drwetter/testssl.sh --fs example.com
36+
docker run --rm -t drwetter/testssl.sh --fs example.com / docker run --rm -t ghcr.io/testssl/testssl.sh --fs example.com
3737
```
3838

39-
Supported tags are: ``3.2`` and ``latest``, which are the same, i.e. the rolling release. ``3.0`` is the latest stable version from git which might have a few improvements (see git log) over the released version 3.0.X.
39+
Supported tags are: ``3.2`` and ``latest``, which are the same. ``3.0`` is the old stable version from git which will be soon retired.
4040

4141
``docker run --rm -t drwetter/testssl.sh:stable example.com``.
4242

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,14 @@ Testssl.sh has minimal requirements. As stated you don't have to install or buil
6464
docker run --rm -ti drwetter/testssl.sh <your_cmd_line>
6565
```
6666

67+
or from GHCR (GitHub Container Registry which supports more platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le):
68+
69+
```
70+
docker run --rm -it ghcr.io/testssl/testssl.sh <your_cmd_line>
71+
```
72+
6773
Or if you have cloned this repo you also can just ``cd`` to the INSTALLDIR and run
74+
6875
```
6976
docker build . -t imagefoo && docker run --rm -t imagefoo example.com
7077
```

0 commit comments

Comments
 (0)