forked from pool/buildah
Accepting request 651345 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/651345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=11
This commit is contained in:
parent
eb1ad2e2bb
commit
2b4c0df04d
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">1.4</param>
|
||||
<param name="revision">v1.4</param>
|
||||
<param name="versionformat">1.5</param>
|
||||
<param name="revision">v1.5</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b87abe390ae675cdde7385dad0dab41e2827d02b665f67501600e2899eb76f9e
|
||||
size 2384592
|
3
buildah-1.5.tar.xz
Normal file
3
buildah-1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:991cfd023341d3936c04ae8e78991413e9cdbda35ffd4581fcd868f744fa7372
|
||||
size 2398380
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 07:57:58 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
- Changelog for v1.5-1 (2018-11-21)
|
||||
* Print command in SystemExec as debug information
|
||||
* Sort CLI flags
|
||||
* Update imagebuild depdency to support heading ARGs in Dockerfile
|
||||
* rootless: do not specify --rootless to the OCI runtime
|
||||
* Exclude --force-rm from common bud cli flags
|
||||
* run: bind mount /etc/hosts and /etc/resolv.conf if not in a volume
|
||||
* rootless: use slirp4netns to setup the network namespace
|
||||
* rootless: only discard network configuration names
|
||||
* run: only set up /etc/hosts or /etc/resolv.conf with network
|
||||
* Handle directories better in bud -f
|
||||
* common: support a per-user registries conf file
|
||||
* unshare: do not override the configuration
|
||||
* common: honor the rootless configuration file
|
||||
* unshare: create a new mount namespace
|
||||
* unshare: support libpod rootless pkg
|
||||
* Allow container storage to manage the SELinux labels
|
||||
* imagebuilder.BuildDockerfiles: return the image ID
|
||||
* Allow setting --no-pivot default with an env var
|
||||
* Add man page and bash completion, for --no-pivot
|
||||
* Add the --no-pivot flag to the run command
|
||||
* Improve reporting about individual pull failures
|
||||
* Fix From As in Dockerfile
|
||||
* Sort CLI flags of buildah bud
|
||||
* unshare: detect when unprivileged userns are disabled
|
||||
* buildah: use the same logic for XDG_RUNTIME_DIR as podman
|
||||
* Make sure we log or return every error
|
||||
* Correctly set DockerInsecureSkipTLSVerify when pulling images
|
||||
* chroot: set up seccomp and capabilities after supplemental groups
|
||||
* chroot: fix capabilities list setup and application
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 4 08:49:19 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user