You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the base image, you will likely get a build failure related to the CA certificates.
This means you will need to update the ca-certificates-* package and try again. The build will
fail if the blocked certificates are still found.
The package check exists so that we can remove it once (if ever) the bad CA has been removed.
stackable-base
Update FROM ...ubi-minimal version hash in the Dockerfile
stackable-devel
Update FROM ...ubi-minimal version hash in the Dockerfile
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been
checked, the issue can be moved into Development: Done.
Can build the image locally
Can build the vector image
Testing instructions
# Where x.y.z is a valid version
boil build vector=x.y.z --strip-architecture --load
Please consider updating this template if these instructions are wrong, or
could be made clearer.
Part of #1414.
Update tasks
Note
When updating the base image, you will likely get a build failure related to the CA certificates.
This means you will need to update the
ca-certificates-*package and try again. The build willfail if the blocked certificates are still found.
The package check exists so that we can remove it once (if ever) the bad CA has been removed.
stackable-baseFROM ...ubi-minimalversion hash in the Dockerfilestackable-develFROM ...ubi-minimalversion hash in the DockerfileRelated Pull Requests
Acceptance
Tip
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been
checked, the issue can be moved into Development: Done.
Testing instructions
# Where x.y.z is a valid version boil build vector=x.y.z --strip-architecture --loadPlease consider updating this template if these instructions are wrong, or
could be made clearer.