Skip to content

v1.8.0

Compare
Choose a tag to compare
@TomSweeneyRedHat TomSweeneyRedHat released this 26 Apr 14:11
  • Resolve symlink when checking container path
  • commit: commit on every instruction, but not always with layers
  • CommitOptions: drop the unused OnBuild field
  • makeImageRef: pass in the whole CommitOptions structure
  • cmd: API cleanup: stores before images
  • run: check if SELinux is enabled
  • Fix buildahimages Dockerfiles to include support for additionalimages mounted from host.
  • Detect changes in rootdir
  • Fix typo in buildah-pull(1)
  • Vendor in latest containers/storage
  • Keep track of any build-args used during buildah bud --layers
  • commit: always set a parent ID
  • imagebuildah: rework unused-argument detection
  • fix bug dest path when COPY .dockerignore
  • Move Host IDMAppings code from util to unshare
  • Add BUILDAH_ISOLATION rootless back
  • Travis CI: fail fast, upon error in any step
  • imagebuildah: only commit images for intermediate stages if we have to
  • Use errors.Cause() when checking for IsNotExist errors
  • auto pass http_proxy to container
  • Bump back to 1.8-dev