Skip to content

Commit eb8b546

Browse files
committed
Merge pull request #3623 from mboersma/shrink-logger-and-publisher
ref(logger+publisher): use busybox as Docker base image
2 parents 6f0660c + d6557aa commit eb8b546

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)