Skip to content

Use minimal cache mode for docker image#490

Open
christophruethingbmw wants to merge 1 commit into
mainfrom
christophruethingbmw-patch-1
Open

Use minimal cache mode for docker image#490
christophruethingbmw wants to merge 1 commit into
mainfrom
christophruethingbmw-patch-1

Conversation

@christophruethingbmw

Copy link
Copy Markdown
Contributor

Currently, the GitHub actions cache is not big enough to hold all data for our image build. Maybe changing the mode from max to min will solve the issue by reducing the needed storage space. In contrast to max, this only stores the layers that finally go into the image and skip intermediate ones. As long as we do not get more storage space for the GHA cache, this might be a compromise.

Currently, the GitHub actions cache is not big enough to hold all data for our image build. Maybe changing the mode from max to min will solve the issue by reducing the needed storage space. In contrast to max, this only stores the layers that finally go into the image and skip intermediate ones. As long as we do not get more storage space for the GHA cache, this might be a compromise.

Signed-off-by: Christoph Rüthing <christoph.cr.ruething@bmw.de>
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