Skip to content

Commit d6557aa

Browse files
committed
ref(logger+publisher): use busybox as Docker base image
1 parent 86cccf4 commit d6557aa

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

logger/image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu-debootstrap:14.04
1+
FROM busybox
22

33
ENTRYPOINT ["/bin/logger"]
44
CMD ["--enable-publish"]
@@ -7,4 +7,3 @@ EXPOSE 514
77
ADD . /
88

99
ENV DEIS_RELEASE 1.7.0-dev
10-

publisher/image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
FROM ubuntu-debootstrap:14.04
1+
FROM busybox
22

33
ADD bin/publisher /usr/local/bin/publisher
44
ENTRYPOINT ["/usr/local/bin/publisher"]
55

66
ENV DEIS_RELEASE 1.7.0-dev
7-

0 commit comments

Comments
 (0)