Docker Images for Altera Quartus Prime Pro version
8.1K
This is a series of container images for Altera Quartus Prime Pro
All images provided are built on top of Ubuntu 24.04
Usage Examples:
docker pull alterafpga/quartus-pro:26.1-alldocker pull alterafpga/quartus-pro:26.1-agilex3docker pull alterafpga/quartus-pro:26.1-agilex5docker pull alterafpga/quartus-pro:26.1-agilex7The images are built using rebaseable layers. The quartus base layer is shared between all images. Downloading all images will not cause multiple copies of Quartus (or any other shareable components like agilex_common) to exist in the destination.
Any of the Quartus Prime Pro command-line executables can be used with the containers. Just add the executable name and its argument after the image name on the docker run command.
A few docker run arguments are required to run the images.
val1 val2 and using the alterafpga/quartus-pro:26.1-agilex7 image use:docker run \
--net=host \
--env LM_LICENSE_FILE \
--mount type=bind,source=/quartus/project1,target=/data \
alterafpga/quartus-pro:26.1-agilex7 \
quartus_sh -t /data/run.tcl val val2
docker run \
--net=host \
--env LM_LICENSE_FILE \
--mount type=bind,source=/quartus/project1,target=/data \
alterafpga/quartus-pro:26.1-agilex5 \
quartus_sh --flow compile /data/top
You can refer to the official Quartus Prime Pro documentation at:
You can also use the help command for any Quartus executables
docker run \
--net=host \
--env LM_LICENSE_FILE \
--mount type=bind,source=/quartus/project1,target=/data \
alterafpga/quartus-pro:26.1-agilex5 \
quartus_sh -h
Content type
Image
Digest
sha256:61693abac…
Size
26.6 GB
Last updated
about 1 month ago
docker pull alterafpga/quartus-pro:26.1.1-stratix10Pulls:
69
Sep 7 to Sep 13