From af57ec4659a31600ab2d426ad09a9186f34f4691 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Mon, 19 May 2025 11:47:49 +1200 Subject: [PATCH] docs: Docker - Minor corrections --- .github/workflows/docker-3.2.yml | 2 -- Dockerfile.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-3.2.yml b/.github/workflows/docker-3.2.yml index 38b67b3..aba3d0c 100644 --- a/.github/workflows/docker-3.2.yml +++ b/.github/workflows/docker-3.2.yml @@ -15,10 +15,8 @@ env: GIT_BRANCH: "3.2" jobs: - deploy: runs-on: ubuntu-24.04 - steps: - name: lowercase the repository name run: echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}" diff --git a/Dockerfile.md b/Dockerfile.md index af9020f..26ca321 100644 --- a/Dockerfile.md +++ b/Dockerfile.md @@ -1,6 +1,6 @@ ## 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 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. - 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`