Skip to content

Commit 64a8ca6

Browse files
committed
fix(ci): update paths in dockerfiles
1 parent 730c708 commit 64a8ca6

File tree

7 files changed

+10
-1
lines changed

7 files changed

+10
-1
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,4 @@ unit-tests:
293293
- kubernetes
294294
variables:
295295
FAILFASTCI_NAMESPACE: operator-framework
296+
GET_SOURCES_ATTEMPTS: '10'

.gitlab-ci/vars.libsonnet

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ local utils = import "utils.libsonnet";
66
global: {
77
// .gitlab-ci.yaml top `variables` key
88
FAILFASTCI_NAMESPACE: "operator-framework",
9+
// increase attempts to handle occational auth failures against gitlab.com
10+
GET_SOURCES_ATTEMPTS: "10",
911
},
1012

1113
paths: {

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Operator Lifecycle Manager (OLM)
22

3-
[![Docker Repository on Quay](https://quay.io/repository/coreos/alm/status?token=ccfd2fde-446d-4d82-88a8-4386f8deaab0 "Docker Repository on Quay")](https://quay.io/repository/coreos/alm) [![Docker Repository on Quay](https://quay.io/repository/coreos/catalog/status?token=b5fc43ed-9f5f-408b-961b-c8493e983da5 "Docker Repository on Quay")](https://quay.io/repository/coreos/catalog)[![pipeline status](https://gitlab.com/operator-framework/operator-lifecycle-manager/badges/master/pipeline.svg)](https://gitlab.com/operator-framework/operator-lifecycle-manager/commits/master)
3+
[![Docker Repository on Quay](https://quay.io/repository/coreos/alm/status?token=ccfd2fde-446d-4d82-88a8-4386f8deaab0 "Docker Repository on Quay")](https://quay.io/repository/coreos/alm) [![Docker Repository on Quay](https://quay.io/repository/coreos/catalog/status?token=b5fc43ed-9f5f-408b-961b-c8493e983da5 "Docker Repository on Quay")](https://quay.io/repository/coreos/catalog)[![pipeline status](https://gitlab.com/operator-framework/operator-framework_operator-lifecycle-manager/badges/master/pipeline.svg)](https://gitlab.com/operator-framework/operator-framework_operator-lifecycle-manager/pipelines)
4+
![Operator Lifecycle Manager](/logo.svg)
45

56
OLM extends Kubernetes to provide a declarative way to install, manage, and upgrade operators and their dependencies in a cluster.
67

alm-ci.Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM quay.io/coreos/alm-ci:base
22

3+
WORKDIR /go/src/github.com/operator-framework/operator-lifecycle-manager
4+
35
# Cache Dep first
46
COPY Gopkg.toml Gopkg.lock Makefile ./
57
RUN make vendor

catalog-ci.Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM quay.io/coreos/alm-ci:base
22

3+
WORKDIR /go/src/github.com/operator-framework/operator-lifecycle-manager
4+
35
# Cache Dep first
46
COPY Gopkg.toml Gopkg.lock Makefile ./
57
RUN make vendor

logo.png

6.4 KB
Loading

logo.svg

+1
Loading

0 commit comments

Comments
 (0)