mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #36776 from bowei/dns-image-alpine
Automatic merge from submit-queue Change dnsutils image to use alpine This reduces the size of the dnsutils image and should reduce the # of failed e2e test runs due to image pull timeout.
This commit is contained in:
commit
4528bcd29b
@ -12,9 +12,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM debian:wheezy
|
FROM alpine
|
||||||
MAINTAINER Tim Hockin "thockin@google.com"
|
MAINTAINER Bowei Du "bowei@google.com"
|
||||||
|
|
||||||
RUN apt-get -q update && \
|
RUN apk update --no-cache
|
||||||
apt-get install -y dnsutils && \
|
RUN apk add bind-tools
|
||||||
apt-get clean
|
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# This image does not tag
|
# This image does not tag
|
||||||
#TAG =
|
TAG ?=
|
||||||
PREFIX = gcr.io/google_containers
|
PREFIX ?= gcr.io/google_containers
|
||||||
|
|
||||||
all: push
|
all: push
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user