Skip to content

Conversation

@rchodava
Copy link
Contributor

@rchodava rchodava commented Apr 1, 2017

When supplying a tar stream to the build command, API consumers just want to pass a String location of the Dockerfile within the tar stream they are supplying


This change is Reviewable

…want to pass a String location of the Dockerfile within the TAR stream they are supplying
@codecov-io
Copy link

codecov-io commented Apr 1, 2017

Codecov Report

Merging #825 into master will increase coverage by 0.02%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #825      +/-   ##
==========================================
+ Coverage   71.73%   71.75%   +0.02%     
==========================================
  Files         306      306              
  Lines        6587     6592       +5     
  Branches      484      485       +1     
==========================================
+ Hits         4725     4730       +5     
  Misses       1577     1577              
  Partials      285      285
Impacted Files Coverage Δ
...hub/dockerjava/core/command/BuildImageCmdImpl.java 60.41% <83.33%> (+2.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3838e9d...d025863. Read the comment docs.

Copy link
Member

@KostyaSha KostyaSha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing netty test com.github.dockerjava.netty.exec.BuildImageCmdExecTest

@rchodava
Copy link
Contributor Author

Added a netty test

@KostyaSha KostyaSha added this to the 3.0.10 milestone Apr 23, 2017
@KostyaSha KostyaSha merged commit 842e816 into docker-java:master Apr 23, 2017
vuminhkh added a commit to alien4cloud/docker-java that referenced this pull request Apr 30, 2017
* master-docker-java: (25 commits)
  Add some coding styles.
  Allow an explicit Dockerfile location string to be specified to the build command (docker-java#825)
  Proposed fix for docker-java#830 (docker-java#832)
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 3.0.9
  Fix test.
  Update CHANGELOG.md
  Responce may contains token.
  adding support for unless-stopped restart policy
  Generate OSGi compliant manifest (docker-java#797)
  exclude commons-logging since docker-java uses slf4j/logback
  Unable to deserialize status response from amazon ECR login
  Ensure FakeDockerServer is started on a random free port
  Fixes docker-java#807. NettyDockerCmdExecFactory ignores API version configuration
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 3.0.8
  Update CHANGELOG.md
  Added healthcheck support in container inspect JSON result
  Use TLSv2 by default
  rerun failing tests count to 3
  ...

# Conflicts:
#	pom.xml
panuse pushed a commit to TuKangTech/docker-java that referenced this pull request Aug 20, 2017
…uild command (docker-java#825)

* When supplying a TAR stream to the build command, API consumers just want to pass a String location of the Dockerfile within the TAR stream they are supplying

* Add netty test for building with an explicitly specified Dockerfile location within a tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants