Skip to content

Commit

Permalink
refactor(image): fix base ubuntu image for cstor containers (#156)
Browse files Browse the repository at this point in the history
Using ubuntu:16.04 as base image results in flaky builds
if the mutable tag (16.04) is updated with a newer image.

Saved the ubuntu image that was working as openebs/cstor-ubuntu:xenial-20181005

Signed-off-by: kmova <kiran.mova@openebs.io>
  • Loading branch information
kmova authored and vishnuitta committed Nov 23, 2018
1 parent 3ad935d commit fc4080e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# libraries.
#

FROM ubuntu:16.04
FROM openebs/cstor-ubuntu:xenial-20181005

RUN apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit fc4080e

Please sign in to comment.