Skip to content

docs: add --provenance=false to docker build commands#232

Open
Hauke Löffler (hloeffler) wants to merge 1 commit intomainfrom
docs/add-provenance-false-to-docker-build
Open

docs: add --provenance=false to docker build commands#232
Hauke Löffler (hloeffler) wants to merge 1 commit intomainfrom
docs/add-provenance-false-to-docker-build

Conversation

@hloeffler
Copy link
Contributor

Add --provenance=false to docker build commands in quickstart and container image docs

Copilot AI review requested due to automatic review settings February 19, 2026 12:33
@hloeffler Hauke Löffler (hloeffler) requested a review from a team as a code owner February 19, 2026 12:33
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 pull request adds the --provenance=false flag to docker build commands in the GameFabric multiplayer servers documentation. The flag disables Docker BuildKit provenance attestations, which is likely needed for compatibility with the GameFabric container registry.

Changes:

  • Updated quickstart guide to include --provenance=false in the docker build command
  • Updated detailed container image building guide with the same flag

Reviewed changes

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

File Description
src/multiplayer-servers/getting-started/quickstart.md Added --provenance=false flag to the docker build command in the quickstart guide
src/multiplayer-servers/getting-started/building-a-container-image.md Added --provenance=false flag to the docker build command in the detailed container image guide

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.

1 participant

Comments