ProbstDJakob

Results 34 comments of ProbstDJakob
trafficstars

Maybe the following [ANTLR](https://www.antlr.org/) grammar can be used to parse the commit message. ANTLR can generate code to parse the commit message. [JavaScript](https://github.com/antlr/antlr4/blob/master/doc/javascript-target.md) is officially supported and a community driven...

I think `ClusterBundle` is still a better name since it does not belong to a single namespace. Furthermore this would allow adding a `Bundle` CRD which is bound to a...

Are there any plans to implement this also for the input so that something like the following will be possible: ```sh command-a | command-b | oras push localhost:5000/json-artifact:v1 - ......

`oras push` could receive an additional option as follows: ```man --from-stdin[=file-path[:type]] oras will read data from the stdin and write it to `file-path` within the image. If `file-path` has not...

> Before upload any blob to a registry, the digest must be specified. > > Unless you can get the digest before archiving is done, Otherwise it's not possible to...

I know that is why I proposed the _solution_ with buffering/writing to a temporary file. Thus the calculation of the digest can be done after `tar` finishes without the need...

Sorry for the late response. Maybe I do not know enough about how oras works, but wouldn't the proposed solution be equivalent to supplying files as arguments but instead of...

The following script is a real world example where streaming could come in handy. ### Background We fully manage the life cycle of an OpenShift cluster via a GitLab Pipeline....

As a workaround, you could use [helm-git](https://github.com/aslafy-z/helm-git) or [helmfile](https://github.com/helmfile/helmfile) (which just uses the git plugin under the hood) and reference the repository as follows (for `helmfile`): ```yaml repositories: - name:...

Thanks. I am not sure how hard it would be to achieve, but wouldn't it be good to adapt the error message in order to refer to the Polonius project?