Skip to content

v26.3.10#1670

Merged
ROBERT-MCDOWELL merged 1 commit intoDrewThomasson:v26from
ROBERT-MCDOWELL:v26
Mar 10, 2026
Merged

v26.3.10#1670
ROBERT-MCDOWELL merged 1 commit intoDrewThomasson:v26from
ROBERT-MCDOWELL:v26

Conversation

@ROBERT-MCDOWELL
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 10, 2026 04:50
@ROBERT-MCDOWELL ROBERT-MCDOWELL merged commit f6aa9b2 into DrewThomasson:v26 Mar 10, 2026
1 check passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Docker build plumbing for the v26.3.10 release, ensuring Docker build arguments are correctly propagated from the launch script into the Dockerfile’s runtime stage.

Changes:

  • Fix Bash array expansion when passing DOCKER_PROGRAMS into DOCKER_PROGRAMS_STR for Docker/Compose/Podman builds.
  • Re-declare ARG PYTHON_VERSION in Dockerfile stage 2 so it’s available for later instructions (notably the COPY ... python${PYTHON_VERSION} ... path).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
ebook2audiobook.command Passes the full DOCKER_PROGRAMS array as a space-separated string via DOCKER_PROGRAMS_STR.
Dockerfile Adds ARG PYTHON_VERSION to the runtime stage to ensure ${PYTHON_VERSION} is defined for subsequent instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants