You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/09/12 06:51:39 UTC

[syncope] 02/02: New Debian stable release changed some package, service management and file structure - safer to stick with oldstable, at least for the moment

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 0c256f3b054864265fcdca0e98aaf3a701b07864
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 12 08:51:28 2019 +0200

    New Debian stable release changed some package, service management and file structure - safer to stick with oldstable, at least for the moment
---
 docker/console/src/main/resources/Dockerfile | 2 +-
 docker/core/src/main/resources/Dockerfile    | 2 +-
 docker/enduser/src/main/resources/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/console/src/main/resources/Dockerfile b/docker/console/src/main/resources/Dockerfile
index 8875218..d72c13d 100644
--- a/docker/console/src/main/resources/Dockerfile
+++ b/docker/console/src/main/resources/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM debian:stable-slim
+FROM debian:oldstable-slim
 MAINTAINER dev@syncope.apache.org
 
 RUN set -x
diff --git a/docker/core/src/main/resources/Dockerfile b/docker/core/src/main/resources/Dockerfile
index 7a80a9d..27f9704 100644
--- a/docker/core/src/main/resources/Dockerfile
+++ b/docker/core/src/main/resources/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM debian:stable-slim
+FROM debian:oldstable-slim
 MAINTAINER dev@syncope.apache.org
 
 RUN set -x
diff --git a/docker/enduser/src/main/resources/Dockerfile b/docker/enduser/src/main/resources/Dockerfile
index 8875218..d72c13d 100644
--- a/docker/enduser/src/main/resources/Dockerfile
+++ b/docker/enduser/src/main/resources/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM debian:stable-slim
+FROM debian:oldstable-slim
 MAINTAINER dev@syncope.apache.org
 
 RUN set -x