Skip to content

Commit

Permalink
CI: Use Linux container images with pinned packages
Browse files Browse the repository at this point in the history
Pinning the package versions installed in the container images
increases reproducability.
  • Loading branch information
osteffenrh committed Jul 15, 2022
1 parent f3af901 commit 1ed11f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/templates/pr-gate-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
vmImage: ${{ parameters.vm_image }}

${{ if contains(parameters.tool_chain_tag, 'GCC') }}:
container: 'ghcr.io/tianocore/containers/fedora-35-test:9ef7691'
container: 'ghcr.io/osteffenrh/edk2-containers/fedora-35-test:4912fb5'

steps:
- template: pr-gate-steps.yml
Expand Down
2 changes: 1 addition & 1 deletion ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pool:
vmImage: $(vm_image)

container: 'ghcr.io/tianocore/containers/fedora-35-test:9ef7691'
container: 'ghcr.io/osteffenrh/edk2-containers/fedora-35-test:4912fb5'

steps:
- template: ../../../.azurepipelines/templates/platform-build-run-steps.yml
Expand Down
2 changes: 1 addition & 1 deletion EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pool:
vmImage: $(vm_image)

container: 'ghcr.io/tianocore/containers/fedora-35-test:9ef7691'
container: 'ghcr.io/osteffenrh/edk2-containers/fedora-35-test:4912fb5'

steps:
- template: ../../../.azurepipelines/templates/platform-build-run-steps.yml
Expand Down
2 changes: 1 addition & 1 deletion OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
pool:
vmImage: $(vm_image)

container: 'ghcr.io/tianocore/containers/fedora-35-test:9ef7691'
container: 'ghcr.io/osteffenrh/edk2-containers/fedora-35-test:4912fb5'

steps:
- template: ../../../.azurepipelines/templates/platform-build-run-steps.yml
Expand Down

0 comments on commit 1ed11f4

Please sign in to comment.