Skip to content

Releases: av/tools

v0.2.0

27 May 13:18
@av av

Choose a tag to compare

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

12 May 13:53
@av av

Choose a tag to compare

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

v0.1.6

19 Dec 10:28
@av av

Choose a tag to compare

  • 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

20 Nov 20:51
@av av

Choose a tag to compare

  • Added ffmpeg

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

v0.1.4

11 Nov 10:42
@av av

Choose a tag to compare

  • Adding deno runtime and rust toolchain out of the box

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

v0.1.3

07 Apr 20:32
@av av

Choose a tag to compare

  • Adding jq to the base image

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

v0.1.2

05 Apr 11:01
@av av

Choose a tag to compare

  • fixing mcp inspector install
  • skip npm update checks

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

v0.1.1

05 Apr 10:14
@av av

Choose a tag to compare

  • added mcp inspector

v0.1.0

05 Apr 09:47
@av av

Choose a tag to compare

  • Predefined cache location at /app/cache for easy universal cache