Chriſtian Cwienk
Chriſtian Cwienk
If a nested submodule is configured to be "shallow", referencing a commit that is not reachable from the respective repository's HEAD (typically the default branch, if e.g. hosted on GitHub),...
# Context / Motivation Currently, we publish gardenlinux images in multiple flavours both to a blobstore (S3), and (releases or release candidates only) to IaaS-specific locations. Validated releases are also...
- set executable bit (so shebang is actually honoured on UNIX-style OSs - calculate paths relative to main.py (do not depend on PWD)
We use mako for rendering [CICD Pipeline Definitions (YAML files)](https://github.com/gardener/cc-utils/tree/master/concourse). It is a rather complex template w/ a lot of Mako-Function-Definitions and nesting + multithreading. The resulting documents vary in...
If multiple release-assets are added, we must not add input multiple times (as, at least currently, doing so will result in a validation error). It might also be considered to...
OCM-spec demands that each resource within a componentversion features a unique identity. By default, this identity consists only of the `name` (for historical reasons, version was implicitly added if necessary...
# Context / Motivation `dso` package did not age well. There are a few remaining usages within cc-utils repository + a larger usage by [ocm-gear](https://github.com/open-component-model). Long-term, the entire package should...
# Context / Motivation "CNUDIE" was renamed to [OCM](https://github.com/open-component-model) some years ago. Therefore, we should mv remaining code from `cnudie` package into `ocm` package. While doing so, dependencies, especially those...
# Context / Motivation [ocm](https://github.com/gardener/cc-utils/tree/master/ocm) (+ `cnudie`) package offers a rather lowlevel binding for (de-)serialising OCM-Component-Descriptors, which merely covers basic syntactical checks. This may lead to invalid OCM-Component-Descriptors being created,...