Skip to content

Commit

Permalink
Merge pull request #353 from GrahamDumpleton/netcat-compatibility
Browse files Browse the repository at this point in the history
Revert to using netcat instead of ncat for nc.
  • Loading branch information
GrahamDumpleton committed Apr 30, 2024
2 parents 88c0380 + 945a2de commit 1c70c1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions project-docs/release-notes/version-2.7.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ Bugs Fixed
active state will be skipped for matching. Also, any unexpected exception
will be explicitly caught and logged rather than being propogated back to the
caller.

* In the most recent Fedora base image used by workshop images the `nc` package
was changed so as to refer to `ncat`, breaking workshops which were used to
the `netcat` package variant being used. The `nc` alias has been reverted to
use `netcat` by installing `netcat` package instead of `nc`. The `ncat`
package is also installed if want newer variant of `nc`, but you will need to
use the `ncat` command explicitly.
3 changes: 2 additions & 1 deletion workshop-images/base-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN HOME=/root && \
less \
make \
nano \
nc \
ncat \
netcat \
nodejs \
openssh-server \
perl-Digest-SHA \
Expand Down

0 comments on commit 1c70c1a

Please sign in to comment.