File tree Expand file tree Collapse file tree 8 files changed +14
-13
lines changed Expand file tree Collapse file tree 8 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
- # Used by quay.io ci builds or developer tests
2
- FROM quay.io/jacding/openshift-origin-release:golang-1.16 AS go-builder
1
+ # Used by quay.io to trigger developer builds
2
+ FROM quay.io/redhat-cne/openshift-origin-release:golang-1.17 AS go-builder
3
+
3
4
ENV GO111MODULE=off
4
5
ENV CGO_ENABLED=1
5
6
ENV COMMON_GO_ARGS=-race
Original file line number Diff line number Diff line change 1
1
# Build hw-event-proxy binaries
2
- FROM quay.io/jacding /openshift-origin-release:golang-1.16 AS go-builder
2
+ FROM quay.io/redhat-cne /openshift-origin-release:golang-1.17 AS go-builder
3
3
4
4
WORKDIR /go/src/github.com/redhat-cne/hw-event-proxy
5
5
COPY ./hw-event-proxy ./hw-event-proxy
Original file line number Diff line number Diff line change 4
4
VERSION ?=latest
5
5
6
6
# Image name
7
- PROXY_IMG_NAME ?= quay.io/redhat-cne/hw -event-proxy
8
- SIDECAR_IMG_NAME ?= quay.io/redhat-cne/ cloud-event-proxy
7
+ PROXY_IMG_NAME ?= quay.io/openshift/origin-baremetal-hardware -event-proxy
8
+ SIDECAR_IMG_NAME ?= quay.io/openshift/origin- cloud-event-proxy
9
9
CONSUMER_IMG_NAME ?= quay.io/redhat-cne/cloud-native-event-consumer
10
10
11
11
PROXY_IMG ?= ${PROXY_IMG_NAME}:${VERSION}
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ podman push localhost/hw-event-proxy:${TAG} quay.io/jacding/hw-event-proxy:lates
72
72
### Set Env Variables
73
73
``` shell
74
74
export VERSION=latest
75
- export PROXY_IMG=quay.io/jacding/hw -event-proxy:${VERSION}
76
- export SIDECAR_IMG=quay.io/jacding/ cloud-event-proxy:${VERSION}
77
- export CONSUMER_IMG=quay.io/jacding /cloud-native-event-consumer:${VERSION}
75
+ export PROXY_IMG=quay.io/openshift/origin-baremetal-hardware -event-proxy:${VERSION}
76
+ export SIDECAR_IMG=quay.io/openshift/origin- cloud-event-proxy:${VERSION}
77
+ export CONSUMER_IMG=quay.io/redhat-cne /cloud-native-event-consumer:${VERSION}
78
78
# replace the following with real Redfish credentials and BMC ip address
79
79
export REDFISH_USERNAME=admin; export REDFISH_PASSWORD=admin; export REDFISH_HOSTADDR=127.0.0.1
80
80
```
Original file line number Diff line number Diff line change 1
- FROM quay.io/jacding /openshift-origin-release:golang-1.16
1
+ FROM quay.io/redhat-cne /openshift-origin-release:golang-1.17
2
2
3
3
WORKDIR /
4
4
COPY . .
Original file line number Diff line number Diff line change 13
13
spec :
14
14
containers :
15
15
- name : redfish-event-test
16
- image : quay.io/jacding /hw-event-proxy-e2e-test:latest
16
+ image : quay.io/redhat-cne /hw-event-proxy-e2e-test:latest
17
17
env :
18
18
- name : MSG_PER_SEC
19
19
value : " 1"
Original file line number Diff line number Diff line change 42
42
- name : LOG_LEVEL
43
43
value : " debug"
44
44
- name : cloud-native-event-sidecar
45
- image : quay.io/redhat-cne/ cloud-event-proxy
45
+ image : quay.io/openshift/origin- cloud-event-proxy
46
46
args :
47
47
- " --metrics-addr=127.0.0.1:9091"
48
48
- " --store-path=/store"
Original file line number Diff line number Diff line change 29
29
serviceAccountName : hw-event-proxy-sa
30
30
containers :
31
31
- name : hw-event-proxy
32
- image : quay.io/redhat-cne/hw -event-proxy
32
+ image : quay.io/openshift/origin-baremetal-hardware -event-proxy
33
33
args :
34
34
- " --api-port=8089"
35
35
ports :
69
69
- name : LOG_LEVEL
70
70
value : " trace"
71
71
- name : cloud-native-event-sidecar
72
- image : quay.io/redhat-cne/ cloud-event-proxy
72
+ image : quay.io/openshift/origin- cloud-event-proxy
73
73
args :
74
74
- " --metrics-addr=127.0.0.1:9091"
75
75
- " --store-path=/store"
You can’t perform that action at this time.
0 commit comments