vivado_2022.1_docker

This is the docker image for Vivado 2022.1.

Creating a new build of the docker image, the following steps shall be followed:

  1. 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
  1. Run the extract.sh script

  2. Build docker image

docker build -t ghcr.io/luftkode/vivado_2022.1_docker:<VERSION> .
  1. publish docker image
docker push ghcr.io/luftkode/vivado_2022.1_docker:<VERSION>