[PR #917] fix: error: target not found: bridge-utils #825

Open
opened 2026-02-27 23:02:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/917
Author: @xendarboh
Created: 2/11/2026
Status: 🔄 Open

Base: masterHead: fix-deprecated-bridge-utils


📝 Commits (1)

  • 9cac974 fix: error: target not found: bridge-utils

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Dockerfile (+2 -2)

📄 Description

The bridge-utils ArchLinux package is now deprecated, so the Dockerfile failed to build.

Its functionality is provided by bridge command from iproute2, which is installed by default.

https://wiki.linuxfoundation.org/networking/bridge


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/917 **Author:** [@xendarboh](https://github.com/xendarboh) **Created:** 2/11/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix-deprecated-bridge-utils` --- ### 📝 Commits (1) - [`9cac974`](https://github.com/sickcodes/Docker-OSX/commit/9cac974f352bb04a4391be290440616553c49f7c) fix: error: target not found: bridge-utils ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -2) </details> ### 📄 Description The `bridge-utils` ArchLinux package is now deprecated, so the `Dockerfile` failed to build. Its functionality is provided by `bridge` command from `iproute2`, which is installed by default. https://wiki.linuxfoundation.org/networking/bridge --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#825
No description provided.