You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Usage
2
2
3
-
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.
3
+
Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience.
4
4
5
5
```bash
6
6
docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com
> - The UID/GID ownership of the file will be created by the container user `testssl` (`1000:1000`), with permissions `644`.
22
-
> - Your host directory must permit the `testssl` container user or group to write to that host volume. You could alternatively use [`docker cp`](https://docs.docker.com/reference/cli/docker/container/cp/).
22
+
> - Your host directory must permit the `testssl` container user or group to write to that host volume. You could alternatively use [`docker cp`][docker-docs::cli::cp].
23
23
24
24
## Images
25
25
26
26
### Available at DockerHub and GHCR
27
27
28
28
You can pull the image from either of these registries:
- Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size.
49
49
50
-
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.
50
+
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][testssl::base-image-performance].
51
+
52
+
For contributors, if needing context on the [package selection has been documented][testssl::base-image-packages] for each base image.
> This will produce a slightly larger image as [`.dockerignore` is not supported with remote build contexts](https://github.com/docker/buildx/issues/3169).
63
+
> This will produce a slightly larger image as [`.dockerignore` is not supported with remote build contexts][build::dockerignore-remote-context].
0 commit comments