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

Commit

Permalink
Merge pull request #293 from nre-learning/st2-temp-netmiko-pin
Browse files Browse the repository at this point in the history
Temporarily pin netmiko to 2.4.2 in st2 image
  • Loading branch information
Mierdin authored Jan 25, 2020
2 parents e881e0d + 5916ea6 commit 60b822d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 60b822d

Please sign in to comment.