Skip to content

fix(Dockerfile): remove unnecessary script copy for unprivileged image#2377

Merged
meteyou merged 1 commit intomainsail-crew:developfrom
meteyou:fix/docker-unprivileged-image
Jan 5, 2026
Merged

fix(Dockerfile): remove unnecessary script copy for unprivileged image#2377
meteyou merged 1 commit intomainsail-crew:developfrom
meteyou:fix/docker-unprivileged-image

Conversation

@meteyou
Copy link
Member

@meteyou meteyou commented Jan 5, 2026

Description

This PR fix the issue with the unprivileged image, that it couldnt start because of the 00-remove-ipv6-if-unavailable.sh script. I think this script is not really necessary for this image build, because ipv6 should be available in "half modern" Docker environment.

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

none

[optional] Are there any post-deployment tasks we need to perform?

none

Signed-off-by: Stefan Dej <meteyou@gmail.com>
Copy link
Contributor

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 removes the IPv6 handling script (00-remove-ipv6-if-unavailable.sh) from the unprivileged Docker image build to fix a startup issue. The script is retained in the privileged runner image. The change assumes that IPv6 support is available in modern Docker environments.

Key Changes

  • Removed the copy command for the IPv6 removal script from the unprivileged image stage
  • The privileged runner stage continues to include the IPv6 handling script

@meteyou meteyou merged commit 195cced into mainsail-crew:develop Jan 5, 2026
13 checks passed
@meteyou meteyou deleted the fix/docker-unprivileged-image branch January 5, 2026 23:42
@meteyou meteyou added this to the v2.17.0 milestone Jan 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.

Unprivileged Docker images broken by recent IPv6 change

3 participants