From 3687c2f2646f99ae0b7fc4421df27480a25ec1c7 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:43:20 -0500 Subject: [PATCH] Add support for IRTT Probes --- Dockerfile | 4 +++- Dockerfile.aarch64 | 4 +++- README.md | 1 + readme-vars.yml | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a88ee8..b81f11c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG BUILD_DATE ARG VERSION ARG SMOKEPING_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -LABEL maintainer="ironicbadger,sparklyballs" +LABEL maintainer="notdriz" RUN \ echo "**** install packages ****" && \ @@ -27,9 +27,11 @@ RUN \ bc \ bind-tools \ font-noto-cjk \ + irtt \ openssh-client \ perl-authen-radius \ perl-lwp-protocol-https \ + perl-path-tiny \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ sudo \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2fc50e8..78ed05a 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -7,7 +7,7 @@ ARG BUILD_DATE ARG VERSION ARG SMOKEPING_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -LABEL maintainer="ironicbadger,sparklyballs" +LABEL maintainer="notdriz" RUN \ echo "**** install packages ****" && \ @@ -27,9 +27,11 @@ RUN \ bc \ bind-tools \ font-noto-cjk \ + irtt \ openssh-client \ perl-authen-radius \ perl-lwp-protocol-https \ + perl-path-tiny \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ sudo \ diff --git a/README.md b/README.md index 2507292..f90e7c4 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **21.11.23:** - Add support for IRTT Probes. * **23.07.23:** - Add Authen::TacacsPlus for Tacacs+ support. * **16.05.23:** - Add perl-authen-radius for Radius support. * **16.05.23:** - Rebase to Alpine 3.18. Deprecate armhf. diff --git a/readme-vars.yml b/readme-vars.yml index 7575432..5846409 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -36,6 +36,7 @@ app_setup_block: | # changelog changelogs: + - { date: "21.11.23:", desc: "Add support for IRTT Probes." } - { date: "23.07.23:", desc: "Add Authen::TacacsPlus for Tacacs+ support." } - { date: "16.05.23:", desc: "Add perl-authen-radius for Radius support." } - { date: "16.05.23:", desc: "Rebase to Alpine 3.18. Deprecate armhf." }