Skip to content

Commit

Permalink
Fix: use opensuse/tumbleweed as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Bologna committed Feb 11, 2021
1 parent 42bf1d1 commit c5f8980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-master
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opensuse:tumbleweed
FROM opensuse/tumbleweed
LABEL maintainer="Michele Bologna <mb@michelebologna.net>"

RUN zypper --non-interactive in --no-recommends -y salt-master salt-api && \
Expand All @@ -14,5 +14,5 @@ VOLUME ["/srv/salt"]

EXPOSE 4505/tcp
EXPOSE 4506/tcp
EXPOSE 8000/tcp
EXPOSE 9080/tcp
CMD /entrypoint-master.sh
2 changes: 1 addition & 1 deletion Dockerfile-minion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opensuse:tumbleweed
FROM opensuse/tumbleweed
LABEL maintainer="Michele Bologna <mb@michelebologna.net>"

RUN zypper --non-interactive in --no-recommends -y salt-minion && \
Expand Down

0 comments on commit c5f8980

Please sign in to comment.