hdl / containers

Building and deploying container images for open source electronic design automation (EDA)
https://hdl.github.io/containers/
Apache License 2.0
106 stars 24 forks source link

Add xschem #28

Closed mithro closed 2 years ago

umarcor commented 2 years ago

XSCHEM was added in https://github.com/hdl/containers/commit/964153bf17977f16e084d641b79a647550ccdeab. I took the following screenshot on Windows 10, using Docker with HyperV backend, executed on MSYS2 using x11docker and runx with VcxSrv:

image

# x11docker --runx --no-auth gcr.io/hdl-containers/xschem xschem
x11docker note: Enabled X over TCP instead of sharing unix socket.

x11docker WARNING: Option --no-auth: SECURITY RISK!
  Allowing access to new X server for everyone.
  Your X server is accessable over TCP network without any restriction.
  That can be abused to take control over your system.

Image gcr.io/hdl-containers/xschem not found locally.
Do you want to pull it from docker hub?
(timeout after 60s assuming no) [Y|n]yUsing default tag: latest
x11docker note: Pulling image 'gcr.io/hdl-containers/xschem' from docker hub

latest: Pulling from hdl-containers/xschem
214ca5fb9032: Already exists
a0fbadf70b0e: Pull complete
984630e75a2a: Pull complete
9db30285f332: Pull complete
Digest: sha256:09560d865e87c719b4c6e04e7043269f8a978e33e71ff1cff8b4b329e1a6b49d
Status: Downloaded newer image for gcr.io/hdl-containers/xschem:latest
gcr.io/hdl-containers/xschem:latest
% 

@StefanSchippers, I'd be glad if you could have a quick look at https://github.com/hdl/containers/blob/main/debian-bullseye/xschem/HDLC and please let me know if you find anything wrong.