Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.14 KB

README.md

File metadata and controls

53 lines (39 loc) · 2.14 KB

debian-asdf

GitHub CI Trunk Check Docker Image Version Amazon ECR Image Version

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

Additional Debian packages:

Tags

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

Usage

CLI:

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

Dockerfile:

FROM dex4er/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.