Skip to content

Commit 256f322

Browse files
ecordellankitathomas
authored andcommitted
Merge pull request openshift#2 from ecordell/basic-registry
Package cleanup (upstream operator-registry commit: 06f1c06ac03372aa94253fdf6f8fdbb59dfa3a5c)
1 parent fbe246a commit 256f322

File tree

466 files changed

+7
-83033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

466 files changed

+7
-83033
lines changed

staging/operator-registry/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ RUN apk update && apk add sqlite build-base
44
WORKDIR /go/src/github.com/operator-framework/operator-registry
55

66
COPY vendor vendor
7-
COPY init init
8-
COPY store store
9-
RUN go build --tags json1 -o ./initializer ./init/...
7+
COPY cmd cmd
8+
COPY pkg pkg
9+
RUN go build --tags json1 -o ./initializer ./cmd/init/...
1010

1111
COPY manifests manifests
1212
RUN ./initializer

staging/operator-registry/Gopkg.lock

Lines changed: 4 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/operator-registry/Gopkg.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
name = "github.com/mattn/go-sqlite3"
3030
version = "1.9.0"
3131

32-
[[constraint]]
33-
name = "github.com/operator-framework/operator-lifecycle-manager"
34-
version = "0.7.1"
35-
3632
[[constraint]]
3733
name = "github.com/sirupsen/logrus"
3834
version = "1.0.6"

staging/operator-registry/init.sql

Lines changed: 0 additions & 17 deletions
This file was deleted.

staging/operator-registry/init/main.go

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)