-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Github] Move agent container to separate tar archive
This patch makes the build container job save the agent container image to a separate tar file rather than bundling it in with the existing tar file. For some reason, running podman save with two container images and then loading that single tar file gets rid of the agent image and we end up with two copies of the original image. This means that premerge jobs will fail with the agent image because they cannot find the run.sh script.
- Loading branch information
1 parent
4280316
commit 76b0187
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters