Skip to content

Fix Docker build after FFmpeg release pruning - #18

Merged
carochacs merged 1 commit into
mainfrom
agent/fix-ffmpeg-docker-source
Aug 1, 2026
Merged

Fix Docker build after FFmpeg release pruning#18
carochacs merged 1 commit into
mainfrom
agent/fix-ffmpeg-docker-source

Conversation

@carochacs

Copy link
Copy Markdown
Collaborator

What changed

  • Replace the pruned dated BtbN FFmpeg autobuild URL with the maintained latest release assets for amd64 and arm64.
  • Remove checksums tied to short-lived dated assets and document image digests as the deployment reproducibility boundary.
  • Preserve the static GPL FFmpeg build and its bundled license/provenance labels.

Root cause

BtbN retains only a short rolling window of dated autobuild releases. The previously pinned autobuild-2026-07-03-13-21 URL now returns HTTP 404, preventing every clean Docker build.

Validation

  • docker compose build web
  • docker compose up -d --force-recreate web
  • Container reports FFmpeg n7.1.5-12-g1fdbca85aa-20260801 with libvorbis enabled.
  • GET /api/version succeeds after recreation.

@carochacs
carochacs marked this pull request as ready for review August 1, 2026 23:05
@carochacs
carochacs merged commit b9e7c3d into main Aug 1, 2026
5 checks passed
carochacs added a commit that referenced this pull request Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant