time="2021-12-08T14:36:40Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" I1208 14:36:40.857248 1 defaults.go:102] Defaulting to storage driver "overlay" with options [mountopt=metacopy=on]. Caching blobs under "/var/cache/blobs". Pulling image registry.access.redhat.com/rhscl/httpd-24-rhel7@sha256:f2a3b9e14a1972dfd3ec0daae42065094dad96df6959d95f87f9f793f4a94d43 ... Getting image source signatures Copying blob sha256:49fde179af8a12dde189726338e493b7217a106ea49225764da9791c85f881d3 Copying blob sha256:cdd22b43a6f986fc909d504043ef6ad6528a6c1927f27c80eea2d19ffe5079fe Copying blob sha256:ac08ca107ad9ed699cbd28339749dd6463a84c73aa1d468a4241385fc4ec3876 Copying blob sha256:b46ca46c303b49d886a7585735ebd1dc8651e83d0fab5823300cf3a9fd2febc1 Copying config sha256:41800fb8f7568fb7f08f092a1ab25e0bfc0e0a84503868bcd0a83953b97209aa Writing manifest to image destination Storing signatures Adding transient rw bind mount for /run/secrets/rhsm time="2021-12-08T14:36:52Z" level=warning msg="missing \"REPO\" build argument. Try adding \"--build-arg REPO=\" to the command line" time="2021-12-08T14:36:52Z" level=warning msg="missing \"BRANCH\" build argument. Try adding \"--build-arg BRANCH=\" to the command line" STEP 1: FROM registry.access.redhat.com/rhscl/httpd-24-rhel7@sha256:f2a3b9e14a1972dfd3ec0daae42065094dad96df6959d95f87f9f793f4a94d43 STEP 2: ARG URL --> f803cb446d6 STEP 3: ENV URL ${URL:-unset} --> f35be432734 STEP 4: ARG REPO --> 90872ef6096 STEP 5: ENV REPO ${REPO:-https://github.com/openshift-integration/camel-k-example-event-streaming} --> 8f5a9e82131 STEP 6: ARG BRANCH --> 56c5a3dc82b STEP 7: ENV BRANCH ${BRANCH:-master} --> 99a3ce79ef9 STEP 8: RUN mkdir tmp && curl --output project.zip -LOk ${REPO}/archive/${BRANCH}.zip && unzip project.zip && sed "s#changeme#$URL#" -i camel-k-example-event-streaming-${BRANCH}/front-end/src/main/resources/site/js/index.js && mv camel-k-example-event-streaming-${BRANCH}/front-end/src/main/resources/site/* ${HTTPD_DATA_PATH}/html && rm -rf project.zip camel-k-example-event-streaming-${BRANCH} % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 158 100 158 0 0 466 0 --:--:-- --:--:-- --:--:-- 467 100 14 100 14 0 0 27 0 --:--:-- --:--:-- --:--:-- 27 100 14 100 14 0 0 27 0 --:--:-- --:--:-- --:--:-- 0 Archive: project.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of project.zip or project.zip.zip, and cannot find project.zip.ZIP, period. error: build error: error building at STEP "RUN mkdir tmp && curl --output project.zip -LOk ${REPO}/archive/${BRANCH}.zip && unzip project.zip && sed "s#changeme#$URL#" -i camel-k-example-event-streaming-${BRANCH}/front-end/src/main/resources/site/js/index.js && mv camel-k-example-event-streaming-${BRANCH}/front-end/src/main/resources/site/* ${HTTPD_DATA_PATH}/html && rm -rf project.zip camel-k-example-event-streaming-${BRANCH}": error while running runtime: exit status 9