docker

Packaging AMD Xilinx Vivado ML Standard edition 2025.1 in a Docker container

I updated the repository https://github.com/filmil/vivado-docker/ with the changes required to package Vivado 2025.1. As of this writing, version 2025.1 is the last published version. I hope that the updated version will remove some of the bugs I discovered in the previous version I dockerized, which was 2023.2.

Jun 19, 2025

Bazel rules for “build-in-docker” (or “bid”)

Bid allows you to create a build rule that runs a single bazel build action inside a Docker container. And if you can run a single action, you can run more if you so choose. This helps you if you must use software which is hard to bazelize, such as typically some EDA packages.

Feb 11, 2025

docker tips and tricks

Docker tips and tricks Save an image to an archive docker save imagename | gzip > myimage.tar.gz Load image to an archive docker load < myimage.tar.gz
Feb 15, 2024

Running docker containers in Synology NAS

If this advice helped you, let me know.

Jan 1, 2024

Packaging AMD Xilinx Vivado ML Standard edition in a Docker container

A while back I wanted to make a hermetic environment for repeatably running Docker tooling.

Nov 20, 2023