Skip to content

Commit

Permalink
Fix issue with using ubuntu:latest
Browse files Browse the repository at this point in the history
rsyslog service was no longer existent
when pulling from ubuntu:latest. Also instead
of relying on ubuntu:latest it's better
to rely on a specific version, such that our
image won't break on a new release.
  • Loading branch information
samos123 committed Jun 16, 2016
1 parent ccaffef commit 5ba28e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:16.04
MAINTAINER Przemek Szalko <[email protected]>

ENV DEBIAN_FRONTEND noninteractive
Expand Down
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set -e

# start logging
service rsyslog start

# enable IP forwarding
sysctl -w net.ipv4.ip_forward=1

Expand Down

0 comments on commit 5ba28e0

Please sign in to comment.