docker-builder icon indicating copy to clipboard operation
docker-builder copied to clipboard

Docker builder builds Docker images from a friendly config file.

Results 24 docker-builder issues
Sort by recently updated
recently updated
newest added

Given a file tree `dockerfiles/Dockerfile`, the following scenarios will not build: * putting `Bobfile` in `dockerfiles/` dir * putting `Bobfile` at the top level * setting `Dockerfile:` value in yaml...

bug

Add a parameter `--skip` to the `build` command to skip the build of certain containers. Alternatively, or in addition, hash the `Dockerfile` specified for that build step, store the info...

build feature

E.g. if you have a tag like "release/1234" and you use "git:short" as one of the tags in the Bobfile, docker-builder fails when trying to tag (couldn't track down what...

probably with `&r=1` - will make it more practical for human consumption (won't have to scroll to the bottom after each page refresh)

enhancement

For example, if we're already pushing an image tagged with `:master`, a subsequent attempt to push the same one will fail, but in reality that build may contain a different...

When two docker-builder builds are run in succession without any changes to any of the source files, the build should be entirely cacheable. However running an `ADD . /path/in/container` still...

bug

so we don't do any of the fancy copy/included/excluded stuff and just build the dang image