This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Feat: add tools required for infra-reports #66
Merged
dduportal
merged 4 commits into
jenkins-infra:main
from
dduportal:feat/infra-report-ruby
Mar 3, 2022
Merged
Feat: add tools required for infra-reports #66
dduportal
merged 4 commits into
jenkins-infra:main
from
dduportal:feat/infra-report-ruby
Mar 3, 2022
Conversation
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
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
We are facing a "PermissionDenied" error: This error is caused by https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 (e.g. Alpine Linux >=3.14) with the fact that we are building Docker images using https://github.com/genuinetools/img/releases/tag/v0.5.11 (which implies an older container runtime than the required one in Alpine release notes). There are multiple solutions:
|
I'm going to the "update shared library to allow using Docker Engine" :) |
Do we really have to? |
have to what ? :) |
dduportal
force-pushed
the
feat/infra-report-ruby
branch
from
March 2, 2022 11:53
23c7fae
to
802cab0
Compare
lemeurherve
reviewed
Mar 2, 2022
lemeurherve
previously approved these changes
Mar 2, 2022
lemeurherve
reviewed
Mar 2, 2022
lemeurherve
previously approved these changes
Mar 2, 2022
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
dduportal
force-pushed
the
feat/infra-report-ruby
branch
from
March 2, 2022 16:15
94654c4
to
4aa3c32
Compare
lemeurherve
previously approved these changes
Mar 3, 2022
lemeurherve
reviewed
Mar 3, 2022
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
lemeurherve
approved these changes
Mar 3, 2022
dduportal
added a commit
that referenced
this pull request
Jul 20, 2022
- Introduced in #66 - Not needed since jenkins-infra/infra-reports#43
dduportal
added a commit
that referenced
this pull request
Jul 20, 2022
* breaking: remove ruby installation - Introduced in #66 - Not needed since jenkins-infra/infra-reports#43 * Update cst.yml * Update Dockerfile
dduportal
added a commit
that referenced
this pull request
Jul 20, 2022
* breaking: remove ruby installation - Introduced in #66 - Not needed since jenkins-infra/infra-reports#43 * Update cst.yml * Update Dockerfile
dduportal
added a commit
that referenced
this pull request
Jul 20, 2022
* chore: Update key "metadataTest.labels[11].value" from file "/tmp/updat... ... ecli/jenkins-infra/docker-helmfile/cst.yml" Made with ❤️️ by updatecli * chore: Update key "metadataTest.labels[11].value" from file "/tmp/updat... ... ecli/jenkins-infra/docker-helmfile/cst.yml" Made with ❤️️ by updatecli * breaking: remove ruby installation (#134) * breaking: remove ruby installation - Introduced in #66 - Not needed since jenkins-infra/infra-reports#43 * Update cst.yml * Update Dockerfile * chore: fix build failue introduced with latest Alpine which has content in the /tmp directory Signed-off-by: Damien Duportal <damien.duportal@gmail.com> Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of jenkins-infra/helpdesk#2789, this PR ensures that the required tools to allow running the scripts of https://github.com/jenkins-infra/infra-reports are present.
It adds the following elements:
jq
andyq
in their latest version available in the package manager of the base image (Alpine 3.15 when writing these lines)ruby
in the latest 3.0.x version available in the package manager of the base image (Alpine 3.15 when writing these lines).