Merge pull request #74767 from yuwenma/rebase-image

Rebase etcd-version-monitor base image to distroless.
pull/564/head
Kubernetes Prow Robot 2019-03-01 19:14:24 -08:00 committed by GitHub
commit 738d29b96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM scratch
LABEL maintainer "Shyam JVS <shyamjvs@google.com>"
FROM gcr.io/distroless/static:latest
COPY etcd-version-monitor /etcd-version-monitor