summaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-2/+2
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-2/+2
| | | | artifact ids""
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Merge pull request #9157 from vespa-engine/hmusum/update-java-lz4-depHarald Musum2019-04-251-2/+2
|\ | | | | Update to newer java lz4 version (1.5.1) and use new artifact ids
| * Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
| |
* | Upgrade docker-java to 3.1.2Valerij Fredriksen2019-04-171-1/+1
|/
* Use config-provisioning DockerImage in docker-apiValerij Fredriksen2019-03-131-0/+6
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Update DockerImageGC to spare given list of imagesValerij Fredriksen2018-09-201-0/+6
|
* Organize dependencies, no functional changesValerij Fredriksen2018-09-101-1/+9
|
* Rename config param to attach bundle artifactgjoranv2018-08-241-1/+1
| | | | .. to better follow maven convention and terminology.
* Use new feature in bundle-plugin to attach bundle to artifact.gjoranv2018-07-251-23/+3
|
* Remove unused dependencyValerij Fredriksen2018-05-071-6/+0
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-8/+0
|
* Use bouncycastle from container-dev.gjoranv2018-03-071-0/+8
|
* Set AuthConfig for image pull if credentials supplier is setValerij Fredriksen2018-03-011-5/+10
|
* Install docker-api-jar-with-dependencies as bundle classifierBjørn Christian Seime2018-02-081-0/+23
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Upgrade docker-javaValerij Fredriksen2017-09-281-1/+1
|
* Upgrade docker-java to 3.0.8Harald Musum2017-07-251-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Orchestrator support for setting host statusHåkon Hallingstad2017-06-121-6/+0
| | | | | | | | | | | | | | | | Directly setting the host status can be useful for an operator, e.g. to break a deadlock. Unfortunately, some code use the term "host status" while others use "host state". I haven't settled yet on which is preferred, e.g. 'state' is used in REST APIs, but 'status' is the original term and slightly more used. This PR maintains the local use of the terms, meaning it adds 'state' where that's normally used and 'status' other places. Setting the deadlock is done with a PATCH request, which is defined in jaxrs_utils. jaxrs_utils only defines PATCH, and that's not used anywhere else except in jaxrs_client_utils tests. So I remove this module as a dependency a couple of places.
* Merge remote-tracking branch 'origin/master'freva2017-01-261-23/+0
|\
| * Remove unneded pluginHarald Musum2017-01-261-23/+0
| | | | | | | | * We deploy jar-with-dependencies as a bundle, so not needed anymore
* | Added exec command as root, default executes as "yahoo" to DockerImplfreva2017-01-251-1/+1
|/
* Deploy node-adminfreva2017-01-061-0/+23
|
* Remove applicationmodel, part 1Harald Musum2016-09-251-6/+0
| | | | * Get rid of HostName in docker-api and node-admin
* Merge pull request #635 from yahoo/hmusum/upgrade-docker-javaHaakon Dybdahl2016-09-141-1/+1
|\ | | | | Use 3.0.6 of docker-java
| * Use 3.0.6 of docker-javaHarald Musum2016-09-141-1/+1
| |
* | Remove more unused depsHarald Musum2016-09-131-10/+0
|/
* Update pom.xmlHaakon Dybdahl2016-09-131-2/+6
| | | Fix todos
* Remove unneded dependencyHarald Musum2016-09-131-7/+2
|
* Remove duplicate dependency on application-modelHåkon Hallingstad2016-09-091-6/+0
| | | | I have verified the dependency tree is unaffected.
* Move back to working versions of libraries.Haakon Dybdahl2016-09-071-7/+77
|
* Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-0/+30
|
* Depend on lz4Harald Musum2016-08-251-8/+12
| | | | * node-admin fails loading docker-api bundle without this
* Docker API, wrapping docker java.Haakon Dybdahl2016-08-231-0/+63