-
Notifications
You must be signed in to change notification settings - Fork 170
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
container build failing in OpenShift 3.9 #320
Comments
I thought about this some more after submitting it and I wonder if there is something happening in OpenShift that requires us to tweak the |
I think an issue is actually that OpenShift builds by default don't give you the git repository inside the build. (But you do get those labels outside) There's an issue for this somewhere... |
@cgwalters you are correct, and you commented on the issue actually: Looking at a work around. |
Laughing at the fact that we solved this previously in #28 😆 |
PR submitted. Pending acceptance. Testing in Quay showed it works as expected. |
Closing this out, PR was merged. |
On our internal OpenShift 3.9 instance, there is a
BuildConfig
defined for building thecoreos-assembler
container. It built successfully from 4bbdbba a few days ago, but when I try to build it again today, it is failing.The
BuildConfig
looks like this:The failing part of the build:
@darkmuggle this looks like it is part of the changes you did for
prepare_git_artifacts
The text was updated successfully, but these errors were encountered: