Conversation
|
Tag for build #347342 is 💻 For deploying this image using the dev scripts, run the following first: export MAIN_IMAGE_TAG='3.69.x-138-gb3a54d2942'📦 You can also generate an installation bundle with: docker run -i --rm stackrox/main:3.69.x-138-gb3a54d2942 central generate interactive > bundle.zip🕹️ A |
| dnf install -y lz4 bzip2 /tmp/snappy.rpm && \ | ||
| dnf clean all && \ | ||
| microdnf upgrade && \ | ||
| rpm -i /tmp/snappy.rpm && \ |
There was a problem hiding this comment.
Are you missing lz4 and bzip2 now?
| rpm -i /tmp/snappy.rpm && \ | |
| microdnf install -y lz4 bzip2 && \ | |
| rpm -i /tmp/snappy.rpm && \ |
There was a problem hiding this comment.
Yes, I wasn't sure we need them.
|
Not sure if it's a flake, but maybe the failing nongroovy test is due to missing dependency package I think we're quite lucky that it's just one failing test. Check out our downstream Dockerfile https://code.engineering.redhat.com/gerrit/gitweb?p=rhacs.git;a=blob_plain;f=distgit/containers/rhacs-main/Dockerfile.in;hb=refs/heads/rhacs-1.0-rhel-8 It might be one packages in this command |
Not a flake, but apparently 3rd party certificate expiration. We saw that before: chromium/badssl.com#477 |
I don't think it is that. The cert for https://untrusted-root.badssl.com/ is valid till
Central was supposed to install CA for https://untrusted-root.badssl.com/ and the connection was expected to succeed. |
3c220d4 to
6c004dc
Compare
|
Closing in favor of #1054. |
No description provided.