Git Product home page Git Product logo

nifi-openshift's People

Contributors

rromannissen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nifi-openshift's Issues

Problem to deploy ApaheNifi on Openshift v 3.11

Hi rromannissen,

i executed properly the file readme to deploy nifi into openshift but when i try to deploy the nifi-flow.yaml into the pod's logs i have this error :

container_linux.go:235: starting container process caused "exec: "../scripts/start.sh": permission denied"

How can i resolv thsi problem? Could be that the error is due to this row into the dockerfile

USER 1001

or because i have to insert into the dockerfile the chmod command to add permission on that specific folder?

Thanks for your support

Best Regards

can't start base deployment; error: Received trapped signal, beginning shutdown...

Hello!
Could somebody help me please?
Trying to build openshift deplloyment from base folder, got this error: "Received trapped signal, beginning shutdown..."
pod log:

repling target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /tmp/.nifi-cli.nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/nifi.properties
replacing target file  /opt/nifi/nifi-current/conf/bootstrap.conf
replacing target file  /opt/nifi/nifi-current/conf/bootstrap.conf
replacing target file  /opt/nifi/nifi-current/conf/bootstrap.conf
NiFi running with PID 32.

Java home: /usr/local/openjdk-8
NiFi home: /opt/nifi/nifi-current

Bootstrap Config File: /opt/nifi/nifi-current/conf/bootstrap.conf

2021-06-21 10:34:59,656 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...
2021-06-21 10:34:59,656 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: /opt/nifi/nifi-current
2021-06-21 10:34:59,656 INFO [main] org.apache.nifi.bootstrap.Command Command: /usr/local/openjdk-8/bin/java -classpath /opt/nifi/nifi-current/./conf:/opt/nifi/nifi-current/./lib/javax.servlet-api-3.1.0.jar:/opt/nifi/nifi-current/./lib/jcl-over-slf4j-1.7.30.jar:/opt/nifi/nifi-current/./lib/jetty-schemas-3.1.jar:/opt/nifi/nifi-current/./lib/jul-to-slf4j-1.7.30.jar:/opt/nifi/nifi-current/./lib/log4j-over-slf4j-1.7.30.jar:/opt/nifi/nifi-current/./lib/logback-classic-1.2.3.jar:/opt/nifi/nifi-current/./lib/logback-core-1.2.3.jar:/opt/nifi/nifi-current/./lib/nifi-api-1.12.1.jar:/opt/nifi/nifi-current/./lib/nifi-framework-api-1.12.1.jar:/opt/nifi/nifi-current/./lib/nifi-nar-utils-1.12.1.jar:/opt/nifi/nifi-current/./lib/nifi-properties-1.12.1.jar:/opt/nifi/nifi-current/./lib/nifi-runtime-1.12.1.jar:/opt/nifi/nifi-current/./lib/slf4j-api-1.7.30.jar -Dorg.apache.jasper.compiler.disablejsr199=true   -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -XX:+UseG1GC -Djava.protocol.handler.pkgs=sun.net.www.protocol  -Dnifi.properties.file.path=/opt/nifi/nifi-current/./conf/nifi.properties -Dnifi.bootstrap.listen.port=32931 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=/opt/nifi/nifi-current/logs org.apache.nifi.NiFi 
2021-06-21 10:34:59,688 INFO [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi with Process ID 56
Received trapped signal, beginning shutdown...```

start-build is failing with 400 bad request error

@rromannissen
Hi rromannissen,

My aim is to deploy NiFi flows on OCP which is running on aws. As part of it found your repo
( https://github.com/rromannissen/nifi-openshift ) and trying to replicate the things you mentioned in it.
I have cloned the repo to my local and created the buildconfig as you mentioned. When trying to start the build using the command " oc start-build nifi-ocp --from-file=./base " getting an error as "Error from server (BadRequest): unable to wait for build to run: timed out waiting for the condition " with response as below
server response object: [{
"metadata": {},
"status": "Failure",
"message": "unable to wait for build nifi-ocp-8 to run: timed out waiting for the condition",
"reason": "BadRequest",
"code": 400
}]

Unable to find the cause of this issue and please help on this
Openshift version : 4.8.12

Below is the full log

I1130 12:04:20.889478 25104 loader.go:379] Config loaded from file: C:\Users\948690/.kube/config
I1130 12:04:20.900477 25104 repository.go:450] Executing git show -s HEAD --format=%H%n%an%n%ae%n%cn%n%ce%n%B
Uploading directory "base" as binary input for the build ...
I1130 12:04:21.002483 25104 tar.go:238] Adding "C:\Mine\nifi\OCP_Template\nifi-openshift\base" to tar ...
I1130 12:04:21.002483 25104 round_trippers.go:425] curl -k -v -XPOST -H "Accept: application/json, /" -H "User-Agent: oc.exe/4.7.0 (windows/amd64) kubernetes/95881af" -H "Authorization: Bearer " 'https://api.openson-cluster.openson-openshift.com:6443/apis/build.openshift.io/v1/namespaces/ocp-temp/buildconfigs/nifi-ocp/instantiatebinary?name=nifi-ocp&namespace=ocp-temp&revision.authorEmail=rromannissen%40gmail.com&revision.authorName=Ram%C3%B3n+Rom%C3%A1n+Nissen&revision.commit=93268581f0d76f8255bb5d32a74deadd9b941037&revision.committerEmail=rromannissen%40gmail.com&revision.committerName=Ram%C3%B3n+Rom%C3%A1n+Nissen&revision.message=Fixed+typo'
I1130 12:04:21.014481 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\Dockerfile as Dockerfile
I1130 12:04:21.238479 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\bootstrap.conf as bootstrap.conf
I1130 12:04:21.246482 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\sh as sh
I1130 12:04:21.251483 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\sh\common.sh as sh/common.sh
I1130 12:04:21.255476 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\sh\secure.sh as sh/secure.sh
I1130 12:04:21.260477 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\sh\start.sh as sh/start.sh
I1130 12:04:21.265476 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\sh\toolkit.sh as sh/toolkit.sh
I1130 12:04:21.270477 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\sh\update_cluster_state_management.sh as sh/update_cluster_state_management.sh
I1130 12:04:21.275478 25104 tar.go:336] Adding to tar: C:\Mine\nifi\OCP_Template\nifi-openshift\base\sh\update_login_providers.sh as sh/update_login_providers.sh
............................................................I1130 12:09:22.354928 25104 round_trippers.go:445] POST https://api.openson-cluster.openson-openshift.com:6443/apis/build.openshift.io/v1/namespaces/ocp-temp/buildconfigs/nifi-ocp/instantiatebinary?name=nifi-ocp&namespace=ocp-temp&revision.authorEmail=rromannissen%40gmail.com&revision.authorName=Ram%C3%B3n+Rom%C3%A1n+Nissen&revision.commit=93268581f0d76f8255bb5d32a74deadd9b941037&revision.committerEmail=rromannissen%40gmail.com&revision.committerName=Ram%C3%B3n+Rom%C3%A1n+Nissen&revision.message=Fixed+typo 400 Bad Request in 301352 milliseconds
I1130 12:09:22.354928 25104 round_trippers.go:451] Response Headers:
I1130 12:09:22.354928 25104 round_trippers.go:454] Audit-Id: 90f3acc5-e947-4ba9-9238-b90fc09f2fed
I1130 12:09:22.354928 25104 round_trippers.go:454] Audit-Id: 90f3acc5-e947-4ba9-9238-b90fc09f2fed
I1130 12:09:22.354928 25104 round_trippers.go:454] Cache-Control: no-cache, private
I1130 12:09:22.354928 25104 round_trippers.go:454] Cache-Control: no-store
I1130 12:09:22.354928 25104 round_trippers.go:454] Content-Type: application/json
I1130 12:09:22.354928 25104 round_trippers.go:454] Date: Tue, 30 Nov 2021 06:39:19 GMT
I1130 12:09:22.354928 25104 round_trippers.go:454] Content-Length: 194
I1130 12:09:22.354928 25104 request.go:1107] Response Body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"unable to wait for build nifi-ocp-8 to run: timed out waiting for the condition","reason":"BadRequest","code":400}

Uploading finished
I1130 12:09:22.355945 25104 helpers.go:216] server response object: [{
"metadata": {},
"status": "Failure",
"message": "unable to wait for build nifi-ocp-8 to run: timed out waiting for the condition",
"reason": "BadRequest",
"code": 400
}]
F1130 12:09:22.355945 25104 helpers.go:115] Error from server (BadRequest): unable to wait for build nifi-ocp-8 to run: timed out waiting for the condition
goroutine 1 [running]:
k8s.io/klog/v2.stacks(0xc000006001, 0xc00001e000, 0x9e, 0x14e)
/go/src/github.com/openshift/oc/vendor/k8s.io/klog/v2/klog.go:1026 +0xbf
k8s.io/klog/v2.(*loggingT).output(0x4e94a20, 0xc000000003, 0x0, 0x0, 0xc0000ea4d0, 0x4c389e6, 0xa, 0x73, 0xbcf300)
/go/src/github.com/openshift/oc/vendor/k8s.io/klog/v2/klog.go:975 +0x19e
k8s.io/klog/v2.(*loggingT).printDepth(0x4e94a20, 0xc000000003, 0x0, 0x0, 0x0, 0x0, 0x2, 0xc0007081d0, 0x1, 0x1)
/go/src/github.com/openshift/oc/vendor/k8s.io/klog/v2/klog.go:732 +0x185
k8s.io/klog/v2.FatalDepth(...)
/go/src/github.com/openshift/oc/vendor/k8s.io/klog/v2/klog.go:1488
k8s.io/kubectl/pkg/cmd/util.fatal(0xc0013b60e0, 0x6f, 0x1)
/go/src/github.com/openshift/oc/vendor/k8s.io/kubectl/pkg/cmd/util/helpers.go:93 +0x27a
k8s.io/kubectl/pkg/cmd/util.checkErr(0x39b86e0, 0xc0011fc320, 0x37136e8)
/go/src/github.com/openshift/oc/vendor/k8s.io/kubectl/pkg/cmd/util/helpers.go:188 +0x965
k8s.io/kubectl/pkg/cmd/util.CheckErr(...)
/go/src/github.com/openshift/oc/vendor/k8s.io/kubectl/pkg/cmd/util/helpers.go:115
github.com/openshift/oc/pkg/cli/startbuild.NewCmdStartBuild.func1(0xc00132cdc0, 0xc001509e40, 0x1, 0x4)
/go/src/github.com/openshift/oc/pkg/cli/startbuild/startbuild.go:160 +0xfc
github.com/spf13/cobra.(*Command).execute(0xc00132cdc0, 0xc001509e00, 0x4, 0x4, 0xc00132cdc0, 0xc001509e00)
/go/src/github.com/openshift/oc/vendor/github.com/spf13/cobra/command.go:854 +0x2c2
github.com/spf13/cobra.(*Command).ExecuteC(0xc000b18b00, 0x6, 0xc000b18b00, 0x6)
/go/src/github.com/openshift/oc/vendor/github.com/spf13/cobra/command.go:958 +0x375
github.com/spf13/cobra.(*Command).Execute(...)
/go/src/github.com/openshift/oc/vendor/github.com/spf13/cobra/command.go:895
main.main()
/go/src/github.com/openshift/oc/cmd/oc/oc.go:93 +0x5e5

goroutine 6 [chan receive]:
k8s.io/klog/v2.(*loggingT).flushDaemon(0x4e94a20)
/go/src/github.com/openshift/oc/vendor/k8s.io/klog/v2/klog.go:1169 +0x92
created by k8s.io/klog/v2.init.0
/go/src/github.com/openshift/oc/vendor/k8s.io/klog/v2/klog.go:417 +0xe5

goroutine 16 [select, 5 minutes]:
io.(*pipe).Read(0xc0011da0c0, 0xc000b1c000, 0x1000, 0x1000, 0x3034f60, 0x1, 0xc000b1c000)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/io/pipe.go:57 +0xee
io.(*PipeReader).Read(0xc00048e038, 0xc000b1c000, 0x1000, 0x1000, 0xc000aa7e48, 0xc296c0, 0xc000082000)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/io/pipe.go:134 +0x53
bufio.(*Scanner).Scan(0xc000486200, 0xc25f01)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/bufio/scan.go:214 +0xab
github.com/openshift/oc/pkg/cli/admin/mustgather.newPrefixWriter.func1(0xc000486200, 0x39ba2e0, 0xc000006018, 0x3528c54, 0x17)
/go/src/github.com/openshift/oc/pkg/cli/admin/mustgather/mustgather.go:496 +0x149
created by github.com/openshift/oc/pkg/cli/admin/mustgather.newPrefixWriter
/go/src/github.com/openshift/oc/pkg/cli/admin/mustgather/mustgather.go:495 +0x1d0

goroutine 15 [select]:
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x37135f8, 0x39b89e0, 0xc000409860, 0x1, 0xc000050420)
/go/src/github.com/openshift/oc/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:167 +0x149
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x37135f8, 0x12a05f200, 0x0, 0xc0011da201, 0xc000050420)
/go/src/github.com/openshift/oc/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x9f
k8s.io/apimachinery/pkg/util/wait.Until(...)
/go/src/github.com/openshift/oc/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:90
k8s.io/apimachinery/pkg/util/wait.Forever(0x37135f8, 0x12a05f200)
/go/src/github.com/openshift/oc/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:81 +0x56
created by k8s.io/component-base/logs.InitLogs
/go/src/github.com/openshift/oc/vendor/k8s.io/component-base/logs/logs.go:58 +0x92

goroutine 42 [IO wait]:
internal/poll.runtime_pollWait(0x20eba0e6ef8, 0x72, 0x39bd420)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/runtime/netpoll.go:222 +0x65
internal/poll.(*pollDesc).wait(0xc000ba55b8, 0x72, 0x4c63900, 0x0, 0x0)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/internal/poll/fd_poll_runtime.go:87 +0x4c
internal/poll.execIO(0xc000ba5418, 0x37127e0, 0xbd92b23a70915901, 0xa23778b5b60e1a1d, 0x984e71fb5be48dfc)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/internal/poll/fd_windows.go:175 +0x105
internal/poll.(*FD).Read(0xc000ba5400, 0xc0011f6000, 0x1587, 0x1587, 0x0, 0x0, 0x0)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/internal/poll/fd_windows.go:441 +0x2ff
net.(*netFD).Read(0xc000ba5400, 0xc0011f6000, 0x1587, 0x1587, 0xc001573760, 0x39647bd, 0xc0012ea4e0)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/net/fd_posix.go:55 +0x56
net.(*conn).Read(0xc000006378, 0xc0011f6000, 0x1587, 0x1587, 0x0, 0x0, 0x0)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/net/net.go:182 +0x95
crypto/tls.(*atLeastReader).Read(0xc00054a100, 0xc0011f6000, 0x1587, 0x1587, 0xdc, 0x1582, 0xc001573710)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/crypto/tls/conn.go:779 +0x67
bytes.(*Buffer).ReadFrom(0xc0012ea600, 0x39b49c0, 0xc00054a100, 0xbcc4ac, 0x315b6a0, 0x342d5c0)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/bytes/buffer.go:204 +0xbb
crypto/tls.(*Conn).readFromUntil(0xc0012ea380, 0x20eba0e6fe0, 0xc000006378, 0x5, 0xc000006378, 0xcb)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/crypto/tls/conn.go:801 +0xf3
crypto/tls.(*Conn).readRecordOrCCS(0xc0012ea380, 0x0, 0x0, 0xc001573d18)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/crypto/tls/conn.go:608 +0x12d
crypto/tls.(*Conn).readRecord(...)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/crypto/tls/conn.go:576
crypto/tls.(*Conn).Read(0xc0012ea380, 0xc0011ff000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/crypto/tls/conn.go:1252 +0x16d
bufio.(*Reader).Read(0xc000106960, 0xc0001d8818, 0x9, 0x9, 0xc001573d18, 0x3714400, 0x114a898)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/bufio/bufio.go:227 +0x238
io.ReadAtLeast(0x39b4780, 0xc000106960, 0xc0001d8818, 0x9, 0x9, 0x9, 0xc00008e060, 0x0, 0x39b4c40)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/io/io.go:314 +0x8e
io.ReadFull(...)
/opt/rh/go-toolset-1.15/root/usr/lib/go-toolset-1.15-golang/src/io/io.go:333
golang.org/x/net/http2.readFrameHeader(0xc0001d8818, 0x9, 0x9, 0x39b4780, 0xc000106960, 0x0, 0x0, 0xc001573dd0, 0xc2f6a9)
/go/src/github.com/openshift/oc/vendor/golang.org/x/net/http2/frame.go:237 +0x8e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc0001d87e0, 0xc0011de180, 0x0, 0x0, 0x0)
/go/src/github.com/openshift/oc/vendor/golang.org/x/net/http2/frame.go:492 +0xa8
golang.org/x/net/http2.(*clientConnReadLoop).run(0xc001573fa8, 0x0, 0x0)
/go/src/github.com/openshift/oc/vendor/golang.org/x/net/http2/transport.go:1819 +0xe7
golang.org/x/net/http2.(*ClientConn).readLoop(0xc00150c480)
/go/src/github.com/openshift/oc/vendor/golang.org/x/net/http2/transport.go:1741 +0x76
created by golang.org/x/net/http2.(*Transport).newClientConn
/go/src/github.com/openshift/oc/vendor/golang.org/x/net/http2/transport.go:705 +0x6c5

No NiFi Web UI Pod created

Hello,

after deploying nifi-flow.yaml there is no creation of a Pod to access the Web GUI.

I am running OpenShift 4.1.11

Steps to reproduce:
Built nifi-base docker repo on quay.io
Created ImageStream in NameSpace including nifi-base docker repo
Created BuildConfig like in Readme
oc start-build nifi-ocp --from-file=./base
Edited the nifi-flow.yaml to match OpenShift 4 Patterns
oc new-app nifi-flow.yaml --param=APPLICATION-NAME=nifi-ocp

The Project Status shows me:

Up-to-date Count
0 pods

Matching Pods
0 pods

0 available
0 unavailable

Thanks for a response in advance.

Cheers

cannot create .nifi-cli.nifi.properties file

Thanks for making this repository available.
I am attempting to run the created image in docker (before deploying to openshift). - Is it possible to use this to build a docker image and run in docker before deploying to openshift ?

from "docker logs xxx"
/opt/nifi/scripts/toolkit.sh: 18: /opt/nifi/scripts/toolkit.sh: cannot create //.nifi-cli.nifi.properties: Permission denied.

It appears that the {$HOME} in this line from toolkit.sh is not defined, or is defined as "/":
cat < ${HOME}/.nifi-cli.config

Where is ${HOME} defined ? (I assume this is for user 1001 and does not have $HOME set as the user does not exist)jjjjjjjjj

(I have updated the Dockerfile to use nifi Version 12.1, the current version)

Flow build fails

Hello,

after building the Base I want to start a new build with: oc start-build nifi-ocp --from-file=./flow
I am running OpenShift 4.1.11
Steps to reproduce:
Built nifi-base docker repo on quay.io
Created ImageStream in NameSpace including nifi-base docker repo
Created BuildConfig like in Readme
oc start-build nifi-ocp --from-file=./base
Edited the nifi-flow.yaml to match OpenShift 4 Patterns
oc new-app nifi-flow.yaml --param=APPLICATION-NAME=nifi-ocp
Edited Flow Dockerfile to Pull from intern registry
oc start-build nifi-ocp --from-file=./flow

The Build logs show me:

Receiving source from STDIN as archive ...
Caching blobs under "/var/cache/blobs".

Pulling image image-registry.openshift-image-registry.svc:5000/apache/nifi-ocp ...
Getting image source signatures
Copying blob sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821
Copying blob sha256:2383fa4462e7d53413577c765054e9e0e3de37aa279d3b672705f0885d590f18
Copying blob sha256:7ac3ce9f206757c3db4ed7aca207db18b600c1e0a0f0ff454629673568b95f72
Copying blob sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8
Copying blob sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e
Copying blob sha256:ce9a16d8ddcb3a3d027d25aeba809aee980512db64066462e0c261a1e7dbaf89
Copying blob sha256:d8f550da49900ffd0dbd032896b617a1bb533e2cc328fe174b41f628a5bf635a
Copying config sha256:b3a6f8b51409a099e235aff314443d6400c7872af9503adfc9971e792a493f8b
Writing manifest to image destination
Storing signatures
STEP 1: FROM image-registry.openshift-image-registry.svc:5000/apache/nifi-ocp
STEP 2: ADD flow.xml.gz /opt/nifi/nifi-current/conf/flow.xml.gz
error: build error: error building at STEP "ADD flow.xml.gz /opt/nifi/nifi-current/conf/flow.xml.gz": no files found matching "/tmp/build/inputs/flow.xml.gz": no such file or directory

Thanks in advance for a response.

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.