Skip to content

Adjusted valgrind-check Containerfile to ensure apt update and install are linked and cached together in one layer#5900

Merged
larsewi merged 1 commit into
cfengine:masterfrom
craigcomstock:ENT-13252/master
Oct 6, 2025
Merged

Adjusted valgrind-check Containerfile to ensure apt update and install are linked and cached together in one layer#5900
larsewi merged 1 commit into
cfengine:masterfrom
craigcomstock:ENT-13252/master

Conversation

@craigcomstock

@craigcomstock craigcomstock commented Oct 3, 2025

Copy link
Copy Markdown
Contributor

Otherwise, the update layer can be cached and have bad information for the subsequent two install command layers.

As the distribution changes package versions the install layers, if they are not cached, will fail.

Also combined the two install commands into one for brevity.

Ticket: ENT-13252
Changelog: none

…l are linked and cached together in one layer

Otherwise, the update layer can be cached and have bad information for the subsequent two install command layers.

As the distribution changes package versions the install layers, if they are not cached, will fail.

Also combined the two install commands into one for brevity.

Ticket: ENT-13252
Changelog: none
@craigcomstock

Copy link
Copy Markdown
Contributor Author

Build Status

@craigcomstock craigcomstock marked this pull request as ready for review October 3, 2025 14:23
@larsewi larsewi merged commit 42ebd9f into cfengine:master Oct 6, 2025
14 checks passed
@craigcomstock craigcomstock deleted the ENT-13252/master branch October 6, 2025 19:15
@craigcomstock

Copy link
Copy Markdown
Contributor Author

cherry picked to
3.24.x: #5910
3.21.x: #5911

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants