dobi icon indicating copy to clipboard operation
dobi copied to clipboard

A build automation tool for Docker applications

Results 65 dobi issues
Sort by recently updated
recently updated
newest added

Updates a lot of dependencies and dockerfiles in the project to use the (near) latest versions. Includes the changes from #219 #220 #221 #222 because some of them were required...

The dobi cache was created back when docker loaded the entire build context before building the image. Build context loading and caching is now scoped only to files used in...

Depends on #223 (includes commits from that PR) Depends on #226 (includes commits from that PR) Relates to #227 This is a large refactor of how actions/dependencies are handled. It...

- [ ] `rm` and `autoclean` should not cause any actions other than `rm` - [ ] 'autoclean' should not trigger an `rm` action on an `alias` because that is...

Depends on #223 (includes commits from that PR) Closes #224

Dobi should support the use of remote tar files, solo dockerfiles, and git URLs in the build context. This will allow projects to DRY their build process by building dockerfiles...

Dobi should support enhanced caching with remote build contexts. For TAR/solo files, the implementation would most likely rely on inspection of the tarfile's contents. For Git repos, simple caching can...

Hosted support optimizes the behavior of Dobi for a hosted CI environment such as Jenkins, TravisCI, CircleCI, or Buildkite. Hosted Mode changes two key behaviors: 1. We use `git` rather...

Seems like when setting `DOCKER_HOST` to point to a SSH host, dobi fails to execute the requested tasks: ```bash ❯ export DOCKER_HOST=ssh://[email protected] ❯ dobi buildimage [ERROR] failed to create client:...

When I want to push my images to my private registry, I get an error, because there are no basic auth credentials provided. with docker push ... from a terminal...

kind/enhancement
help wanted