Closed rhuankarlus closed 4 years ago
Rolling back to the last tagged version gets rid of the error:
diff --git a/examples/compose/docker-compose.yml b/examples/compose/docker-compose.yml
index 78de7fe8..74ba2630 100644
--- a/examples/compose/docker-compose.yml
+++ b/examples/compose/docker-compose.yml
@@ -2,7 +2,7 @@ version: "2"
services:
portus:
- image: opensuse/portus:head
+ image: opensuse/portus:2.4.3
environment:
- PORTUS_MACHINE_FQDN_VALUE=${MACHINE_FQDN}
@@ -34,7 +34,7 @@ services:
- static:/srv/Portus/public
background:
- image: opensuse/portus:head
+ image: opensuse/portus:2.4.3
depends_on:
- portus
- db
// @mssola
I have the same issue..
Thanks for all your contributions! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Why got this closed?
@SuperSandro2000 it was closed by the Stale - bot 🤦♂
I know that and I honestly believe that he is the worst thing this platform has seen since a longer time.
FYI, this is a bug in bundler and fixed by https://github.com/rubygems/bundler/pull/6689. The author wrote a blog post explaining the debugging procedure in details.
Description
I've started installing Portus via
docker pull
but it failed to get accessible, so I went to an underground approach usingdocker-compose up
inside theexamples/compose
folder. When I ran the command I've got the following error caming from the background_1 container:Steps to reproduce
git clone https://github.com/SUSE/Portus.git
cd Portus/examples/compose
secrets
directorydocker-compose up -d
Here's the full log for more information: