mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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:
parent
1831a057f1
commit
fe6559829a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user