Commit Graph

4 Commits (d5928bdfe3ba65dcfded1eb796a00625f0b9e815)

Author SHA1 Message Date
Nick Boldt 21da2fc695
fix: CRW-2818 switch to new flavour... (#1344)
* fix: CRW-2818 switch to new flavour devspaces (no more codeready flavour)

Change-Id: I5fd0ef785d55ca2cc0653c7afb696798c2f7935b
Signed-off-by: nickboldt <nboldt@redhat.com>

* run 'make update-resources -s'

Change-Id: Ibe0bab0d3c803564feb161896f28a23bf378b444
Signed-off-by: nickboldt <nboldt@redhat.com>

* fixup

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2022-03-17 09:46:57 -03:00
Oleksandr Andriienko b4930b5054
fix: Fix license headers (#1170)
* Fix license headers.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-11-16 11:17:18 +02:00
Nick Boldt fbe3c1fd19
CRW-563 improve generation of digests from tags in registries and operator (#206)
* implement overwriting csv with generated digests and related images; add tags as comments into sources too; support a quieter console mode; if podman not installed fall back to docker

Change-Id: I47da5adc3db79e64bd595179223a5fee9635343f
Signed-off-by: nickboldt <nboldt@redhat.com>

* do not use dockerContainerExtract.sh -- not required; support a quieter console mode; if podman not installed fall back to docker; allow secondary level of skopeo inspection (for Brew images not yet in RHCC or any other additional parsing rules)

Change-Id: I33fb68842b41f361d638ba20696eabebf9b8efde
Signed-off-by: nickboldt <nboldt@redhat.com>

* if podman not installed fall back to docker; slighly noisier console ouptu while pulling images (long operation)

Change-Id: I7ea9db2baab32ed03cef71aa7aac6c80a95d6850
Signed-off-by: nickboldt <nboldt@redhat.com>

* in case we already have digests in the csv for the registries, replace them with :VERSION tag (so we can rebuild Brew stuff for Quay)

Change-Id: I973f0433fedbbda49235da20229ea982c91e53f4
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-03-26 10:43:12 +02:00
Nick Boldt f902230f48
CRW-579 add three new scripts for adding digests, building map of digests in registries, and introspecting containers (including scratch ones) to extract files (#202)
* add three new scripts for adding digests, building map of digests in registries, and introspecting containers (including scratch ones) to extract files

Change-Id: I12c280e867c7a105a52385253a298bf9c339a8de
Signed-off-by: nickboldt <nboldt@redhat.com>

* shell scripts should be +x

Change-Id: I2a9c3ef028fd5e094cb247dfc85e2db3895b69a8
Signed-off-by: nickboldt <nboldt@redhat.com>

* Check if podmand and yq are installed

* switch to docker by default olm/dockerContainerExtract.sh

* Use --wildcards

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2020-03-19 18:53:51 +02:00