Rebase etcd-version-monitor base image to distroless.

This commit is contained in:
Yuwen Ma 2019-02-28 17:05:08 -08:00
parent ba34591627
commit fd2b57926e

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