mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-04-08 03:44:16 +00:00
Use gns3 distributed image
This commit is contained in:
parent
d2169f7194
commit
75b9d761ba
@ -13,7 +13,7 @@
|
||||
"maintainer_email": "Xander.Petty@protonmail.com",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "xander12093/pyats:latest",
|
||||
"image": "gns3/pyats:latest",
|
||||
"console_type": "telnet"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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" ]
|
Loading…
x
Reference in New Issue
Block a user