chore: bump base image to bookworm and refresh action versions#1
Merged
Conversation
Bullseye is on its way to LTS-only support and the monthly publish workflow had been disabled by GitHub for inactivity, leaving the image stale since 2025-10. Moving to bookworm-slim brings a newer NUT and a supported base; the build-push-action v5 -> v6 bump keeps the build toolchain current. Pushing this commit also re-enables the scheduled workflow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
debian:bullseye-slim→debian:bookworm-slim(Debian 11 → 12). Bullseye is sliding into LTS-only territory; bookworm gets us a supported base and a newer NUT from the Debian repos.docker/build-push-action@v5→@v6in bothdocker-publish.ymlandtest-build.yml.Context
The scheduled publish workflow was flagged
disabled_inactivityon GitHub — last successful run was 2025-10-01 and no images have been pushed for ~7 months. Merging this commit also re-enables the cron.Test plan
Test Buildworkflow runs on this PR and builds clean acrosslinux/amd64,linux/arm64,linux/arm/v7.Build and Publish NUT Server Docker Imagesviaworkflow_dispatchto confirm Docker Hub push works end-to-end before relying on the cron.latest+YYYY.MMtag appears on https://hub.docker.com/r/nardo86/nut-server.docker run --rm nardo86/nut-server:latestand confirmupsdstarts.🤖 Generated with Claude Code