Skip to content
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

Make ibs happy - provide BuildName in Dockerfiles #1196

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

kkaempf
Copy link
Contributor

@kkaempf kkaempf commented Feb 6, 2024

IBS has some rules in place when submitting to the SUSE: namespace. One is that Dockerfiles must provide a #!BuildName matching the IBS project (aka "package") name.

This PR also adapts the BuildTags a bit, but these tags are not final yet.

Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
#!BuildName: SLE-Micro-base-container
#!BuildTag: suse/sle-micro/sle-micro-base-container-%%SLEMICRO_VERSION%%:latest
#!BuildTag: suse/sle-micro/sle-micro-base-container-%%SLEMICRO_VERSION%%:%VERSION%
#!BuildTag: suse/sle-micro/sle-micro-base-container-%%SLEMICRO_VERSION%%:%VERSION%-%RELEASE%
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any specific reason to drop the / from the tag. This is likely to cause issues in the registry as these paths are going through some path filters to determine its accessibility.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what you're refering to exactly 🤔

@kkaempf kkaempf merged commit 84c44f2 into rancher:main Feb 7, 2024
4 of 5 checks passed
@kkaempf kkaempf deleted the make-ibs-happy branch March 15, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants