Bug 1883773
Summary: | opm alpha bundle build fails on win10 home | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | kuiwang |
Component: | OLM | Assignee: | Evan Cordell <ecordell> |
OLM sub component: | OLM | QA Contact: | kuiwang |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | bandrade, bluddy, jiazha, krizza, nhale, scolange, tbuskey |
Version: | 4.6 | Keywords: | UpcomingSprint |
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:21:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
kuiwang
2020-09-30 08:17:07 UTC
verify it on 4.7. LGTM -- zhuan@LAPTOP-3QHOAMM2 MINGW64 ~/opm $ opm alpha bundle build --directory etcd/0.6.1 --tag quay.io/kuiwang/etcd-bundle:vwin061 --package etcd --channels alpha --default alpha time="2020-10-20T14:48:11+08:00" level=info msg="Building annotations.yaml" time="2020-10-20T14:48:11+08:00" level=info msg="Writing annotations.yaml in C:\\Users\\zhuan\\opm\\etcd\\metadata" time="2020-10-20T14:48:11+08:00" level=info msg="Building Dockerfile" time="2020-10-20T14:48:11+08:00" level=info msg="Writing bundle.Dockerfile in C:\\Users\\zhuan\\opm" time="2020-10-20T14:48:11+08:00" level=info msg="Building bundle image" Sending build context to Docker daemon 92.84MB Step 1/9 : FROM scratch ---> Step 2/9 : LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 ---> Using cache ---> cc2fd4349d74 Step 3/9 : LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ ---> Using cache ---> 6eb34c8053ab Step 4/9 : LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ ---> Using cache ---> 020a839cce79 Step 5/9 : LABEL operators.operatorframework.io.bundle.package.v1=etcd ---> Using cache ---> 2d7f06bacdfd Step 6/9 : LABEL operators.operatorframework.io.bundle.channels.v1=alpha ---> Using cache ---> 1b32eb0d6e45 Step 7/9 : LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha ---> Using cache ---> a21b8ae4002b Step 8/9 : COPY etcd/0.6.1 /manifests/ ---> 95f1fbff1ba3 Step 9/9 : COPY etcd/metadata /metadata/ ---> 2b8d42132b13 Successfully built 2b8d42132b13 Successfully tagged quay.io/kuiwang/etcd-bundle:vwin061 SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories. zhuan@LAPTOP-3QHOAMM2 MINGW64 ~/opm $ -- Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5633 |