Josef
Josef
According to the parameter description this is not a bug. ```https://www.opendevstack.org/ods-documentation/opendevstack/latest/jenkins-shared-library/component-pipeline.html#_odscomponentstagecopyimage sourceImageUrlIncludingRegistryString | Source image to importThis needs to be in the following format: [REGISTRY/]REPO/IMAGE[:TAG] ``` Nevertheless I'd agree that...
Following code section builds the given string, derived from the requirement to use `[REGISTRY/]REPO/IMAGE[:TAG]`. This means a pattern of stringA/stringB is read as: stringA => repo stringB => image:tag (and...
Well, most often I find myself just copy/paste those image strings from the registries.
Hm, as the error is 403 (access denied) it's a bit confusing, not sure if 404 might be better :-D . Any idea when those would be back or is...
Well, typically in a production environment, managed databases of cloud providers might be preferred. However for getting started a ready to use integrated helm chart is beneficial. For few cases...
Regarding the develpoment setup I have the same challenges. It's tedious to figure out what's expected and needed. An option might to adding devcontainer setup. Starting point: https://github.com/opendevstack/ods-jenkins-shared-library/pull/1173/files