<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: README for current NSO VERSION 6.1 way out of date. Does not work. in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895104#M7965</link>
    <description>&lt;P&gt;Hi Glen&lt;/P&gt;
&lt;P&gt;Thanks for sharing the repo, I can see the instructions are a bit old for 5.x, but still applicable for 6.x.&lt;/P&gt;
&lt;P&gt;I also see that NSO free trial is for 6.1 only. This will continue to change as more versions become available.&lt;/P&gt;
&lt;P&gt;In case you don't know, there is a native docker version of NSO, the first version available is 6.1 and can be download from software.cisco.com you can find more information here &lt;A href="https://developer.cisco.com/docs/nso/guides/#!running-nso-in-containers" target="_blank"&gt;https://developer.cisco.com/docs/nso/guides/#!running-nso-in-containers&lt;/A&gt; just keep in mind, this docker image is not a free trial.&lt;/P&gt;
&lt;P&gt;Since you commented about 6.0 I tested the build process. Below you can see the steps I did. First I download &lt;SPAN class="pointer text-darkgreen" aria-describedby="ngb-popover-7"&gt;nso-6.0.linux.x86_64.signed.bin (md5: 9fdefe579fba764ba89240d9a21d13a2)&lt;/SPAN&gt; from software.cisco.com&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;╭─ ~/DevRel/tmp/test-nso-docker ───
╰─ ls -l                           
total 404592
-rw-r--r--@  1 jillesca  staff  207149839 Jul 28 18:43 nso-6.0.linux.x86_64.signed.bin
drwxr-xr-x  14 jillesca  staff        448 Jul 28 18:23 nso-docker

╭─ ~/DevRel/tmp/test-nso-docker ──
╰─ chmod u+x nso-6.0.linux.x86_64.signed.bin   

╭─ ~/DevRel/tmp/test-nso-docker ──
╰─ ls -l                          
total 404592
-rwxr--r--@  1 jillesca  staff  207149839 Jul 28 18:43 nso-6.0.linux.x86_64.signed.bin
drwxr-xr-x  14 jillesca  staff        448 Jul 28 18:23 nso-docker

╭─ ~/DevRel/tmp/test-nso-docker ───
╰─ bash nso-6.0.linux.x86_64.signed.bin   
Unpacking...
Verifying signature...
Retrieving CA certificate from http://www.cisco.com/security/pki/certs/crcam2.cer ...
Successfully retrieved and verified crcam2.cer.
Retrieving SubCA certificate from http://www.cisco.com/security/pki/certs/innerspace.cer ...
Successfully retrieved and verified innerspace.cer.
Successfully verified root, subca and end-entity certificate chain.
Successfully fetched a public key from tailf.cer.
Successfully verified the signature of nso-6.0.linux.x86_64.installer.bin using tailf.cer

╭─ ~/DevRel/tmp/test-nso-docker ──
╰─ ls -l                          
total 832384
-rw-r--r--   1 jillesca  staff       4054 Oct  3  2022 README.signature
-rw-r--r--   1 jillesca  staff      15598 Mar  9  2021 cisco_x509_verify_release.py
-rw-r--r--   1 jillesca  staff      15447 Mar  9  2021 cisco_x509_verify_release.py3
-rwxr-xr-x   1 jillesca  staff  207136030 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin
-rw-r--r--   1 jillesca  staff        256 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin.signature
-rwxr--r--@  1 jillesca  staff  207149839 Jul 28 18:43 nso-6.0.linux.x86_64.signed.bin
drwxr-xr-x  14 jillesca  staff        448 Jul 28 18:23 nso-docker
-rw-r--r--   1 jillesca  staff       1383 Mar  9  2021 tailf.cer

╭─ ~/DevRel/tmp/test-nso-docker ────
╰─ ls -l | grep installer           
-rwxr-xr-x   1 jillesca  staff  207136030 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin
-rw-r--r--   1 jillesca  staff        256 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin.signature

╭─ ~/DevRel/tmp/test-nso-docker ────
╰─ cd nso-docker                    

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ────
╰─ git pull                                             
Already up to date.

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ────
╰─ cd nso-install-files                                 

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files │ master ───
╰─ cp ../../nso-6.0.linux.x86_64.installer.bin .                         

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files │ master ?1 ───
╰─ ls -l                                                                    
total 404568
-rwxr-xr-x  1 jillesca  staff  207136030 Jul 28 18:46 nso-6.0.linux.x86_64.installer.bin

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files │ master ?1 ───
╰─ cd ..                                                                    

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ?1 ────────────────────
╰─ docker image ls                                                         
REPOSITORY   TAG       IMAGE ID   CREATED   SIZE

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ?1 ────────────────────
╰─ make                                                                    
The default make target will build Docker images out of all the NSO
versions found in nso-install-files/. To also run the test
suite for the built images, run 'make test-all'
/Library/Developer/CommandLineTools/usr/bin/make build-all
/Library/Developer/CommandLineTools/usr/bin/make FILE=/Users/jillesca/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files/nso-6.0.linux.x86_64.installer.bin build-file
/Library/Developer/CommandLineTools/usr/bin/make -C docker-images DOCKER_TAG=6.0-jillesca build
Building NSO development Docker image cisco-nso-dev:6.0 based on /Users/jillesca/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files/nso-6.0.linux.x86_64.installer.bin
rm -f *.bin
cp /Users/jillesca/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files/nso-6.0.linux.x86_64.installer.bin nso-6.0.linux.x86_64.installer.bin
docker build  --build-arg http_proxy --build-arg https_proxy --build-arg no_proxy --build-arg NSO_INSTALL_FILE=nso-6.0.linux.x86_64.installer.bin --target dev  -t cisco-nso-dev:6.0-jillesca  .
[+] Building 165.5s (20/20) FINISHED
 =&amp;gt; [internal] load build definition from Dockerfile                                                             0.1s
 =&amp;gt; =&amp;gt; transferring dockerfile: 5.86kB                                                                           0.0s
 =&amp;gt; [internal] load .dockerignore                                                                                0.0s
 =&amp;gt; =&amp;gt; transferring context: 2B                                                                                  0.0s
 =&amp;gt; [internal] load metadata for docker.io/library/debian:buster                                                 2.9s
 =&amp;gt; [auth] library/debian:pull token for registry-1.docker.io                                                    0.0s
 =&amp;gt; [internal] load build context                                                                                7.1s
 =&amp;gt; =&amp;gt; transferring context: 207.23MB                                                                            7.1s
 =&amp;gt; [nso_install 1/4] FROM docker.io/library/debian:buster@sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234c  9.1s
 =&amp;gt; =&amp;gt; resolve docker.io/library/debian:buster@sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234cc9a1e23dd14d  0.0s
 =&amp;gt; =&amp;gt; sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 1.46kB / 1.46kB                   0.0s
 =&amp;gt; =&amp;gt; sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b 50.50MB / 50.50MB                 5.3s
 =&amp;gt; =&amp;gt; sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234cc9a1e23dd14d7e4e914 984B / 984B                       0.0s
 =&amp;gt; =&amp;gt; sha256:8c7190125b08680a41cae69dc3eb521d44af3b2addc6351ab6c27ab733668422 529B / 529B                       0.0s
 =&amp;gt; =&amp;gt; extracting sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b                        3.3s
 =&amp;gt; [deb_base 2/2] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   default-jre-headless   iputils-ping   less     61.0s
 =&amp;gt; [nso_install 2/4] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   openssh-client   openssl   libexpat1   &amp;amp;&amp;amp;   14.7s
 =&amp;gt; [nso_install 3/4] COPY nso-6.0.linux.x86_64.installer.bin /tmp/nso                                           1.1s
 =&amp;gt; [nso_install 4/4] RUN sh /tmp/nso --system-install --non-interactive --run-dir /nso/run --log-dir /log   &amp;amp;  17.9s
 =&amp;gt; [dev 1/9] COPY ncs_pycli-1.3.4.zip /tmp                                                                      0.0s
 =&amp;gt; [dev 2/9] RUN echo "deb http://deb.debian.org/debian buster-backports main" &amp;gt; /etc/apt/sources.list.d/bust  81.4s
 =&amp;gt; [dev 3/9] COPY --from=nso_install /etc/profile.d /etc/profile.d                                              0.0s
 =&amp;gt; [dev 4/9] COPY --from=nso_install /etc/init.d/ncs /etc/init.d/.                                              0.0s
 =&amp;gt; [dev 5/9] COPY --from=nso_install /etc/logrotate.d/ncs /etc/logrotate.d/.                                    0.0s
 =&amp;gt; [dev 6/9] COPY --from=nso_install /etc/ncs /etc/ncs/                                                         0.0s
 =&amp;gt; [dev 7/9] COPY --from=nso_install /opt/ncs /opt/ncs/                                                         3.4s
 =&amp;gt; [dev 8/9] COPY --from=nso_install /nso /nso                                                                  0.0s
 =&amp;gt; [dev 9/9] COPY extra-files/ /                                                                                0.0s
 =&amp;gt; exporting to image                                                                                           7.1s
 =&amp;gt; =&amp;gt; exporting layers                                                                                          7.1s
 =&amp;gt; =&amp;gt; writing image sha256:2c5a111b8e76e5af01183e2fc63d00b723bbc06df4a74b8663bc420fcf9414f5                     0.0s
 =&amp;gt; =&amp;gt; naming to docker.io/library/cisco-nso-dev:6.0-jillesca                                                    0.0s
docker build  --build-arg http_proxy --build-arg https_proxy --build-arg no_proxy --build-arg NSO_INSTALL_FILE=nso-6.0.linux.x86_64.installer.bin --target base -t cisco-nso-base:6.0-jillesca .
[+] Building 7.7s (19/19) FINISHED
 =&amp;gt; [internal] load build definition from Dockerfile                                                             0.0s
 =&amp;gt; =&amp;gt; transferring dockerfile: 37B                                                                              0.0s
 =&amp;gt; [internal] load .dockerignore                                                                                0.0s
 =&amp;gt; =&amp;gt; transferring context: 2B                                                                                  0.0s
 =&amp;gt; [internal] load metadata for docker.io/library/debian:buster                                                 1.0s
 =&amp;gt; [internal] load build context                                                                                0.0s
 =&amp;gt; =&amp;gt; transferring context: 929B                                                                                0.0s
 =&amp;gt; [nso_install 1/4] FROM docker.io/library/debian:buster@sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234c  0.0s
 =&amp;gt; CACHED [deb_base 2/2] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   default-jre-headless   iputils-ping   l  0.0s
 =&amp;gt; CACHED [nso_install 2/4] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   openssh-client   openssl   libexpat1  0.0s
 =&amp;gt; CACHED [nso_install 3/4] COPY nso-6.0.linux.x86_64.installer.bin /tmp/nso                                    0.0s
 =&amp;gt; CACHED [nso_install 4/4] RUN sh /tmp/nso --system-install --non-interactive --run-dir /nso/run --log-dir /l  0.0s
 =&amp;gt; [nso_stripped 1/1] RUN   rm -f /etc/ncs/ncs.crypto_keys   rm -rf /etc/ncs/ssh   rm -rf /etc/ncs/ssl   &amp;amp;&amp;amp; mk  1.5s
 =&amp;gt; [base 1/8] COPY --from=nso_stripped /etc/profile.d /etc/profile.d                                            0.1s
 =&amp;gt; [base 2/8] COPY --from=nso_stripped /etc/init.d/ncs /etc/init.d/.                                            0.0s
 =&amp;gt; [base 3/8] COPY --from=nso_stripped /etc/logrotate.d/ncs /etc/logrotate.d/.                                  0.0s
 =&amp;gt; [base 4/8] COPY --from=nso_stripped /etc/ncs /etc/ncs/                                                       0.0s
 =&amp;gt; [base 5/8] COPY --from=nso_stripped /opt/ncs /opt/ncs/                                                       0.7s
 =&amp;gt; [base 6/8] COPY --from=nso_stripped /nso /nso                                                                0.1s
 =&amp;gt; [base 7/8] COPY --from=nso_stripped /nid /nid                                                                0.0s
 =&amp;gt; [base 8/8] COPY extra-files/ /                                                                               0.0s
 =&amp;gt; exporting to image                                                                                           1.1s
 =&amp;gt; =&amp;gt; exporting layers                                                                                          1.1s
 =&amp;gt; =&amp;gt; writing image sha256:2e87ad4548202e83467726138081647433023fbf05cac0606021075758923add                     0.0s
 =&amp;gt; =&amp;gt; naming to docker.io/library/cisco-nso-base:6.0-jillesca                                                   0.0s
rm -f *.bin

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ?1 ───────────────────
╰─ docker image ls                                                         
REPOSITORY       TAG            IMAGE ID       CREATED          SIZE
cisco-nso-base   6.0-jillesca   2e87ad454820   22 seconds ago   678MB
cisco-nso-dev    6.0-jillesca   2c5a111b8e76   38 seconds ago   1.43GB

&lt;/LI-CODE&gt;
&lt;P&gt;The only issue I had when building the image was when I wanted to specify the container tag using &lt;CODE&gt;NSO_VERSION=6.0 make build&lt;/CODE&gt; but that can be done separately using docker commands.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 18:14:20 GMT</pubDate>
    <dc:creator>Jesus Illescas</dc:creator>
    <dc:date>2023-07-28T18:14:20Z</dc:date>
    <item>
      <title>README for current NSO VERSION 6.1 way out of date. Does not work.</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4894083#M7962</link>
      <description>&lt;P&gt;I have been trying to install NSO trial version 6.1 following the downloaded git clone. The readme stipulates to run the self extracting file ending in signed.bin. It then says "for example running `bash nso-5.3.linux.x86_64.signed.bin` will produce a number of files, among them the install `nso-5.3.linux.x86_64.installer.bin`".&lt;/P&gt;&lt;P&gt;It does not produce the above mentioned installer.bin file but instead produces a tar.gz file and a signature file.&lt;/P&gt;&lt;P&gt;I tried to downgrade the version 6.1 to the older 5.3 but it is not available.&lt;/P&gt;&lt;P&gt;I have checked throughout the internet for upgraded correct instructions but none are to be found.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Glenn...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 20:07:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4894083#M7962</guid>
      <dc:creator>Stampeder</dc:creator>
      <dc:date>2023-07-27T20:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: README for current NSO VERSION 6.1 way out of date. Does not work.</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4894911#M7963</link>
      <description>&lt;P&gt;Hi Glenn,&lt;/P&gt;
&lt;P&gt;I'm not aware of the git repo you are commenting, but you if you are starting with NSO I recommend looking at this guide to get more familiar with the installation process. &lt;A href="https://developer.cisco.com/docs/nso/#!getting-and-installing-nso/download-your-nso-free-trial-installer-and-cisco-neds" target="_blank"&gt;https://developer.cisco.com/docs/nso/#!getting-and-installing-nso/download-your-nso-free-trial-installer-and-cisco-neds&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The guide above has a link to download the Free Trial version of NSO 6. Try if the guide and the link and let us know if you have more issues.&lt;/P&gt;
&lt;P&gt;If possible, please share the process you were following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 13:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4894911#M7963</guid>
      <dc:creator>Jesus Illescas</dc:creator>
      <dc:date>2023-07-28T13:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: README for current NSO VERSION 6.1 way out of date. Does not work.</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4894931#M7964</link>
      <description>This is the installation document that I was pointed to when I queried&lt;BR /&gt;the "free" version of NSO.&lt;BR /&gt;&lt;BR /&gt;I was also pointed to the download that only allowed me to download&lt;BR /&gt;version 6.1 not the 6.0 version that your install doc is pointing to.&lt;BR /&gt;&lt;BR /&gt;Please note that I am working with the NSO-Docker project:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/NSO-developer/nso-docker" target="_blank"&gt;https://github.com/NSO-developer/nso-docker&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is a readme in the repo which is the one I am referring to .&lt;BR /&gt;&lt;BR /&gt;Sorry I should have mentioned the docker version in my&amp;nbsp; original post.&lt;BR /&gt;&lt;BR /&gt;Is there a 6.0 docker image?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Glenn...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2023 14:31:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4894931#M7964</guid>
      <dc:creator>Stampeder</dc:creator>
      <dc:date>2023-07-28T14:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: README for current NSO VERSION 6.1 way out of date. Does not work.</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895104#M7965</link>
      <description>&lt;P&gt;Hi Glen&lt;/P&gt;
&lt;P&gt;Thanks for sharing the repo, I can see the instructions are a bit old for 5.x, but still applicable for 6.x.&lt;/P&gt;
&lt;P&gt;I also see that NSO free trial is for 6.1 only. This will continue to change as more versions become available.&lt;/P&gt;
&lt;P&gt;In case you don't know, there is a native docker version of NSO, the first version available is 6.1 and can be download from software.cisco.com you can find more information here &lt;A href="https://developer.cisco.com/docs/nso/guides/#!running-nso-in-containers" target="_blank"&gt;https://developer.cisco.com/docs/nso/guides/#!running-nso-in-containers&lt;/A&gt; just keep in mind, this docker image is not a free trial.&lt;/P&gt;
&lt;P&gt;Since you commented about 6.0 I tested the build process. Below you can see the steps I did. First I download &lt;SPAN class="pointer text-darkgreen" aria-describedby="ngb-popover-7"&gt;nso-6.0.linux.x86_64.signed.bin (md5: 9fdefe579fba764ba89240d9a21d13a2)&lt;/SPAN&gt; from software.cisco.com&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;╭─ ~/DevRel/tmp/test-nso-docker ───
╰─ ls -l                           
total 404592
-rw-r--r--@  1 jillesca  staff  207149839 Jul 28 18:43 nso-6.0.linux.x86_64.signed.bin
drwxr-xr-x  14 jillesca  staff        448 Jul 28 18:23 nso-docker

╭─ ~/DevRel/tmp/test-nso-docker ──
╰─ chmod u+x nso-6.0.linux.x86_64.signed.bin   

╭─ ~/DevRel/tmp/test-nso-docker ──
╰─ ls -l                          
total 404592
-rwxr--r--@  1 jillesca  staff  207149839 Jul 28 18:43 nso-6.0.linux.x86_64.signed.bin
drwxr-xr-x  14 jillesca  staff        448 Jul 28 18:23 nso-docker

╭─ ~/DevRel/tmp/test-nso-docker ───
╰─ bash nso-6.0.linux.x86_64.signed.bin   
Unpacking...
Verifying signature...
Retrieving CA certificate from http://www.cisco.com/security/pki/certs/crcam2.cer ...
Successfully retrieved and verified crcam2.cer.
Retrieving SubCA certificate from http://www.cisco.com/security/pki/certs/innerspace.cer ...
Successfully retrieved and verified innerspace.cer.
Successfully verified root, subca and end-entity certificate chain.
Successfully fetched a public key from tailf.cer.
Successfully verified the signature of nso-6.0.linux.x86_64.installer.bin using tailf.cer

╭─ ~/DevRel/tmp/test-nso-docker ──
╰─ ls -l                          
total 832384
-rw-r--r--   1 jillesca  staff       4054 Oct  3  2022 README.signature
-rw-r--r--   1 jillesca  staff      15598 Mar  9  2021 cisco_x509_verify_release.py
-rw-r--r--   1 jillesca  staff      15447 Mar  9  2021 cisco_x509_verify_release.py3
-rwxr-xr-x   1 jillesca  staff  207136030 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin
-rw-r--r--   1 jillesca  staff        256 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin.signature
-rwxr--r--@  1 jillesca  staff  207149839 Jul 28 18:43 nso-6.0.linux.x86_64.signed.bin
drwxr-xr-x  14 jillesca  staff        448 Jul 28 18:23 nso-docker
-rw-r--r--   1 jillesca  staff       1383 Mar  9  2021 tailf.cer

╭─ ~/DevRel/tmp/test-nso-docker ────
╰─ ls -l | grep installer           
-rwxr-xr-x   1 jillesca  staff  207136030 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin
-rw-r--r--   1 jillesca  staff        256 Oct  3  2022 nso-6.0.linux.x86_64.installer.bin.signature

╭─ ~/DevRel/tmp/test-nso-docker ────
╰─ cd nso-docker                    

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ────
╰─ git pull                                             
Already up to date.

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ────
╰─ cd nso-install-files                                 

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files │ master ───
╰─ cp ../../nso-6.0.linux.x86_64.installer.bin .                         

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files │ master ?1 ───
╰─ ls -l                                                                    
total 404568
-rwxr-xr-x  1 jillesca  staff  207136030 Jul 28 18:46 nso-6.0.linux.x86_64.installer.bin

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files │ master ?1 ───
╰─ cd ..                                                                    

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ?1 ────────────────────
╰─ docker image ls                                                         
REPOSITORY   TAG       IMAGE ID   CREATED   SIZE

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ?1 ────────────────────
╰─ make                                                                    
The default make target will build Docker images out of all the NSO
versions found in nso-install-files/. To also run the test
suite for the built images, run 'make test-all'
/Library/Developer/CommandLineTools/usr/bin/make build-all
/Library/Developer/CommandLineTools/usr/bin/make FILE=/Users/jillesca/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files/nso-6.0.linux.x86_64.installer.bin build-file
/Library/Developer/CommandLineTools/usr/bin/make -C docker-images DOCKER_TAG=6.0-jillesca build
Building NSO development Docker image cisco-nso-dev:6.0 based on /Users/jillesca/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files/nso-6.0.linux.x86_64.installer.bin
rm -f *.bin
cp /Users/jillesca/DevRel/tmp/test-nso-docker/nso-docker/nso-install-files/nso-6.0.linux.x86_64.installer.bin nso-6.0.linux.x86_64.installer.bin
docker build  --build-arg http_proxy --build-arg https_proxy --build-arg no_proxy --build-arg NSO_INSTALL_FILE=nso-6.0.linux.x86_64.installer.bin --target dev  -t cisco-nso-dev:6.0-jillesca  .
[+] Building 165.5s (20/20) FINISHED
 =&amp;gt; [internal] load build definition from Dockerfile                                                             0.1s
 =&amp;gt; =&amp;gt; transferring dockerfile: 5.86kB                                                                           0.0s
 =&amp;gt; [internal] load .dockerignore                                                                                0.0s
 =&amp;gt; =&amp;gt; transferring context: 2B                                                                                  0.0s
 =&amp;gt; [internal] load metadata for docker.io/library/debian:buster                                                 2.9s
 =&amp;gt; [auth] library/debian:pull token for registry-1.docker.io                                                    0.0s
 =&amp;gt; [internal] load build context                                                                                7.1s
 =&amp;gt; =&amp;gt; transferring context: 207.23MB                                                                            7.1s
 =&amp;gt; [nso_install 1/4] FROM docker.io/library/debian:buster@sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234c  9.1s
 =&amp;gt; =&amp;gt; resolve docker.io/library/debian:buster@sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234cc9a1e23dd14d  0.0s
 =&amp;gt; =&amp;gt; sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 1.46kB / 1.46kB                   0.0s
 =&amp;gt; =&amp;gt; sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b 50.50MB / 50.50MB                 5.3s
 =&amp;gt; =&amp;gt; sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234cc9a1e23dd14d7e4e914 984B / 984B                       0.0s
 =&amp;gt; =&amp;gt; sha256:8c7190125b08680a41cae69dc3eb521d44af3b2addc6351ab6c27ab733668422 529B / 529B                       0.0s
 =&amp;gt; =&amp;gt; extracting sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b                        3.3s
 =&amp;gt; [deb_base 2/2] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   default-jre-headless   iputils-ping   less     61.0s
 =&amp;gt; [nso_install 2/4] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   openssh-client   openssl   libexpat1   &amp;amp;&amp;amp;   14.7s
 =&amp;gt; [nso_install 3/4] COPY nso-6.0.linux.x86_64.installer.bin /tmp/nso                                           1.1s
 =&amp;gt; [nso_install 4/4] RUN sh /tmp/nso --system-install --non-interactive --run-dir /nso/run --log-dir /log   &amp;amp;  17.9s
 =&amp;gt; [dev 1/9] COPY ncs_pycli-1.3.4.zip /tmp                                                                      0.0s
 =&amp;gt; [dev 2/9] RUN echo "deb http://deb.debian.org/debian buster-backports main" &amp;gt; /etc/apt/sources.list.d/bust  81.4s
 =&amp;gt; [dev 3/9] COPY --from=nso_install /etc/profile.d /etc/profile.d                                              0.0s
 =&amp;gt; [dev 4/9] COPY --from=nso_install /etc/init.d/ncs /etc/init.d/.                                              0.0s
 =&amp;gt; [dev 5/9] COPY --from=nso_install /etc/logrotate.d/ncs /etc/logrotate.d/.                                    0.0s
 =&amp;gt; [dev 6/9] COPY --from=nso_install /etc/ncs /etc/ncs/                                                         0.0s
 =&amp;gt; [dev 7/9] COPY --from=nso_install /opt/ncs /opt/ncs/                                                         3.4s
 =&amp;gt; [dev 8/9] COPY --from=nso_install /nso /nso                                                                  0.0s
 =&amp;gt; [dev 9/9] COPY extra-files/ /                                                                                0.0s
 =&amp;gt; exporting to image                                                                                           7.1s
 =&amp;gt; =&amp;gt; exporting layers                                                                                          7.1s
 =&amp;gt; =&amp;gt; writing image sha256:2c5a111b8e76e5af01183e2fc63d00b723bbc06df4a74b8663bc420fcf9414f5                     0.0s
 =&amp;gt; =&amp;gt; naming to docker.io/library/cisco-nso-dev:6.0-jillesca                                                    0.0s
docker build  --build-arg http_proxy --build-arg https_proxy --build-arg no_proxy --build-arg NSO_INSTALL_FILE=nso-6.0.linux.x86_64.installer.bin --target base -t cisco-nso-base:6.0-jillesca .
[+] Building 7.7s (19/19) FINISHED
 =&amp;gt; [internal] load build definition from Dockerfile                                                             0.0s
 =&amp;gt; =&amp;gt; transferring dockerfile: 37B                                                                              0.0s
 =&amp;gt; [internal] load .dockerignore                                                                                0.0s
 =&amp;gt; =&amp;gt; transferring context: 2B                                                                                  0.0s
 =&amp;gt; [internal] load metadata for docker.io/library/debian:buster                                                 1.0s
 =&amp;gt; [internal] load build context                                                                                0.0s
 =&amp;gt; =&amp;gt; transferring context: 929B                                                                                0.0s
 =&amp;gt; [nso_install 1/4] FROM docker.io/library/debian:buster@sha256:7cd85d3d51a435062010581f14c5e3f9428388ac7234c  0.0s
 =&amp;gt; CACHED [deb_base 2/2] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   default-jre-headless   iputils-ping   l  0.0s
 =&amp;gt; CACHED [nso_install 2/4] RUN apt-get update   &amp;amp;&amp;amp; apt-get install -qy   openssh-client   openssl   libexpat1  0.0s
 =&amp;gt; CACHED [nso_install 3/4] COPY nso-6.0.linux.x86_64.installer.bin /tmp/nso                                    0.0s
 =&amp;gt; CACHED [nso_install 4/4] RUN sh /tmp/nso --system-install --non-interactive --run-dir /nso/run --log-dir /l  0.0s
 =&amp;gt; [nso_stripped 1/1] RUN   rm -f /etc/ncs/ncs.crypto_keys   rm -rf /etc/ncs/ssh   rm -rf /etc/ncs/ssl   &amp;amp;&amp;amp; mk  1.5s
 =&amp;gt; [base 1/8] COPY --from=nso_stripped /etc/profile.d /etc/profile.d                                            0.1s
 =&amp;gt; [base 2/8] COPY --from=nso_stripped /etc/init.d/ncs /etc/init.d/.                                            0.0s
 =&amp;gt; [base 3/8] COPY --from=nso_stripped /etc/logrotate.d/ncs /etc/logrotate.d/.                                  0.0s
 =&amp;gt; [base 4/8] COPY --from=nso_stripped /etc/ncs /etc/ncs/                                                       0.0s
 =&amp;gt; [base 5/8] COPY --from=nso_stripped /opt/ncs /opt/ncs/                                                       0.7s
 =&amp;gt; [base 6/8] COPY --from=nso_stripped /nso /nso                                                                0.1s
 =&amp;gt; [base 7/8] COPY --from=nso_stripped /nid /nid                                                                0.0s
 =&amp;gt; [base 8/8] COPY extra-files/ /                                                                               0.0s
 =&amp;gt; exporting to image                                                                                           1.1s
 =&amp;gt; =&amp;gt; exporting layers                                                                                          1.1s
 =&amp;gt; =&amp;gt; writing image sha256:2e87ad4548202e83467726138081647433023fbf05cac0606021075758923add                     0.0s
 =&amp;gt; =&amp;gt; naming to docker.io/library/cisco-nso-base:6.0-jillesca                                                   0.0s
rm -f *.bin

╭─ ~/DevRel/tmp/test-nso-docker/nso-docker │ master ?1 ───────────────────
╰─ docker image ls                                                         
REPOSITORY       TAG            IMAGE ID       CREATED          SIZE
cisco-nso-base   6.0-jillesca   2e87ad454820   22 seconds ago   678MB
cisco-nso-dev    6.0-jillesca   2c5a111b8e76   38 seconds ago   1.43GB

&lt;/LI-CODE&gt;
&lt;P&gt;The only issue I had when building the image was when I wanted to specify the container tag using &lt;CODE&gt;NSO_VERSION=6.0 make build&lt;/CODE&gt; but that can be done separately using docker commands.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 18:14:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895104#M7965</guid>
      <dc:creator>Jesus Illescas</dc:creator>
      <dc:date>2023-07-28T18:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: README for current NSO VERSION 6.1 way out of date. Does not work.</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895107#M7966</link>
      <description>Thanks Jesus.&lt;BR /&gt;&lt;BR /&gt;I was not aware that the docker version was NOT a free trial.&lt;BR /&gt;&lt;BR /&gt;This means I will have to change to the baremetal version.&lt;BR /&gt;&lt;BR /&gt;When I ran the self extracting .signed.bin file it did not produce the&lt;BR /&gt;.installer.bin file as advertised.&lt;BR /&gt;&lt;BR /&gt;This may be all mute right now as it was the docker file.&lt;BR /&gt;&lt;BR /&gt;I will download the free version and give it a try.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Glenn...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2023 18:22:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895107#M7966</guid>
      <dc:creator>Stampeder</dc:creator>
      <dc:date>2023-07-28T18:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: README for current NSO VERSION 6.1 way out of date. Does not work.</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895167#M7967</link>
      <description>Hi Jesus:&lt;BR /&gt;&lt;BR /&gt;Here is what happened when I downloaded and ran the 6.1 file:&lt;BR /&gt;&lt;BR /&gt;$ sh ncs-6.1-cisco-ios-6.92.8-freetrial.signed.bin&lt;BR /&gt;Unpacking...&lt;BR /&gt;Verifying signature...&lt;BR /&gt;Retrieving CA certificate from&lt;BR /&gt;&lt;A href="http://www.cisco.com/security/pki/certs/crcam2.cer" target="_blank"&gt;http://www.cisco.com/security/pki/certs/crcam2.cer&lt;/A&gt; ...&lt;BR /&gt;Successfully retrieved and verified crcam2.cer.&lt;BR /&gt;Retrieving SubCA certificate from&lt;BR /&gt;&lt;A href="http://www.cisco.com/security/pki/certs/innerspace.cer" target="_blank"&gt;http://www.cisco.com/security/pki/certs/innerspace.cer&lt;/A&gt; ...&lt;BR /&gt;Successfully retrieved and verified innerspace.cer.&lt;BR /&gt;Successfully verified root, subca and end-entity certificate chain.&lt;BR /&gt;Successfully fetched a public key from tailf.cer.&lt;BR /&gt;Successfully verified the signature of ncs-6.1-cisco-ios-6.92.8.tar.gz&lt;BR /&gt;using tailf.cer&lt;BR /&gt;gtracy@pyats:~/pyats/nso$ ls&lt;BR /&gt;cisco_x509_verify_release.py3&lt;BR /&gt;ncs-6.1-cisco-ios-6.92.8-freetrial.signed.bin&lt;BR /&gt;ncs-6.1-cisco-ios-6.92.8.tar.gz&lt;BR /&gt;ncs-6.1-cisco-ios-6.92.8.tar.gz.signature&amp;nbsp; README.signature tailf.cer&lt;BR /&gt;&lt;BR /&gt;You will notice that it did not produce and install.bin file.&lt;BR /&gt;&lt;BR /&gt;Can you send me a copy of your nso 6.0 and I can see if I get the same&lt;BR /&gt;results as you or can you try duplicating what I just did?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Glenn...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2023 21:37:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895167#M7967</guid>
      <dc:creator>Stampeder</dc:creator>
      <dc:date>2023-07-28T21:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: README for current NSO VERSION 6.1 way out of date. Does not work.</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895356#M7968</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You are missing NSO binary. You have only the NED.&amp;nbsp; You need the&amp;nbsp; &amp;nbsp;&lt;U&gt;&lt;STRONG&gt;nso-6.1-freetrial.linux.x86_64.signed.bin&lt;/STRONG&gt;&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;The install instruction are also available&amp;nbsp;&lt;A href="https://software.cisco.com/download/home/286331591/type/286283941/release/6.1" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;(file&amp;nbsp;&lt;STRONG&gt;nso_getting_started-6.1-freetrial.pdf )&lt;/STRONG&gt; and also &lt;A href="https://developer.cisco.com/docs/nso/guides/#!installation/installation" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Here an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;╭─root@LAPTOP&lt;SPAN class=""&gt;-0&lt;/SPAN&gt;TFRHDUN ~/test-nso
╰─&lt;SPAN class=""&gt;# ls&lt;/SPAN&gt;
ncs&lt;SPAN class=""&gt;-6.1&lt;/SPAN&gt;-cisco-ios&lt;SPAN class=""&gt;-6.92&lt;/SPAN&gt;&lt;SPAN class=""&gt;.8&lt;/SPAN&gt;-freetrial.signed.bin  nso&lt;SPAN class=""&gt;-6.1&lt;/SPAN&gt;-freetrial.linux.x86_64.signed.bin
╭─root@LAPTOP&lt;SPAN class=""&gt;-0&lt;/SPAN&gt;TFRHDUN ~/test-nso
╰─&lt;SPAN class=""&gt;# sh nso-6.1-freetrial.linux.x86_64.signed.bin&lt;/SPAN&gt;
Unpacking...
Verifying signature...
Retrieving CA certificate &lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;http&lt;/SPAN&gt;://www.cisco.com/security/pki/certs/crcam2.cer ...
Successfully retrieved &lt;SPAN class=""&gt;and&lt;/SPAN&gt; verified crcam2.cer.
Retrieving SubCA certificate &lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;http&lt;/SPAN&gt;://www.cisco.com/security/pki/certs/innerspace.cer ...
Successfully retrieved &lt;SPAN class=""&gt;and&lt;/SPAN&gt; verified innerspace.cer.
Successfully verified root, subca &lt;SPAN class=""&gt;and&lt;/SPAN&gt; &lt;SPAN class=""&gt;end&lt;/SPAN&gt;-entity certificate chain.
Successfully fetched &lt;SPAN class=""&gt;a&lt;/SPAN&gt; public key &lt;SPAN class=""&gt;from&lt;/SPAN&gt; tailf.cer.
Successfully verified &lt;SPAN class=""&gt;the&lt;/SPAN&gt; signature &lt;SPAN class=""&gt;of&lt;/SPAN&gt; nso&lt;SPAN class=""&gt;-6.1&lt;/SPAN&gt;.linux.x86_64.installer.bin &lt;SPAN class=""&gt;using&lt;/SPAN&gt; tailf.cer
╭─root@LAPTOP&lt;SPAN class=""&gt;-0&lt;/SPAN&gt;TFRHDUN ~/test-nso
╰─&lt;SPAN class=""&gt;# ls&lt;/SPAN&gt;
README.signature               ncs&lt;SPAN class=""&gt;-6.1&lt;/SPAN&gt;-cisco-ios&lt;SPAN class=""&gt;-6.92&lt;/SPAN&gt;&lt;SPAN class=""&gt;.8&lt;/SPAN&gt;-freetrial.signed.bin  nso&lt;SPAN class=""&gt;-6.1&lt;/SPAN&gt;.linux.x86_64.installer.bin            tailf.cer
cisco_x509_verify_release.py3  nso&lt;SPAN class=""&gt;-6.1&lt;/SPAN&gt;-freetrial.linux.x86_64.signed.bin      nso&lt;SPAN class=""&gt;-6.1&lt;/SPAN&gt;.linux.x86_64.installer.bin.signature
╭─root@LAPTOP&lt;SPAN class=""&gt;-0&lt;/SPAN&gt;TFRHDUN ~/test-nso
╰─&lt;SPAN class=""&gt;#&lt;/SPAN&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 13:23:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/readme-for-current-nso-version-6-1-way-out-of-date-does-not-work/m-p/4895356#M7968</guid>
      <dc:creator>Nabsch</dc:creator>
      <dc:date>2023-07-29T13:23:24Z</dc:date>
    </item>
  </channel>
</rss>

