-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
1.25.2 ansible-operator is not picking up 8.7 ubi. #6183
Comments
@daezaa Thanks for raising this issue. I will look into trying to get this resolved. I am suspecting that it has to do with this line in the Dockerfile not being updated:
We can see that the base.Dockerfile has been updated:
I am wondering if this has to do with both #6179 and #6180 not having been merged yet... |
Just to follow up, I took a look to see if it has been updated but our automated image refresh job failed this morning. I kicked it off again to see if it was just a flake, but if not I will try to investigate why it is failing so we can get this image rebuilt ASAP |
Update: It seems like we would need to go through the process of another patch release to get this taken care of. I have this on my todo list but after some discussion offline with other maintainers we aren't marking this as something that is urgent. |
@everettraven Thanks for the update, do you have the ETA for next patch release? |
@daezaa Due to this week being the week of Thanksgiving in the United States I would give a rough estimate of mid-late next week |
@daezaa I just pushed out a new patch release ( I have verified that Here is the labels output from {
"architecture": "x86_64",
"build-date": "2022-11-01T04:29:09",
"com.redhat.component": "ubi8-container",
"com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
"description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
"distribution-scope": "public",
"git_commit": "aa0243440429e60568c27df5c7c22976f2b23a16",
"io.buildah.version": "1.26.2",
"io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
"io.k8s.display-name": "Red Hat Universal Base Image 8",
"io.openshift.expose-services": "",
"io.openshift.tags": "base rhel8",
"maintainer": "Red Hat, Inc.",
"name": "ubi8",
"release": "929",
"summary": "Provides the latest release of Red Hat Universal Base Image 8.",
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.7-929",
"vcs-ref": "a995512a05037e3b60bbb1bf9fa6e394063131c3",
"vcs-type": "git",
"vendor": "Red Hat, Inc.",
"version": "8.7"
} Since this should now be resolved as of Operator SDK |
Bug Report
What did you do?
What did you expect to see?
As stated on the 1.25.2 release note, the base image should have been picking up v8.7 UBI.
What did you see instead? Under which circumstances?
Latest commit to the Dockerfile of ansible-operator is 2bda9e1 which is about a month old.
I think commit of updating base.ansible-operator is missing on ansible-operator dockerfile.
Environment
Operator type:
/language ansible
Possible Solution
Modify Dockerfile with updated build tag of base.ansible-operator image
The text was updated successfully, but these errors were encountered: