-
Notifications
You must be signed in to change notification settings - Fork 21
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
Generate the bci-base container via dockerfile generator as well #1220
Conversation
Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-1220 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=15.6 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-1220/ tox -- -n auto The following images can be pulled from the staging project:
|
Created a staging project on OBS for 5: home:defolos:BCI:Staging:SLE-15-SP5:5-1220 |
Created a staging project on OBS for Tumbleweed: home:defolos:BCI:Staging:Tumbleweed:Tumbleweed-1220 Build ResultsRepository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=tumbleweed TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/tumbleweed/tumbleweed-1220/ tox -- -n auto The following images can be pulled from the staging project:
|
Created a staging project on OBS for Basalt: home:defolos:BCI:Staging:Basalt:Basalt-1220 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build failed ❌ To run BCI-tests against this PR, use the following command: OS_VERSION=basalt TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/basalt/basalt-1220/ tox -- -n auto The following images can be pulled from the staging project: |
fb82a3f
to
5a2eddb
Compare
5a2eddb
to
80468cd
Compare
80468cd
to
8999161
Compare
8999161
to
88a35d8
Compare
88a35d8
to
7b3e989
Compare
correct, but we'll only do the SP6 image for now. but I've added a condition for it it on SP6 |
16cddf8
to
3610e02
Compare
I'd rather go the other way and remove OBS specific hacks so that builds outside obs work better. moved that to #1423 (which is not working atm because of some bug somewhere) for now, this is a minor/not a real problem, I would ignore it in order to not block this change from going in further. The tags won't be duplicated. |
3610e02
to
80ae5c5
Compare
80ae5c5
to
4d55d7b
Compare
4d55d7b
to
26d3657
Compare
There's duplication even in the kiwi tag:
i.e. |
Looks good otherwise.
Where: OBS, kiwi, dockerfile-generator? |
Limit for base container generation for SP6+ for now, SP5 and others to be done later. Co-Authored-By: Dan Čermák <[email protected]>
26d3657
to
a05ec73
Compare
the code was assuming that first path is always self.name, which is not the case for the sle15 container as it defines the first path to be the "extra" compatibility path.
Yes, but it doesn't matter. Yet, I fixed it now. |
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.
LGTM, but I'd like @Vogtinator to give his ACK here
I believe a bug in kiwi, but I haven't checked it closely (could be elsewhere). I can see the skopeo call to add the additional names, but they are still not there on the build result. maybe also OBS interaction. needs to be debugged tehre. |
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.
Looking at the diff between SUSE:SLE-15-SP6:Update and this I don't see anything obvious wrong anymore, just mostly cosmetic issues.
No description provided.