Skip to content

Commit

Permalink
Present correct image size
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkley committed Jan 7, 2024
1 parent a19bcf7 commit e743a1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
pitkley/dfw:${{ steps.tag.outputs.value }} --config-path /config
```
This will download a lightweight image, coming in at under 10 MB, and subsequently run it using your configuration.
This will download a lightweight image, coming in at around 20 MB, and subsequently run it using your configuration.
The image supports multiple architectures: `amd64`, `arm64`, `armv7` (specifically `armhf`).
- name: Upload static DFW binary
Expand Down
2 changes: 1 addition & 1 deletion docs/GETTING-STARTED-iptables.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ docker run -d \
pitkley/dfw:1.2.1 --firewall-backend iptables --config-path /config
```

This will download a lightweight image, coming in at under 10 MB, and subsequently run it using your configuration.
This will download a lightweight image, coming in at around 20 MB, and subsequently run it using your configuration.
The image supports multiple architectures: `amd64`, `arm64`, `armv7` (specifically `armhf`).

Please note that you can also pull the image from the GitHub container registry, GHCR, if you want to avoid potential pull-limitations Docker Hub has put in place:
Expand Down
2 changes: 1 addition & 1 deletion docs/GETTING-STARTED-nftables.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ $ docker run -d \
pitkley/dfw:1.2.1 --config-path /config
```

This will download a lightweight image, coming in at under 10 MB, and subsequently run it using your configuration.
This will download a lightweight image, coming in at around 20 MB, and subsequently run it using your configuration.
The image supports multiple architectures: `amd64`, `arm64`, `armv7` (specifically `armhf`).

Please note that you can also pull the image from the GitHub container registry, GHCR, if you want to avoid potential pull-limitations Docker Hub has put in place:
Expand Down

0 comments on commit e743a1e

Please sign in to comment.