Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.93k stars 397 forks source link

Packs use onbuild Docker images, which are Deprecated #745

Closed jessebye closed 6 years ago

jessebye commented 6 years ago

Per https://github.com/docker-library/official-images/issues/2076 the onbuild variants of docker images are deprecated and should not be used. Several packs use this variant and should be rewritten to use the non-onbuild variant instead.