Skip to content

Commit

Permalink
We maintain release tools only under Spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
brahmaroutu committed Oct 23, 2020
1 parent 241a7a7 commit 465b16f
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 2,806 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="COSI Controller"

COPY ./bin/cosi-controller-manager cosi-controller-manager
ENTRYPOINT ["/cosi-controller-manager"]
15 changes: 5 additions & 10 deletions release-tools/update-vendor.sh → Makefile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env bash

# Copyright 2019 The Kubernetes Authors.
# Copyright 2020 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,10 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

if [ -f Gopkg.toml ]; then
echo "Repo uses 'dep' for vendoring."
(set -x; dep ensure)
elif [ -f go.mod ]; then
release-tools/verify-go-version.sh "go"
(set -x; env GO111MODULE=on go mod tidy && env GO111MODULE=on go mod vendor)
fi
#CMDS=cosi-controller-manager
all: build

include release-tools/build.make
7 changes: 0 additions & 7 deletions release-tools/.prow.sh

This file was deleted.

31 changes: 0 additions & 31 deletions release-tools/CONTRIBUTING.md

This file was deleted.

201 changes: 0 additions & 201 deletions release-tools/LICENSE

This file was deleted.

11 changes: 0 additions & 11 deletions release-tools/OWNERS

This file was deleted.

Loading

0 comments on commit 465b16f

Please sign in to comment.