Skip to content

Multi-Platform image with GitHub Actions examples using /tmp #21779

@awharn

Description

@awharn

Is this a docs issue?

  • My issue is about the documentation content or website

Type of issue

Other

Description

The documentation for distributing the build across multiple runners uses /tmp to store the digests.

However, on self-hosted runners, this location will fill up with digests from other docker builds, resulting in build failures. This may also apply for the With Bake example.

Location

https://docs.docker.com/build/ci/github-actions/multi-platform/

Suggestion

I believe references to /tmp should be replaced with ${{ runner.temp }} to make the example more compatible with self-hosted runners.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions