https://github.com/gabe565/docker-pixlet
Docker container with Tidbyt's Pixlet cli tool
https://github.com/gabe565/docker-pixlet
led-display pixlet starlark tidbyt
Last synced: about 1 month ago
JSON representation
Docker container with Tidbyt's Pixlet cli tool
- Host: GitHub
- URL: https://github.com/gabe565/docker-pixlet
- Owner: gabe565
- Created: 2022-12-16T06:27:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T00:28:27.000Z (about 2 months ago)
- Last Synced: 2025-08-14T02:31:02.218Z (about 2 months ago)
- Topics: led-display, pixlet, starlark, tidbyt
- Language: Dockerfile
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pixlet Docker Images
[](https://github.com/gabe565/docker-pixlet/pkgs/container/pixlet)
[](https://github.com/gabe565/docker-pixlet/actions/workflows/build.yml)This repo builds Docker images for [tidbyt/pixlet](https://github.com/tidbyt/pixlet) to be used in containerized Pixlet runs.
The Pixlet version is automatically updated by Renovate bot, so new Pixlet releases will be available within a few hours.
## Images
- [ghcr.io/gabe565/pixlet](https://github.com/gabe565/docker-pixlet/pkgs/container/pixlet)
## Deployment
### Docker
See the included [`docker-compose.yml`](docker-compose.yml) for volume bind info. This would need to be run on a cron.
### Kubernetes
I am using this container in Kubernetes with a `CronJob` that runs minutely. I will post an example manifest soon.