Sign inSign up

caspiandb/debian-asdf

By caspiandb

Updated over 3 years ago

Container image with Debian and asdf

Image
1

397

caspiandb/debian-asdf repository overview

debian-asdf

GitHub CI Trunk Check Docker Image Version

Container image with asdf installer based on Debian 11 "bullseye".

Tags

  • asdf-X.Y.Z-bullseye-YYYYmmdd, asdf-X.Y.Z, latest

Usage

CLI:

docker pull caspiandb/debian-asdf
docker run caspiandb/debian-asdf bash -c "asdf plugin add nodejs && asdf install nodejs latest && asdf global nodejs latest && node -v"

Dockerfile:

FROM caspiandb/debian-asdf:latest
COPY .tool-versions /root/
RUN cat .tool-versions | while read plugin version; do asdf plugin add $plugin; done
RUN asdf install
RUN asdf list

License

License information for asdf project.

License information for container image project.

Tag summary

Content type

Image

Digest

sha256:47ec9b4c1

Size

88.6 MB

Last updated

over 3 years ago

docker pull caspiandb/debian-asdf