Skip to content

Commit

Permalink
Merge pull request #162 from linuxserver/add-IRTT
Browse files Browse the repository at this point in the history
Add support for IRTT Probes
  • Loading branch information
drizuid committed Nov 21, 2023
2 parents f83f307 + 3687c2f commit f4fc3ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****" && \
Expand All @@ -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 \
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****" && \
Expand All @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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." }
Expand Down

0 comments on commit f4fc3ff

Please sign in to comment.