Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Fix containerPath
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Jul 19, 2016
1 parent 1769e4c commit be15536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run -it --rm \
--name jenkins \
--volume ${PWD}/jenkins_data:/var/lib/jenkins \
--publish 8080:8282 \
katosys/jenkins:v2.13-1
katosys/jenkins:v2.14-2
```

### Over provisioning flags
Expand Down
2 changes: 1 addition & 1 deletion marathon.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "katosys/jenkins:v2.14-1",
"image": "katosys/jenkins:v2.14-2",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 80, "hostPort": 0 }
Expand Down
2 changes: 1 addition & 1 deletion rootfs/var/lib/jenkins/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<readOnly>true</readOnly>
</org.jenkinsci.plugins.mesos.MesosSlaveInfo_-Volume>
<org.jenkinsci.plugins.mesos.MesosSlaveInfo_-Volume>
<containerPath>/lib/x86_64-linux-gnu/libgpg-error.so.0</containerPath>
<containerPath>/lib64/libgpg-error.so.0</containerPath>
<hostPath>/lib64/libgpg-error.so.0</hostPath>
<readOnly>true</readOnly>
</org.jenkinsci.plugins.mesos.MesosSlaveInfo_-Volume>
Expand Down

0 comments on commit be15536

Please sign in to comment.