Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build

.. code-block:: bash

docker build -t salt-master -f salt-master.Dockerfile --build-args version=latest .
docker build -t salt-master -f salt-master.Dockerfile --build-arg version=latest .

Run
===
Expand Down
2 changes: 1 addition & 1 deletion salt-master.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM ubuntu:16.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PPAs were working on stretch as well - they are getting added and formulas installed bellow.
Even when you are changing the base image, you are keeping upstream saltstack repo for debian.

I would suggest keeping using stretch as is.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, keep stretch for simplicity.


MAINTAINER Filip Pytloun <[email protected]>

Expand Down