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
- 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/).
20
+
> [!NOTE]
21
+
> - 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/).
23
23
24
-
### From DockerHub or GHCR
24
+
## Images
25
+
26
+
### Available at DockerHub and GHCR
25
27
26
28
You can pull the image from either of these registries:
- Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size.
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.
47
51
48
-
Alpine is made available if you need broarder platform support or an image about 30MB smaller at the expense of speed.
This will produce a slightly larger image however as `.dockerignore` is not supported with remote build contexts.
60
+
> [!NOTE]
61
+
> This will produce a slightly larger image as [`.dockerignore` is not supported with remote build contexts](https://github.com/docker/buildx/issues/3169).
62
+
63
+
---
58
64
59
-
If you would like to build the Alpine image instead this way, just provide the alternative `Dockerfile` via `--file`:
65
+
To build the Alpine image instead, additionally provide the ([alternative `Dockerfile`](./Dockerfile.alpine)) via the `--file` option:
0 commit comments