Adding nessie to factory #243

Closed
geoagriogiannis wants to merge 1 commits from geoagriogiannis/Factory:nessie into main

Adding nessie to factory

Adding nessie to factory
geoagriogiannis added 1 commit 2025-08-20 12:03:01 +02:00
Adding nessie to factory
Some checks failed
Check Release Manifest Local Charts Versions / Check Release Manifest Local Charts Versions (pull_request) Successful in 9s
Build PR in OBS / Build PR in OBS (pull_request_target) Failing after 3h12m59s
3cfed64cdb
geoagriogiannis requested review from nbelouin 2025-08-20 12:04:54 +02:00
geoagriogiannis requested review from dprodanov 2025-08-20 12:05:19 +02:00
Author
Owner

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!

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!
nbelouin reviewed 2025-08-20 14:58:12 +02:00
@@ -0,0 +1,28 @@
# SPDX-License-Identifier: Apache-2.0
#!BuildTag: %%IMG_PREFIX%%nessie:v%%nessie_version%%
Owner

we don't prefix tags version with v

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"
Owner

You need a # labelprefix=com.suse.application.nessie line before this line and a # endlabelprefix line after the LABELs block to trigger the label helper service

You need a `# labelprefix=com.suse.application.nessie` line before this line and a `# endlabelprefix` line after the `LABEL`s block to trigger the label helper service
Author
Owner

added it on #244 thanks!

added it on #244 thanks!
geoagriogiannis marked this conversation as resolved
@@ -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>
Owner

you want something like this here:

    <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">nessie-v(\d+\.\d+\.\d+)</param>
    <param name="versionrewrite-replacement">\1</param>
you want something like this here: ``` <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">nessie-v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ```
Author
Owner

uploaded the wrong service file :( fixed on #244

uploaded the wrong service file :( fixed on #244
geoagriogiannis marked this conversation as resolved
@@ -0,0 +16,4 @@
#
Name: nessie
# Version will be set automatically by factory's set_version service
Owner

For this to be true, you'd need to enable the set_version service in your _service file.

For this to be true, you'd need to enable the `set_version` service in your `_service` file.
Author
Owner

same as above, I have the service on #244

same as above, I have the service on #244
geoagriogiannis marked this conversation as resolved
@@ -0,0 +38,4 @@
# Optional dependencies for enhanced functionality
Recommends: util-linux
Recommends: kubernetes1.29-client
Owner

not sure we want to recommend the 1.29 kubectl

not sure we want to recommend the `1.29` kubectl
Author
Owner

removed it!

removed it!
geoagriogiannis marked this conversation as resolved
Author
Owner

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.

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.
geoagriogiannis closed this pull request 2025-08-20 16:29:46 +02:00
Some checks failed
Check Release Manifest Local Charts Versions / Check Release Manifest Local Charts Versions (pull_request) Successful in 9s
Build PR in OBS / Build PR in OBS (pull_request_target) Failing after 3h12m59s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: suse-edge/Factory#243
No description provided.