Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Temporarily pin netmiko to 2.4.2 in st2 image #293

Merged
merged 2 commits into from
Jan 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Add wordlist package to Kali image [#272](https://github.com/nre-learning/nrelabs-curriculum/pull/272)
- Updates to utility image [#285](https://github.com/nre-learning/nrelabs-curriculum/pull/285)
- Update YAML Loader statements[#292](https://github.com/nre-learning/nrelabs-curriculum/pull/292)
- Temporarily pin netmiko to 2.4.2 in st2 image [#293](https://github.com/nre-learning/nrelabs-curriculum/pull/293)

## v1.0.0 - August 08, 2019

Expand Down
1 change: 1 addition & 0 deletions images/st2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN screen -d -m /start_st2_services.sh && sleep 15 \
&& st2 run packs.setup_virtualenv packs=examples \
&& st2 pack remove napalm && st2 pack install https://github.com/nre-learning/stackstorm-napalm.git
RUN /opt/stackstorm/virtualenvs/napalm/bin/pip install ncclient==0.6.0
RUN /opt/stackstorm/virtualenvs/napalm/bin/pip install --upgrade netmiko==2.4.2
ARG CACHEBUST=0

#####################################################################################################
Expand Down