This is the docker image for Vivado 2022.1.
Creating a new build of the docker image, the following steps shall be followed:
- Download installer from Xilinx webpage, this requires login, and save the file in the root of this project:
https://www.xilinx.com/member/forms/download/xef.html?filename=Xilinx_Unified_2022.1_0420_0327.tar.gz
-
Run the
extract.sh
script -
Build docker image
docker build -t ghcr.io/luftkode/vivado_2022.1_docker:<VERSION> .
- publish docker image
docker push ghcr.io/luftkode/vivado_2022.1_docker:<VERSION>