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

alpine based image variant #64

Open proppy opened 1 year ago

proppy commented 1 year ago

Recently found out about (thanks @dlorenc!): https://github.com/chainguard-dev/apko https://github.com/chainguard-dev/melange

Which provide a toolchain to build fully composable OCI images out of declarative manifest for apk packages.

It would be awesome to discuss if we can reuse this to provide alpine variant of the container images that capture a given "design to GDS/bitstream" user flow, similar to what we discussed in https://github.com/hdl/conda-eda/issues/245#issuecomment-1303053749

dlorenc commented 1 year ago

Happy to help here. Composable build environments are a core use case for us!