devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
372 stars 44 forks source link

Multiple binaries can be specified, but only the latest is installed #198

Open leucos opened 2 years ago

leucos commented 2 years ago

Example for docker-slim.

This spec installs both binaries but docker-slim-sensor will be installed at ~/.binenv/binaries/docker-slim/X.Y.Z.

    install:
      type: tgz
      binaries:
        - docker-slim
        - docker-slim-sensor

Another argument (see #171) to change binaries layout from binaries/DIST/VERSION to binaries/DIST/VERSION/BINARYNAME