-
Notifications
You must be signed in to change notification settings - Fork 10
[Feature]: provide binary package for Alpine linux #545
Description
What do you need?
I am using Atlantis (use container).
For the Atlantis container, it has Alpine or Debian-12 based container image.
I would install some tools like opentofu, tf-summarize and etc.
I would like tfplan2md provide:
a) binary (not container image) for Alpine (MUSL).
Then we can include the binary into the customized Atlantis container.
Current Linux binary provided by tfplan2md is built from ubuntu 24 (it cannot run directly on Debian-12 based container)
b) My current workaround is to copy the binary from the tfplan2md container in DockerHub to Debian-12 based container and install musl.
c) BTW, my work environment uses arm64.
I ran out of options in this case.
i.e. Either I upgrade Atlantis base image from Debian12 to 13 or I rebuilt tfplan2md on arm64.
Both case are not desirable.
How would it work?
No response
Additional context
No response