Adding nessie to factory #244
Reference in New Issue
Block a user
No description provided.
Delete Branch "geoagriogiannis/Factory:nessie-factory"
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.
This aims to test the theory of conflict if there's same package and branch name, as was the case in #243
@@ -0,0 +2,4 @@
#!BuildTag: %%IMG_PREFIX%%nessie:%%nessie_version%%
#!BuildTag: %%IMG_PREFIX%%nessie:%%nessie_version%%-%RELEASE%
FROM registry.suse.com/bci/bci-base:15.7
Can you parametrize the base image version with the
SLE_VERSION
docker argument please (as done in other images). This will help for maintenance as we don't have to go through every image to update the base image.Done thanks!