-
Notifications
You must be signed in to change notification settings - Fork 13
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
use rpm in SLE Dockerfile #481
base: main
Are you sure you want to change the base?
Conversation
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.
If it is tested and works, it is fine for me.
As commented offline, we need to update the GH CI pipeline code, to avoid sending the tarballs. Are you going to work on that in this PR?
packaging/suse/container/Dockerfile
Outdated
LABEL org.opencontainers.image.source="https://github.com/trento-project/wanda" | ||
LABEL org.opencontainers.image.version="%%VERSION%%-build%RELEASE%" | ||
# endendlabelprefix |
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.
is this double end
intentional?
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.
definitely a typo!
yes |
since we now have the rpm we don't need to build the binary within a container build, we can just zypper install it
3d287d6
to
413483f
Compare
since we now have the rpm we don't need to build the binary within a container build, we can just zypper install it