Adding nessie to factory #243
Reference in New Issue
Block a user
No description provided.
Delete Branch "geoagriogiannis/Factory:nessie"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding nessie to factory
Hi @nbelouin @dprodanov could I please get a review ? It's my first PR and I am trying to make sure I got all needed configuration in place. Thanks!
@@ -0,0 +1,28 @@
# SPDX-License-Identifier: Apache-2.0
#!BuildTag: %%IMG_PREFIX%%nessie:v%%nessie_version%%
we don't prefix tags version with
v
@@ -0,0 +4,4 @@
FROM registry.suse.com/bci/bci-base:15.7
LABEL org.opencontainers.image.title="nessie"
You need a
# labelprefix=com.suse.application.nessie
line before this line and a# endlabelprefix
line after theLABEL
s block to trigger the label helper serviceadded it on #244 thanks!
@@ -0,0 +6,4 @@
<param name="subdir">nessie</param>
<param name="exclude">.git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">1.0.0</param>
you want something like this here:
uploaded the wrong service file :( fixed on #244
@@ -0,0 +16,4 @@
#
Name: nessie
# Version will be set automatically by factory's set_version service
For this to be true, you'd need to enable the
set_version
service in your_service
file.same as above, I have the service on #244
@@ -0,0 +38,4 @@
# Optional dependencies for enhanced functionality
Recommends: util-linux
Recommends: kubernetes1.29-client
not sure we want to recommend the
1.29
kubectlremoved it!
Closing this as it's conflicting on OBS side when the branch name is the same with the package name.
Rebased on #244 continuing work there.
Pull request closed