mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #74767 from yuwenma/rebase-image
Rebase etcd-version-monitor base image to distroless.
This commit is contained in:
commit
738d29b96c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue