From e743a1e200fd1a0b0f1a610d937b3c999213b981 Mon Sep 17 00:00:00 2001 From: Pit Kleyersburg Date: Sun, 7 Jan 2024 12:55:43 +0100 Subject: [PATCH] Present correct image size --- .github/workflows/releases.yml | 2 +- docs/GETTING-STARTED-iptables.md | 2 +- docs/GETTING-STARTED-nftables.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index e5e6a86d..a1a548b9 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -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 diff --git a/docs/GETTING-STARTED-iptables.md b/docs/GETTING-STARTED-iptables.md index 3eab8c2f..1528c49d 100644 --- a/docs/GETTING-STARTED-iptables.md +++ b/docs/GETTING-STARTED-iptables.md @@ -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: diff --git a/docs/GETTING-STARTED-nftables.md b/docs/GETTING-STARTED-nftables.md index 10e8d536..d27e3819 100644 --- a/docs/GETTING-STARTED-nftables.md +++ b/docs/GETTING-STARTED-nftables.md @@ -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: