Use gns3 distributed image

This commit is contained in:
grossmj 2023-01-06 22:49:03 +08:00
parent d2169f7194
commit 75b9d761ba
2 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,7 @@
"maintainer_email": "Xander.Petty@protonmail.com",
"docker": {
"adapters": 1,
"image": "xander12093/pyats:latest",
"image": "gns3/pyats:latest",
"console_type": "telnet"
}
}
}

View File

@ -1,10 +1,8 @@
# FROM ciscotestautomation/pyats:latest-full
FROM ubuntu:latest
WORKDIR /pyats
RUN apt update
# RUN apt upgrade -yy
RUN apt install -y nano
RUN apt install -y net-tools
RUN apt install -y openssh-client
@ -17,4 +15,4 @@ RUN apt install -y iputils-ping
RUN python3 -m pip install --upgrade pip wheel setuptools
RUN python3 -m pip install "pyats[full]"
ENTRYPOINT [ "/bin/bash" ]
ENTRYPOINT [ "/bin/bash" ]