Skip to content

Blolol's custom FileBot Docker images

License

Notifications You must be signed in to change notification settings

blolol/filebot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blolol-filebot-docker

This repository contains Dockerfiles for Blolol's custom FileBot Docker images. A GitHub Action runs daily that rebuilds the images if the base rednoah/filebot image has changed.

Images

  • ghcr.io/blolol/filebot-watcher is built from Dockerfile.watcher and is based on rednoah/filebot:watcher. It adds jq to the base image to ease JSON manipulation in post-processing scripts used with the amc script's --def exec option.

Building and pushing locally

To build and push a Docker image locally, you'll need to authenticate with the GitHub Container Registry using a personal access token, then use docker build:

echo "$GITHUB_TOKEN" | docker login ghcr.io -u $GITHUB_USERNAME --password-stdin
docker build -f Dockerfile.watcher -t ghcr.io/blolol/filebot-watcher:latest --push .

About

Blolol's custom FileBot Docker images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages