Skip to content

Releases: av/tools

v0.2.0

Choose a tag to compare

@av av released this 27 May 13:18

What's new

Agentic image variant

New ghcr.io/av/tools:agentic image with pre-installed Python libraries for agentic workflows:

  • File formats — PyPDF2, python-docx, openpyxl, Pillow, lxml, beautifulsoup4, markdownify, chardet
  • Data analysis — pandas, numpy, matplotlib, tabulate
  • Data access — requests, httpx, aiohttp, sqlalchemy, psycopg2-binary
  • Essentials — pydantic, tiktoken
docker run ghcr.io/av/tools:agentic python3 -c "import pandas; print(pandas.__version__)"

The base ghcr.io/av/tools:latest image remains unchanged.

v0.1.7

Choose a tag to compare

@av av released this 12 May 13:53

fix: add gcc for arm64 Rust compilation (sudachipy, etc.)

v0.1.6

Choose a tag to compare

@av av released this 19 Dec 10:28
  • Switch to ubuntu:24.04 base
  • Scan image with trivy
  • Basic tests for bundled functionality

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@av av released this 20 Nov 20:51
  • Added ffmpeg

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@av av released this 11 Nov 10:42
  • Adding deno runtime and rust toolchain out of the box

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@av av released this 07 Apr 20:32
  • Adding jq to the base image

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@av av released this 05 Apr 11:01
  • fixing mcp inspector install
  • skip npm update checks

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@av av released this 05 Apr 10:14
  • added mcp inspector

v0.1.0

Choose a tag to compare

@av av released this 05 Apr 09:47
  • Predefined cache location at /app/cache for easy universal cache