1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

This adds the deprecation notices for ko:// and nonroot (#161)

* Add a deprecation notice when `defaultBaseImage` is not specified.

Related: https://github.com/google/ko/issues/160

* Add a deprecation notice when `ko://` is not specified.

Related: https://github.com/google/ko/issues/158

* Add a sample import path.
This commit is contained in:
Matt Moore
2020-05-03 18:42:51 -07:00
committed by GitHub
parent 6cbfe964d7
commit d45c527750
6 changed files with 61 additions and 30 deletions

View File

@@ -15,10 +15,8 @@ apiVersion: v1
kind: Pod
metadata:
name: kodata
annotations:
sidecar.istio.io/inject: "false"
spec:
containers:
- name: obiwan
image: github.com/google/ko/cmd/ko/test
image: ko://github.com/google/ko/cmd/ko/test
restartPolicy: Never