Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

We maintain release tools only under Spec repo #5

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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