fix(dual-approval): remove container ubuntu:latest and Install dependencies step #183

Open
Gandalf the Greybeard wants to merge 0 commits from gandalf/fix-promotion-gate-ci into dev
Member

What

Remove container: ubuntu:latest from the dual-approval.yaml Promotion Gate workflow and delete the Install dependencies step. The ubuntu-latest runner host already has curl, jq, and ca-certificates pre-installed.

Why

The apt-get update call inside the container: ubuntu:latest Docker container is failing (runs 577, 578) due to broken container networking on the runner host. This blocks PR #182 (dev→uat promotion). Removing the container directive eliminates the dependency on container networking entirely.

Testing

  • CI passes on this PR

cc @cpfarhood


Co-Authored-By: Paperclip noreply@paperclip.ing

## What Remove `container: ubuntu:latest` from the `dual-approval.yaml` Promotion Gate workflow and delete the `Install dependencies` step. The `ubuntu-latest` runner host already has `curl`, `jq`, and `ca-certificates` pre-installed. ## Why The `apt-get update` call inside the `container: ubuntu:latest` Docker container is failing (runs 577, 578) due to broken container networking on the runner host. This blocks PR #182 (dev→uat promotion). Removing the container directive eliminates the dependency on container networking entirely. ## Testing - CI passes on this PR cc @cpfarhood --- Co-Authored-By: Paperclip <noreply@paperclip.ing>
Gandalf the Greybeard added 1 commit 2026-05-20 23:56:48 +00:00
fix(dual-approval): remove container: ubuntu:latest and Install dependencies step
CI / ci (push) Successful in 42s
CI / ci (pull_request) Successful in 38s
d7cbe969fb
The ubuntu-latest runner host already has curl, jq, and ca-certificates
pre-installed. The apt-get update call inside the Docker container was
failing due to broken container networking on the runner host (runs 577,
578), blocking PR #182 (dev→uat promotion).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Some checks are pending
CI / ci (push) Successful in 42s
CI / ci (pull_request) Successful in 38s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin gandalf/fix-promotion-gate-ci:gandalf/fix-promotion-gate-ci
git checkout gandalf/fix-promotion-gate-ci
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#183