Skip to content

RUM-17079: Sign the CI image#3593

Merged
abrooksv merged 2 commits into
developfrom
abrooks/sign-docker-image
Jul 1, 2026
Merged

RUM-17079: Sign the CI image#3593
abrooksv merged 2 commits into
developfrom
abrooks/sign-docker-image

Conversation

@abrooksv

Copy link
Copy Markdown
Contributor

What does this PR do?

Sign the docker image we use in CI

@abrooksv
abrooksv marked this pull request as ready for review June 30, 2026 16:54
@abrooksv
abrooksv requested review from a team as code owners June 30, 2026 16:54
@sbarrio
sbarrio requested a review from satween July 1, 2026 07:06
ambushwork
ambushwork previously approved these changes Jul 1, 2026
Comment thread ci/pipelines/default-pipeline.yml Outdated
script:
- docker buildx build --tag $CI_IMAGE_DOCKER -f ./ci/Dockerfile.gitlab --push .
- METADATA_FILE=$(mktemp)
- docker buildx build --tag $CI_IMAGE_DOCKER -f ./ci/Dockerfile.gitlab --push ---metadata-file ${METADATA_FILE} .

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ I think there is an extra -:

Suggested change
- docker buildx build --tag $CI_IMAGE_DOCKER -f ./ci/Dockerfile.gitlab --push ---metadata-file ${METADATA_FILE} .
- docker buildx build --tag $CI_IMAGE_DOCKER -f ./ci/Dockerfile.gitlab --push --metadata-file ${METADATA_FILE} .

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Also, I think these 3 commands should be in a single - | block chained with &&.
@abrooksv please trigger the ci-image GitLab manual step as well after these changes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason for the &&? They fail fast in a list and easier to read in the logs since they are separated IMO

satween
satween previously approved these changes Jul 1, 2026
Co-authored-by: Héctor Abraham Morillo Prieto <[email protected]>
@abrooksv
abrooksv dismissed stale reviews from satween and ambushwork via 0b915e1 July 1, 2026 12:05

@hamorillo hamorillo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.74%. Comparing base (3b2aa61) to head (0b915e1).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3593      +/-   ##
===========================================
- Coverage    72.81%   72.74%   -0.07%     
===========================================
  Files          974      974              
  Lines        35226    35226              
  Branches      5968     5968              
===========================================
- Hits         25649    25625      -24     
- Misses        7918     7929      +11     
- Partials      1659     1672      +13     

see 33 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abrooksv
abrooksv merged commit a1bdb14 into develop Jul 1, 2026
27 checks passed
@abrooksv
abrooksv deleted the abrooks/sign-docker-image branch July 1, 2026 16:01
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.

6 participants