Skip to content

Commit

Permalink
build(deps): updates docker-java to version 3.2.0 (#1167)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Majsak <[email protected]>
  • Loading branch information
tobiasstadler and bartoszmajsak authored Mar 12, 2020
1 parent cfcc595 commit cb6281c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 2 additions & 7 deletions docker/assertj/src/test/resources/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"Driver": "aufs",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "",
"ExecIDs": null,
"HostConfig": {
"Binds": [
Expand Down Expand Up @@ -83,7 +82,6 @@
"Isolation": "",
"CpuShares": 0,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
Expand Down Expand Up @@ -117,12 +115,10 @@
},
"Mounts": [
{
"Type": "bind",
"Source": "/Users/eddumelendez/docker-repository/ci_env/jenkins",
"Destination": "/var/jenkins_home",
"Mode": "rw",
"RW": true,
"Propagation": ""
"RW": true
}
],
"Config": {
Expand Down Expand Up @@ -156,7 +152,6 @@
"COPY_REFERENCE_FILE_LOG=/var/jenkins_home/copy_reference_file.log"
],
"Cmd": null,
"ArgsEscaped": true,
"Image": "cienv_jenkins-server",
"Volumes": {
"/var/jenkins_home": {}
Expand Down Expand Up @@ -226,4 +221,4 @@
}
}
}
}
}
4 changes: 1 addition & 3 deletions docker/assertj/src/test/resources/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"-c",
"/usr/local/bin/install-plugins.sh slack:2.1 pipeline-model-definition:1.0.2 junit:1.20 jacoco:2.1.0 gradle:1.26 gitlab-plugin:1.4.5 github-branch-source:2.0.3 docker-traceability:1.2 docker-workflow:1.10 dockerhub-notification:2.2.0 docker-custom-build-environment:1.6.5 docker-build-publish:1.3.2 cloudbees-bitbucket-branch-source:2.1.0 checkstyle:3.47 disk-usage:0.28 findbugs:4.69 cloudbees-folder:5.18 github-organization-folder:1.6 matrix-auth:1.4 matrix-project:1.8 role-strategy:2.3.2 sonar:2.5 kubernetes:0.11 hipchat:2.1.1"
],
"ArgsEscaped": true,
"Image": "sha256:a478ad312f65d76323fe6ac81c882f1e07734da9f96b5f3f49249b9c2e914eb1",
"Volumes": {
"/var/jenkins_home": {}
Expand Down Expand Up @@ -91,7 +90,6 @@
"COPY_REFERENCE_FILE_LOG=/var/jenkins_home/copy_reference_file.log"
],
"Cmd": null,
"ArgsEscaped": true,
"Image": "sha256:a478ad312f65d76323fe6ac81c882f1e07734da9f96b5f3f49249b9c2e914eb1",
"Volumes": {
"/var/jenkins_home": {}
Expand Down Expand Up @@ -141,4 +139,4 @@
"sha256:7f17f51c97c3d73f281fc3ee3e54055d95c184b9d17e1b43a4b9c7b4808c6bc0"
]
}
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<version.arquillian_core>1.5.0.Final</version.arquillian_core>
<version.junit>4.12</version.junit>
<version.hamcrest>1.3</version.hamcrest>
<version.docker-java>3.1.5</version.docker-java>
<version.docker-java>3.2.0</version.docker-java>
<version.kubernetes_client>4.0.3</version.kubernetes_client>
<version.snakeyaml>1.25</version.snakeyaml>
<version.shrinkwrap_resolver>3.0.1</version.shrinkwrap_resolver>
Expand Down

0 comments on commit cb6281c

Please sign in to comment.