forked from pool/buildah
OBS-URL: https://build.opensuse.org/request/show/646244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=10
182 lines
7.6 KiB
Plaintext
182 lines
7.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Nov 4 08:49:19 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
|
|
|
- Require slirp4netns to enable networking for unprivileged network namespaces
|
|
aka networking for rootless buildah.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 3 07:32:39 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
|
|
|
- Changelog for v1.4 (2018-10-02)
|
|
* Touchup pull manpage
|
|
* Export buildah ReserveSELinuxLables so podman can use it
|
|
* Update rmi man for prune changes
|
|
* Copy ExposedPorts from base image into the config
|
|
* Change rmi --prune to not accept an imageID
|
|
* Builtin volumes should be owned by the UID/GID of the container
|
|
* Move buildah from projecatatomic/buildah to containers/buildah
|
|
* bash: Completion options
|
|
* Don't build btrfs if it is not installed
|
|
* Push: Allow an empty destination
|
|
* Fix arg usage in buildah-tag
|
|
* Evaluate symbolic links on Add/Copy Commands
|
|
* Retain bounding set when running containers as non root
|
|
* push: show image digest after push succeed
|
|
* Exclude --layers from the common bug cli flags
|
|
* Make buildah-from error message clear when flags are after arg
|
|
* Warn about using Commands in Dockerfile that are not supported by OCI.
|
|
* Document BUILDAH_* environment variables in buildah bud --help output
|
|
* Fix --layers ADD from url issue
|
|
* Display the correct ID after deleting image
|
|
* Handle COPY --chown in Dockerfile
|
|
* Document STORAGE_DRIVER and STORAGE_OPTS environment variable
|
|
* Expand variables names for --env
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 5 07:47:01 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
|
|
|
- Set the correct commit for `buildah version`.
|
|
- Set the cnilib version for `buildah version`.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 6 06:17:06 UTC 2018 - vrothberg@suse.com
|
|
|
|
- Update buildah to v1.3:
|
|
* bud should not search context directory for Dockerfile
|
|
* Set BUILDAH_ISOLATION=rootless when running unprivileged
|
|
* Fix rmi to remove intermediate images associated with an image
|
|
* Set the default ulimits to match Docker
|
|
* buildah: no args is out of bounds
|
|
* preprocess ".in" suffixed Dockerfiles
|
|
* Add support for multiple Short options
|
|
* Update to latest urvave/cli
|
|
* Create buildah pull command
|
|
* Allow ping command without NET_RAW Capabilities
|
|
* Allow Dockerfile content to come from stdin
|
|
* add rename command
|
|
* Completion command
|
|
* Update vendor for runc to fix 32 bit builds
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 16 06:33:14 UTC 2018 - vrothberg@suse.com
|
|
|
|
- Update buildah to v1.2:
|
|
* build-using-dockerfile: let -t include transports again
|
|
* Block use of /proc/acpi and /proc/keys from inside containers
|
|
* Fix handling of -registries-conf
|
|
* Add -cidfile option to from
|
|
* Add a -loglevel option to build-with-dockerfile
|
|
* docs: Follow man-pages(7) suggestions for SYNOPSIS
|
|
* umount: add all option to umount all mounted containers
|
|
* Fix buildah bud -layers
|
|
* Force ownership of /etc/hosts and /etc/resolv.conf to 0:0
|
|
* build without seccomp
|
|
* Add Capabilities lists to BuilderInfo
|
|
* Fix ARGS parsing for run commands
|
|
* Add info on registries.conf to from manpage
|
|
* mount: support multiple inputs
|
|
* Allow -userns-uid-map/-userns-gid-map to be global options
|
|
* Add -rm and -force-rm to buildah bud
|
|
* Add -all,-a flag to buildah images
|
|
* Add environment variable BUILDAH_RUNTIME
|
|
* Add -layers and -no-cache to buildah bud
|
|
* Change 'registries' to 'container registries' in man
|
|
* Add registries.conf link to a few man pages
|
|
|
|
- install missing buildah (1) manpage
|
|
|
|
- install bash completion at /usr/share/bash-completion/completions
|
|
|
|
- buildmode=pie: build position independent code
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 11 05:52:37 UTC 2018 - vrothberg@suse.com
|
|
|
|
- Update buildah to v1.1:
|
|
* Drop capabilities if running container processes as non root
|
|
* Print Warning message if cmd will not be used based on entrypoint
|
|
* Shouldn't add insecure registries to list of search registries
|
|
* Report errors on bad transports specification when pushing images
|
|
* Add disable-content-trust noop flag to bud
|
|
* runCopyStdio(): don't close stdin unless we saw POLLHUP
|
|
* Add registry errors for pull
|
|
* Give better messages to users when image can not be found
|
|
* Add environment variable to buildah --format
|
|
* Accept json array input for config entrypoint
|
|
* Add OnBuild support for Dockerfiles
|
|
* buildah bud should require a context directory or URL
|
|
* buildah bud picks up ENV from base image
|
|
* Add CLI options for specifying namespace and cgroup setup
|
|
* Read UID/GID mapping information from containers and images
|
|
* build-using-dockerfile: add --annotation
|
|
* Implement --squash for build-using-dockerfile and commit
|
|
* Vendor in latest container/storage for devicemapper support
|
|
* Test with Go 1.10, too
|
|
* Handle /etc/hosts and /etc/resolv.conf properly in container
|
|
* Add support for buildah bud --label
|
|
* buildah push/from can push and pull images with no reference
|
|
* builder-inspect: fix format option
|
|
* Add cpu-shares short flag (-c) and cpu-shares CI tests
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 10 23:44:35 UTC 2018 - jengelh@inai.de
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 7 06:46:21 UTC 2018 - vrothberg@suse.com
|
|
|
|
- Update buildah to v1.0:
|
|
* Update option and documentation for --force-rm
|
|
* Update buildah run to make command required
|
|
* Do not print directly to stdout in Commit()
|
|
* Force "localhost" as a default registry
|
|
* Validate host and container paths passed to --volume
|
|
* Add --compress, --rm, --squash flags as a noop for bud
|
|
* Add FIPS mode secret to buildah run and bud
|
|
* Add config --comment/--domainname/--history-comment/--hostname
|
|
* 'buildah config': stop replacing Created-By whenever it's not specified
|
|
* Modify man pages so they compile correctly in mandb
|
|
* Add description on how to do --isolation to buildah-bud man page
|
|
* Add support for --iidfile to bud and commit
|
|
* Remove tarball as an option from buildah push --help
|
|
* Fix secrets patch
|
|
* Display imageId after commit
|
|
* config: add support for StopSignal
|
|
* Allow referencing stages as index and names
|
|
* Add multi-stage builds support
|
|
* Allow umount to have multi-containers
|
|
* buildah bud walks symlinks
|
|
* Allow --cmd parameter to have commands as values
|
|
* Make default-mounts-file a hidden option
|
|
* Add various transport support to buildah from
|
|
* shallowCopy: avoid a second read of the container's layer
|
|
* Add openSUSE in install section
|
|
* run: do not open /etc/hosts if not needed
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 5 08:18:08 UTC 2018 - dcassany@suse.com
|
|
|
|
- Refactor %license usage to a simpler form
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 4 08:54:58 UTC 2018 - dcassany@suse.com
|
|
|
|
- Make use of %license macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 4 09:52:25 UTC 2018 - vrothberg@suse.com
|
|
|
|
- Change build date to SOURCE_DATE_EPOCH to make builds reproducible.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 08:50:12 UTC 2018 - vrothberg@suse.com
|
|
|
|
- Fix `buildah version` by compiling the build date into the binary.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 6 08:28:55 UTC 2018 - vrothberg@suse.com
|
|
|
|
- Package buildah v0.12. Buildah is a tool to build OCI images, and is used
|
|
by podman-build.
|