Skip to content

Commit

Permalink
Merge pull request openshift#2 from ecordell/basic-registry
Browse files Browse the repository at this point in the history
Package cleanup

(upstream operator-registry commit: 06f1c06ac03372aa94253fdf6f8fdbb59dfa3a5c)
  • Loading branch information
ecordell authored and ankitathomas committed Apr 5, 2021
1 parent fbe246a commit 256f322
Show file tree
Hide file tree
Showing 466 changed files with 7 additions and 83,033 deletions.
6 changes: 3 additions & 3 deletions staging/operator-registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apk update && apk add sqlite build-base
WORKDIR /go/src/github.com/operator-framework/operator-registry

COPY vendor vendor
COPY init init
COPY store store
RUN go build --tags json1 -o ./initializer ./init/...
COPY cmd cmd
COPY pkg pkg
RUN go build --tags json1 -o ./initializer ./cmd/init/...

COPY manifests manifests
RUN ./initializer
Expand Down
158 changes: 4 additions & 154 deletions staging/operator-registry/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions staging/operator-registry/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
name = "github.com/mattn/go-sqlite3"
version = "1.9.0"

[[constraint]]
name = "github.com/operator-framework/operator-lifecycle-manager"
version = "0.7.1"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.6"
Expand Down
17 changes: 0 additions & 17 deletions staging/operator-registry/init.sql

This file was deleted.

58 changes: 0 additions & 58 deletions staging/operator-registry/init/main.go

This file was deleted.

Loading

0 comments on commit 256f322

Please sign in to comment.