docs: Docker - Minor corrections

This commit is contained in:
Brennan Kinney
2025-05-19 11:47:49 +12:00
committed by GitHub
parent 5b899958ec
commit af57ec4659
2 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,8 @@ env:
GIT_BRANCH: "3.2" GIT_BRANCH: "3.2"
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: lowercase the repository name - name: lowercase the repository name
run: echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}" run: echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}"

View File

@ -1,6 +1,6 @@
## Usage ## Usage
Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` as the command for convenience. Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience.
```bash ```bash
docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com
@ -47,7 +47,7 @@ There are two base images supported:
- openSUSE Leap ([`Dockerfile`](./Dockerfile)), glibc-based + faster. - openSUSE Leap ([`Dockerfile`](./Dockerfile)), glibc-based + faster.
- Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size. - Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size.
The Alpine variant is made available if you need broarder platform support, or an image about 30MB smaller at the expense of slightly slower performance. The Alpine variant is made available if you need broader platform support, or an image about 30MB smaller at the expense of slightly slower performance.
#### Tip - Remote build context + `Dockerfile` #### Tip - Remote build context + `Dockerfile`