Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Get ready for k8s migration
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jun 19, 2019
1 parent d67e28e commit 8ce4547
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2019 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.12.5
WORKDIR /cluster-api-upgrade-tool
ADD go.mod .
Expand Down
9 changes: 9 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See the OWNERS docs: http://git.k8s.io/community/contributors/guide/owners.md

approvers:
- sig-cluster-lifecycle-leads
- cluster-api-provider-docker-admins
- cluster-api-provider-docker-maintainers

reviewers:
- cluster-api-provider-docker-maintainers
13 changes: 13 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See the OWNERS docs: http://git.k8s.io/community/contributors/guide/owners.md

aliases:
sig-cluster-lifecycle-leads:
- luxas
- justinsb
- timothysc
cluster-api-provider-docker-admins:
- chuckha
- detiber
cluster-api-provider-docker-maintainers:
- sethp-nr
- ashish-amarnath
13 changes: 13 additions & 0 deletions scripts/publish-manager.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
#!/usr/bin/env bash
# Copyright 2019 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

set -o errexit
set -o xtrace
Expand Down

0 comments on commit 8ce4547

Please sign in to comment.