Skip to content

Commit

Permalink
Upgrade to Zonemaster release 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Mar 24, 2024
1 parent f4360ac commit fc409a1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ubuntu-latest
env:
ZMREL: 2023.1.4-2
ZMREL: 2023.2-1

steps:
- name: Check out repository
Expand Down
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN apt-get update \
liblist-moreutils-perl \
liblocale-po-perl \
liblog-any-perl \
libmail-spf-perl \
libmailtools-perl \
libmime-base32-perl \
libmodule-find-perl \
libmodule-install-xsutil-perl \
libmoosex-getopt-perl \
Expand All @@ -37,9 +39,9 @@ RUN apt-get update \
libyaml-libyaml-perl \
make \
&& rm -rf /var/lib/apt/lists/*
RUN cpanm https://cpan.metacpan.org/authors/id/Z/ZN/ZNMSTR/Zonemaster-LDNS-3.2.0.tar.gz \
&& cpanm https://cpan.metacpan.org/authors/id/Z/ZN/ZNMSTR/Zonemaster-Engine-v4.7.3.tar.gz \
&& cpanm https://cpan.metacpan.org/authors/id/Z/ZN/ZNMSTR/Zonemaster-CLI-v6.0.3.tar.gz \
RUN cpanm https://cpan.metacpan.org/authors/id/Z/ZN/ZNMSTR/Zonemaster-LDNS-4.0.0.tar.gz \
&& cpanm https://cpan.metacpan.org/authors/id/Z/ZN/ZNMSTR/Zonemaster-Engine-v5.0.0.tar.gz \
&& cpanm https://cpan.metacpan.org/authors/id/Z/ZN/ZNMSTR/Zonemaster-CLI-v6.1.0.tar.gz \
&& rm -rf /root/.cpanm/
COPY entry /entry
COPY profile.json.in /etc/zonemaster-profile.json.in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ for the Zonemaster project.
## Usage

```shell
docker run --rm --user=4848 --cap-drop=all --security-opt=no-new-privileges --read-only --tty ghcr.io/andreaso/zonemaster-cli:2023.1.4-2 --help
docker run --rm --user=4848 --cap-drop=all --security-opt=no-new-privileges --read-only --tty ghcr.io/andreaso/zonemaster-cli:2023.2-1 --help
```

```shell
docker run --rm --user=4848 --cap-drop=all --security-opt=no-new-privileges --read-only --network=host --tty ghcr.io/andreaso/zonemaster-cli:2023.1.4-2 DOMAIN
docker run --rm --user=4848 --cap-drop=all --security-opt=no-new-privileges --read-only --network=host --tty ghcr.io/andreaso/zonemaster-cli:2023.2-1 DOMAIN
```

(Suggesting `--network=host` since it's more likely to have IPv6 connectivity by default.)
Expand Down
5 changes: 4 additions & 1 deletion profile.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"address01",
"address02",
"address03",
"basic01",
"basic02",
"basic03",
"connectivity01",
"connectivity02",
Expand Down Expand Up @@ -71,6 +73,7 @@
"zone07",
"zone08",
"zone09",
"zone10"
"zone10",
"zone11"
]
}

0 comments on commit fc409a1

Please sign in to comment.