-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ironbank: move to ubi9 #37017
ironbank: move to ubi9 #37017
Conversation
/package |
/package |
I managed to reproduce the issue locally:
using: $ PLATFORMS=linux/arm64 PACKAGES=docker mage package For some reason there is an interactive prompt for a confirmation $ docker run --rm -ti registry.access.redhat.com/ubi9/ubi-minimal:9.2 /bin/bash
$ microdnf -y update
$ microdnf install findutils shadow-utils so changing |
/package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx @v1v
* ironbank: move to ubi9 * packaging: ubi-minimal 9 requires -y to bypass the prompt --------- Co-authored-by: Pierre HILBERT <[email protected]> (cherry picked from commit d4630af) # Conflicts: # .ci/packaging.groovy # Jenkinsfile # dev-tools/packaging/templates/ironbank/auditbeat/Dockerfile
* ironbank: move to ubi9 * packaging: ubi-minimal 9 requires -y to bypass the prompt --------- Co-authored-by: Pierre HILBERT <[email protected]> (cherry picked from commit d4630af) # Conflicts: # dev-tools/packaging/templates/ironbank/auditbeat/Dockerfile # dev-tools/packaging/templates/ironbank/auditbeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/filebeat/Dockerfile # dev-tools/packaging/templates/ironbank/filebeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/heartbeat/Dockerfile # dev-tools/packaging/templates/ironbank/heartbeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/metricbeat/Dockerfile # dev-tools/packaging/templates/ironbank/metricbeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/packetbeat/Dockerfile # dev-tools/packaging/templates/ironbank/packetbeat/hardening_manifest.yaml
* ironbank: move to ubi9 * packaging: ubi-minimal 9 requires -y to bypass the prompt --------- Co-authored-by: Pierre HILBERT <[email protected]> (cherry picked from commit d4630af) # Conflicts: # dev-tools/packaging/templates/ironbank/auditbeat/Dockerfile # dev-tools/packaging/templates/ironbank/auditbeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/filebeat/Dockerfile # dev-tools/packaging/templates/ironbank/filebeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/heartbeat/Dockerfile # dev-tools/packaging/templates/ironbank/heartbeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/metricbeat/Dockerfile # dev-tools/packaging/templates/ironbank/metricbeat/hardening_manifest.yaml # dev-tools/packaging/templates/ironbank/packetbeat/Dockerfile # dev-tools/packaging/templates/ironbank/packetbeat/hardening_manifest.yaml
* ironbank: move to ubi9 * packaging: ubi-minimal 9 requires -y to bypass the prompt --------- Co-authored-by: Pierre HILBERT <[email protected]>
#36797 partially changed the
ubi
version toubi9
but there were some other changes required in the packaging itself and the base docker images.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs