Mykhailo Kuznietsov
5cbf73146b
Copy nightly csv to master
...
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2020-06-25 14:07:41 +03:00
Nick Boldt
13fc81f695
seems that while it's on the PATH, go can't be resovled w/o PATH update ( #292 )
...
Change-Id: I75a1ef5f4591c0dd5a566ff7cdc4824a1c8a37c6
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-05-29 23:06:12 -04:00
Nick Boldt
5c8eb12951
as of go 1.13 image, PATH already includes /opt/rh/go-toolset-1.13/root/usr/bin ( #291 )
...
Change-Id: I994d8aa4001e24162a2eb1d8b0a36ce269985f00
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-05-29 22:47:58 -04:00
Nick Boldt
2aabafc93c
[base] Update from ubi8-minimal:8.1-409 to ubi8-minimal:8.2-267 ( #289 )
...
Change-Id: I2f8a33b7c233c79f2fa5dfa95f703ee6e9b411ef
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-05-29 22:43:21 -04:00
nickboldt
0659df91f0
[base] Update from devtools/go-toolset-rhel7:1.12.12-4 to devtools/go-toolset-rhel7:1.13.4-18
...
Change-Id: I91c3c6ad19000b23ce4c82200898978a2a2538f9
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-05-29 22:40:41 -04:00
Nick Boldt
47597cb113
replace case with simple if-then ( #266 )
...
* replace case with simple if-then
Change-Id: I4663437944ec274b116a332e063b77b86b41ff95
Signed-off-by: nickboldt <nboldt@redhat.com>
* s/OOS/GOOS
2020-05-20 11:55:19 -04:00
Shivani Junawane
8a4e1d5edf
Added support for ppc64le with signoff ( #255 )
...
Signed-off-by: Shivani Junawane <shivanij@us.ibm.com>
2020-05-15 11:43:23 -04:00
Oleksandr Andriienko
03978b3724
fix: Check identity providers for oauth instead of check amount users. ( #248 )
...
* Back off openshift oauth, when oauth can't be used
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Use freezed go modules.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Add newer olm bundle.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2020-05-15 11:43:58 +03:00
Nick Boldt
5ca80ead77
[base] Update from ubi8-minimal:8.1-398 to ubi8-minimal:8.1-409 ( #216 )
...
Change-Id: I0e11d840e7b6746cb5356c9552623f978a506520
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-04-07 17:59:51 -04:00
aditi_jadhav
1090732dff
Added support for s390x ( #203 )
...
Signed-off-by: aditi jadhav <aditi.jadhav@ibm.com>
2020-03-23 09:20:23 +02:00
Nick Boldt
682e4f14b4
bump to latest... ( #181 )
...
* bump to latest registry.access.redhat.com/ubi8-minimal:8.1-398
Change-Id: I5a648aba1bca8c9dbacdff0bcf4722684d27a78a
Signed-off-by: nickboldt <nboldt@redhat.com>
* run olm/update-nightly-olm-files.sh to generate fresh 9.9.9 csvs and diffs
Change-Id: I623fc973285cbdc0548143abe90e4df7f108dff4
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-03-04 12:07:28 -05:00
Nick Boldt
152758c9f6
fix crw defaults in master ( #168 )
...
* fix crw defaults in master
Change-Id: I4d25360545e8ff84db784d425e661b6b1b171861
Signed-off-by: nickboldt <nboldt@redhat.com>
fix copyright
Change-Id: Ibff9f5be558efc451975e326c4dc4713cb69fac5
Signed-off-by: nickboldt <nboldt@redhat.com>
* update to latest base
Change-Id: I17d578b8a73b905399434888831124f7986de829
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-02-07 01:47:12 -05:00
Nick Boldt
e631331089
fix copyright; reorder file (Brew metadata at end); update to split operator and operator-metadata into two containers; update base images ( #155 )
...
move Dockerfile to rhel.Dockerfile for consistency w/ other che repos
Change-Id: I68a45797ab61903223f9537f4606638977d25335
Signed-off-by: nickboldt <nboldt@redhat.com>
remove Brew metadata (it will be appended via https://github.com/redhat-developer/codeready-workspaces-operator/blob/master/operator.Jenkinsfile )
Change-Id: If264a8cde12521da32e9fdc60e59c7f1fe97c61f
Signed-off-by: nickboldt <nboldt@redhat.com>
2020-01-29 11:28:04 -05:00
nickboldt
76ba7b516b
use updated base images from RHCC
...
Change-Id: I95c5f8071fb1ad0d0344e50bc1313a517baa2c80
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-11-22 14:19:42 -05:00
David Festal
d273007e7e
Fix the Openshift OAuth provisioning for CRW, and move provisioning files ( #122 )
...
* Fix the oauth_provision file for CRW
- Replaces `jq` tool calls by equivalent `sed` calls
- Moves the `xxx_provision` files out of `deploy` (more for yamls) (should fix new issue https://issues.jboss.org/browse/CRW-482 at the same time)
- Replace a hard-coded value of the clientId (`che-public`) in the `token-exchange` feature on CRW
- Correctly enables the RHSSO preview features required for `token-exchange` (the way to activate them slightly differs from the upstream Che case)
Signed-off-by: David Festal <dfestal@redhat.com>
2019-11-15 11:40:40 +01:00
nickboldt
9d630545ec
use newer base image in operator go-toolset-rhel7:1.11.13-11
...
Change-Id: I567247dc709a6dd7dd929df29758231ccfb0f8fb
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-10-07 13:46:41 -04:00
David Festal
3360525412
Enable token exchange ( #84 )
...
* Enable the `token-exchange` preview KC feature
* Add what should be done on the Che side
* Automatic token-exchange permissions config
* fix oauth provision script
* Fail-safe removal of the `openshift` id provider
* Fix possible inconsistencies in OS OAuth status
* Update README.md according to suggestion
Co-Authored-By: Robert Krátký <rkratky@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>
2019-09-24 10:17:28 +02:00
nickboldt
432aef3d1a
update from downstream (new go-toolset, new ubi8-mini, fix for libnghttp2
...
Change-Id: I8175c400023c985e5ba2702e7924ffbcfb769b4b
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-09-20 23:53:50 +03:00
nickboldt
0ee06b58ed
no CVE fixes needed so comment out this step for now
...
Change-Id: Icf5a17b40170a873ae7af79efbb01a10d58bf13d
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-09-04 11:39:23 -04:00
nickboldt
fc3f431ff2
use microdnf for CVE fixes, if needed; list installed packages for auditing
...
Change-Id: I4362ba8fbdc25aee2223eca90f575fe26220d3f1
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-09-04 11:37:22 -04:00
nickboldt
c07e9ea811
fix version - should be 2.0
...
Change-Id: I06e5f87bf7558f29386fddc0a2aac265ba49eea4
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-08-14 13:17:35 -04:00
nickboldt
eb409c634a
[base] Update from ubi8-minimal:8.0-131 to ubi8-minimal:8.0-159
...
Change-Id: Ib0cc9206e19cb962237586b857943bd1c527019b
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-08-12 17:13:53 -04:00
nickboldt
7f4b243301
[base] Update from devtools/go-toolset-rhel7:1.11.5-18.1561731145 to devtools/go-toolset-rhel7:1.11.6-18
...
Change-Id: I882b5c41a6e2869a53e517a626e661ca526738f7
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-07-25 10:10:43 -04:00
nickboldt
d02dd5abbf
[base] update from go-toolset-rhel7:1.11.5-18 to CVE fixed version go-toolset-rhel7:1.11.5-18.1561731145
...
Change-Id: If00f415f947e7ea24df15133396f53dc27a8c04b
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-07-18 10:31:54 -04:00
nickboldt
30f81e1b32
[base] Update from devtools/go-toolset-rhel7:1.11.5-15 to devtools/go-toolset-rhel7:1.11.5-18
...
Change-Id: Icff7e89e64251dc3cbe8f687f2aebdefd8531052
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-07-05 09:16:31 -04:00
Nick Boldt
80c96cc9be
CRW-316 we don't need to keep the CRW controller-manifests in this repo ( #41 )
...
Change-Id: Ibb7c5b1695e527e5851c3a00f27f0548f553fa73
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-06-20 11:30:38 -04:00
nickboldt
896462a87c
update to latest go-toolset and ubi8-minimal images
...
Change-Id: I3e1ed095927d7c4e143ede40aadd05c03963b4c0
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-06-19 00:00:11 -04:00
nickboldt
459b5da238
CRW-288 new process for pushing to operatorhub/ocp marketplace
...
Change-Id: I9a1c61e2b9e64a44e0c8e5f484b389aaf0c0099b
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-06-04 16:34:12 -04:00
nickboldt
dd013c9cb6
update to newer devtools/go-toolset-rhel7:1.11.5-3.1554788828 as builder
...
Change-Id: I1f3cf9c578e8a4362949a74e686f9935a36c1e5f
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-22 10:07:05 -04:00
nickboldt
5d6b75ff13
Revert "switch to registry.redhat.io/rhel8/go-toolset:1.11.5-8 as builder" so that upstream operator tests can use non-auth'd registry
...
This reverts commit 42600e5ffa .
Change-Id: I1ceffe55f0423b0d9a38f14b69fd5fac5bc33c06
2019-05-14 10:23:14 -04:00
nickboldt
6ceb05bab4
rhartman confirms we need -container suffix for Errata, so change com.redhat.component
...
Change-Id: Ie15f22220efc37dc25323ac668dd1a1f58937f08
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-10 10:15:43 -04:00
nickboldt
42600e5ffa
switch to registry.redhat.io/rhel8/go-toolset:1.11.5-8 as builder
...
Change-Id: I81a9c14752b5f9ea7750981f5d3027e8efddc750
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-09 14:48:25 -04:00
nickboldt
9241e2f412
add note about registry.redhat.io/rhel8/go-toolset vs. registry.access.redhat.com/devtools/go-toolset-rhel7
...
Change-Id: If34ef2b3041cdf2a4fac9a1d8ef1cd26423d2b1d
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-07 11:51:23 -04:00
nickboldt
3ad033caa8
move from registry.access.redhat.com/ubi7:7.6-123 to registry.access.redhat.com/ubi8-minimal:8.0-127; remove all comments about yum updates for CVEs (minimal image has no yum)
...
Change-Id: I89fef13b5415c5999c85e315d6cf0e6649daa18a
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-07 09:13:43 -04:00
nickboldt
52b234a7d7
comment out the yum clean & package listing, not needed in upstream
...
Change-Id: Ia7a020271a619bf647de9068eb07e78b6415246e
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-02 12:39:38 -04:00
nickboldt
cca79762e5
add echo statement before rpm -qa so we know where to start parsing the console log for rpm manifest
...
Change-Id: I072797875ceac522151c58e4e1e098b46e8900a3
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-05-01 15:01:41 -04:00
nickboldt
34aa82d539
add TODO
...
Change-Id: Idde2ec7a506221dd64debea8feaee875ebae8e93
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-30 17:50:08 -04:00
nickboldt
5e9cce0d8e
cannot apply CVEs when using -rhel8 suffix or ubi base images, as yum will try to resolve .el8 rpms
...
Change-Id: I4ceb3418ba9cfded0e7fd62a80207b98669a1874
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-27 15:03:16 -04:00
nickboldt
886fb623c4
RCM-55671 package (container) codeready-workspaces-server-rhel8-container not in list for tag crw-1.2-rhel-8-candidate
...
Change-Id: I766f5e4f3a3e0ff1f2e0d48d280cff617e435526
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-27 14:52:46 -04:00
nickboldt
9439372ea8
use rpm -qa instead of yum llist installed for cleaner manifest
...
Change-Id: I98f4897bf9fd4066eb3459366af1ef62287c3403
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-27 14:17:30 -04:00
nickboldt
0e2ae4eb1d
OSBS-7398 & OSBS-7399 - do not split long RUN lines with slash because builds will break
...
Change-Id: I0d6c95d2ba83bec218d13fdb601d9201392ebc34
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-27 14:16:34 -04:00
nickboldt
81719aa968
add -container suffix back in as it's required by com.redhat.component
...
Change-Id: I7e5446905203934dd4d1aa2996a819b1681e29a2
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-27 13:31:40 -04:00
nickboldt
124d534a59
don't use FROM ubi7/ubi -- works in RHCC but not in pulp
...
Change-Id: I1b8eb64fdb8540bb05f3d5e1caa94c5c0e279a47
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-26 11:17:46 -04:00
nickboldt
db123dac8b
add -rhel8 suffix, remove -container suffix
...
Change-Id: I718576b7c029d1699a05f53de240b14d10c91112
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-26 09:55:56 -04:00
nickboldt
970e75112d
switch to use UBI 7.6-123 (equivalent to RHEL 7.6-252 as far as I can tell)
...
Change-Id: Id8b5c6d54d665af4bb47b8831ab6c2c3582816e7
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-25 13:42:24 -04:00
nickboldt
560b21a838
add yum cleanup to make container smaller
...
Change-Id: I2aed106b55ba8c32c8772206873bba4a306aa79e
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-18 11:33:22 -04:00
nickboldt
75beb83ede
comment out yum updates -- only apply that for downstream
...
Change-Id: I22cd7d169df47720856f6edba13d868b87e4465e
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-17 13:06:14 -04:00
nickboldt
191c6d42e6
RHSA-2019:0679-02 and CVE-2019-9636 errata 40636
...
Change-Id: I16be2000f13bf7ed45d56527f2a262c11b631daf
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-14 18:18:22 -04:00
nickboldt
c34afd350d
bump up to rhel7:7.6-202.1554729462 from rhel7:7.6-202.1553789841
...
Change-Id: I738980fc01d9169f4845a7e4486efeaa3486d52b
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-12 17:51:04 -04:00
nickboldt
5a3671ce1f
bump to 1.2
...
Change-Id: I29901df973d85ce94bc0718edc2c25f11e190121
Signed-off-by: nickboldt <nboldt@redhat.com>
2019-04-12 11:47:31 -04:00