Skip to content

v1.9.1

Compare
Choose a tag to compare
@rhatdan rhatdan released this 13 Jul 12:31
  • add: fix slow copy with no excludes
  • Add errcheck linter and fix missing error check
  • Improve tests/tools/Makefile parallelism and abstraction
  • Fix response body not closed resource leak
  • Switch to golangci-lint
  • Add gomod instructions and mailing list links
  • On Masked path, check if /dev/null already mounted before mounting
  • Update to containers/storage v1.12.13
  • Refactor code in package imagebuildah
  • Add rootless podman with NFS issue in documentation
  • Add --mount for buildah run
  • import method ValidateVolumeOpts from libpod
  • Fix typo
  • Makefile: set GO111MODULE=off
  • rootless: add the built-in slirp DNS server
  • Update docker/libnetwork to get rid of outdated sctp package
  • Update buildah-login.md
  • migrate to go modules
  • install.md: mention go modules
  • tests/tools: go module for test binaries
  • fix --volume splits comma delimited option
  • Add bud test for RUN with a priv'd command
  • vendor logrus v1.4.2
  • pkg/cli: panic when flags can't be hidden
  • pkg/unshare: check all errors
  • pull: check error during report write
  • run_linux.go: ignore unchecked errors
  • conformance test: catch copy error
  • chroot/run_test.go: export funcs to actually be executed
  • tests/imgtype: ignore error when shutting down the store
  • testreport: check json error
  • bind/util.go: remove unused func
  • rm chroot/util.go
  • imagebuildah: remove unused dedupeStringSlice
  • StageExecutor: EnsureContainerPath: catch error from SecureJoin()
  • imagebuildah/build.go: return instead of branching
  • rmi: avoid redundant branching
  • conformance tests: nilness: allocate map
  • imagebuildah/build.go: avoid redundant filepath.Join()
  • imagebuildah/build.go: avoid redundant os.Stat()
  • imagebuildah: omit comparison to bool
  • fix "ineffectual assignment" lint errors
  • docker: ignore "repeats json tag" lint error
  • pkg/unshare: use ... instead of iterating a slice
  • conformance: bud test: use raw strings for regexes
  • conformance suite: remove unused func/var
  • buildah test suite: remove unused vars/funcs
  • testreport: fix golangci-lint errors
  • util: remove redundant return statement
  • chroot: only log clean-up errors
  • images_test: ignore golangci-lint error
  • blobcache: log error when draining the pipe
  • imagebuildah: check errors in deferred calls
  • chroot: fix error handling in deferred funcs
  • cmd: check all errors
  • chroot/run_test.go: check errors
  • chroot/run.go: check errors in deferred calls
  • imagebuildah.Executor: remove unused onbuild field
  • docker/types.go: remove unused struct fields
  • util: use strings.ContainsRune instead of index check
  • Cirrus: Initial implementation