mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Base cluster-dns on python:2.7-slim image
- 79 instead of 263 MB - does not trigger the docker-pull freeze bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:2.7
|
||||
FROM python:2.7-slim
|
||||
|
||||
COPY . /dns-backend
|
||||
WORKDIR /dns-backend
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM python:2.7
|
||||
FROM python:2.7-slim
|
||||
|
||||
RUN pip install requests
|
||||
|
||||
|
Reference in New Issue
Block a user