Skip to content

v1.8.3

Compare
Choose a tag to compare
@TomSweeneyRedHat TomSweeneyRedHat released this 04 Jun 15:57

v1.8.3 release includes:

  • Add support for file secret mounts
  • Add ability to skip secrets in mounts file
  • allow 32bit builds
  • fix tutorial instructions
  • imagebuilder: pass the right contextDir to Add()
  • add: use fileutils.PatternMatcher for .dockerignore
  • bud.bats: add another .dockerignore test
  • unshare: fallback to single usermapping
  • addHelperSymlink: clear the destination on os.IsExist errors
  • bud.bats: test replacing symbolic links
  • imagebuildah: fix handling of destinations that end with '/'
  • bud.bats: test COPY with a final "/" in the destination
  • linux: add check for sysctl before using it
  • unshare: set _CONTAINERS_ROOTLESS_GID
  • Rework buildahimamges
  • build context: support https git repos
  • Add a test for ENV special chars behaviour
  • Check in new Dockerfiles
  • Apply custom SHELL during build time
  • config: expand variables only at the command line
  • SetEnv: we only need to expand v once
  • Add default /root if empty on chroot iso
  • Add support for Overlay volumes into the container.
  • Export buildah validate volume functions so it can share code with libpod
  • Bump baseline test to F30
  • Fix rootless handling of /dev/shm size
  • Avoid fmt.Printf() in the library
  • imagebuildah: tighten cache checking back up
  • Handle WORKDIR with dangling target
  • Default Authfile to proper path
  • Make buildah run --isolation follow BUILDAH_ISOLATION environment
  • Vendor in latest containers/storage and containers/image
  • getParent/getChildren: handle layerless images
  • imagebuildah: recognize cache images for layerless images
  • bud.bats: test scratch images with --layers caching
  • Get CHANGELOG.md updates
  • Add some symlinks to test our .dockerignore logic
  • imagebuildah: addHelper: handle symbolic links
  • commit/push: use an everything-allowed policy
  • Correct manpage formatting in files section
  • Remove must be root statement from buildah doc
  • Change image names to stable, testing and upstream
  • Bump back to v1.9.0-dev