-
**Rancher Version:** 1.0.1
**Docker Version:** 1.10 and 1.11
**OS:** centos7
**Steps to Reproduce:**
_docker-compose.yml_
```
logio:
image: blacklabelops/logio:latest
container_name: logio
…
-
All my latest builds with jobber tell me that the following dependency has moved:
package code.google.com/p/go.net/context: unable to detect version control system for code.google.com/ path
make: **\…
-
When I execute a job then Jobber cant execute because of unknown option in command su in Alpine:
Looks like Jobber build an execution command that does not work with the su inside this distribution. …
-
Currently all demos are using the official images, therefore running inside the wrong collate. Collate correction must be handled manually which does not work for automation, e.g. docker-compose.
Sol…
-
I need to set proxyName and proxyPort at container startup inside server.xml. I have my confluence running behind nginx.
Suggestion: Add the following Environment Variables and they should modify th…
-
We need to set up stable environments for:
1. Trac
2. JIra
I've added some documentation on what could be done for Trac in #10. There is a docker image that could potentially work. (I quickly tested…
-
Hey. I've tried compiling jobber with go 1.4.3 and go 1.5 on both Debian (wheezy) and OS X (10.11).
In every situation both binaries compile without error, the jobber client binary seems to work (can…
-
Hi,
I get this error :
`Dashboard Diagnostics: Mismatched URL Hostname
JIRA is reporting that it is running on the hostname '172.31.11.210', which does not match the hostname used to run these …
-
@blacklabelops
I'd like to connect mysql via official mysql container with below code:
```
docker run -d --name mysql \
-e 'MYSQL_ROOT_PASSWORD=pass1234' \
-e 'MYSQL_DATABASE=jiradb' \
-e 'M…
-
Hi guys,
I'm kind of new into docker and especially data only containers. I noticed that if I ran your docker-compose example I noticed that the data container is not mounted. I kind of think is beca…