6952568
%global with_bundled 1
30b71f8
%global with_debug 1
17d40d4
17d40d4
%if 0%{?with_debug}
30b71f8
%global _find_debuginfo_dwz_opts %{nil}
17d40d4
%global _dwz_low_mem_die_limit 0
17d40d4
%else
17d40d4
%global debug_package   %{nil}
17d40d4
%endif
17d40d4
fcc9748
%global provider github
fcc9748
%global provider_tld com
4ee64e7
%global project containers
fcc9748
%global repo buildah
4ee64e7
# https://github.com/containers/buildah
17d40d4
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
fcc9748
%global import_path %{provider_prefix}
52815a5
%global commit0 873f00141c8e23973709f6226972d5976f8eb975
fcc9748
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
fcc9748
fcc9748
Name: %{repo}
52815a5
Version: 1.7
52815a5
Release: 1.git%{shortcommit0}%{?dist}
fcc9748
Summary: A command line tool used for creating OCI Images
fcc9748
License: ASL 2.0
fcc9748
URL: https://%{provider_prefix}
fcc9748
Source: https://%{provider_prefix}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
30b71f8
fcc9748
ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x
17d40d4
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
fcc9748
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
fcc9748
BuildRequires: git
fcc9748
BuildRequires: glib2-devel
30b71f8
BuildRequires: libseccomp-static
fcc9748
BuildRequires: ostree-devel
fcc9748
BuildRequires: glibc-static
fcc9748
BuildRequires: go-md2man
fcc9748
BuildRequires: gpgme-devel
fcc9748
BuildRequires: device-mapper-devel
fcc9748
BuildRequires: btrfs-progs-devel
fcc9748
BuildRequires: libassuan-devel
fcc9748
BuildRequires: make
fcc9748
Requires: runc >= 1.0.0-17
4e8d132
Requires: containers-common
4e8d132
Recommends: container-selinux
17d40d4
17d40d4
%description
6952568
The %{name} package provides a command line tool which can be used to
17d40d4
* create a working container from scratch
17d40d4
or
17d40d4
* create a working container from an image as a starting point
17d40d4
* mount/umount a working container's root file system for manipulation
17d40d4
* save container's root file system layer to create a new image
17d40d4
* delete a working container or an image
17d40d4
17d40d4
%prep
fcc9748
%autosetup -Sgit -n %{name}-%{commit0}
17d40d4
17d40d4
%build
17d40d4
mkdir _build
17d40d4
pushd _build
17d40d4
mkdir -p src/%{provider}.%{provider_tld}/%{project}
17d40d4
ln -s $(dirs +1 -l) src/%{import_path}
17d40d4
popd
17d40d4
17d40d4
mv vendor src
17d40d4
17d40d4
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
30b71f8
export BUILDTAGS='seccomp'
30b71f8
%gobuild -o %{name} %{import_path}/cmd/%{name}
30b71f8
%{__make} docs
17d40d4
17d40d4
%install
17d40d4
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
17d40d4
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
17d40d4
17d40d4
#define license tag if not already defined
17d40d4
%{!?_licensedir:%global license %doc}
17d40d4
17d40d4
%files
17d40d4
%license LICENSE
17d40d4
%doc README.md
17d40d4
%{_bindir}/%{name}
6952568
%{_mandir}/man1/%{name}*
17d40d4
%dir %{_datadir}/bash-completion
17d40d4
%dir %{_datadir}/bash-completion/completions
6952568
%{_datadir}/bash-completion/completions/%{name}
17d40d4
17d40d4
%changelog
52815a5
* Thu Feb 21 2019 Dan Walsh <dwalsh@redhat.com> - 1.6-2.git873f0014
52815a5
- bump to v1.7 Release
52815a5
9b84606
* Wed Jan 16 2019 Dan Walsh <dwalsh@redhat.com> - 1.6-2.git5f95bd9a
9b84606
- Fixes for v1.6 release
9b84606
9b84606
* Wed Jan 16 2019 Dan Walsh <dwalsh@redhat.com> - 1.6-1.git3ec6a6bd
2ce96c7
- bump to v1.6 Release
2ce96c7
6200193
* Thu Nov 22 2018 Dan Walsh <dwalsh@redhat.com> - 1.5-1.gite94b4f98
6200193
- bump to v1.5 Release
30b71f8
6200193
* Thu Oct 4 2018 Dan Walsh <dwalsh@redhat.com> - 1.4-3.git608fa84
6200193
- Fix v1.4 Release
6200193
6200193
* Tue Oct 2 2018 Dan Walsh <dwalsh@redhat.com> - 1.4-2.git87239ae
6200193
- bump to v1.4 Release
30b71f8
30b71f8
* Sun Aug 12 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4-1.dev.git0a7389c
30b71f8
- bump to v1.4-dev
30b71f8
- built 0a7389c
30b71f8
30b71f8
* Wed Aug 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-11.dev.git02f54e4
30b71f8
- autobuilt 02f54e4
30b71f8
30b71f8
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.3-10.dev.gitbe03809
30b71f8
- Rebuild with fixed binutils
30b71f8
30b71f8
* Sun Jul 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-9.dev.gitbe03809
30b71f8
- autobuilt be03809
30b71f8
30b71f8
* Sat Jul 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-8.dev.gitc18724e
30b71f8
- autobuilt c18724e
30b71f8
30b71f8
* Thu Jul 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-7.dev.git4976d8c
30b71f8
- autobuilt 4976d8c
30b71f8
30b71f8
* Wed Jul 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-6.dev.gite5f7539
30b71f8
- autobuilt e5f7539
30b71f8
30b71f8
* Mon Jul 23 2018 Dan Walsh <dwalsh@redhat.com> - 1.3-5.dev.dev.git826733a
4e8d132
- Change container-selinux Requires to Recommends
4e8d132
30b71f8
* Fri Jul 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-4.dev.git826733a
30b71f8
- autobuilt 826733a
30b71f8
30b71f8
* Thu Jul 19 2018 Dan Walsh <dwalsh@redhat.com> - 1.3-3.dev.git1215b16
7d8e3c3
- buildah does not require ostree
7d8e3c3
30b71f8
* Thu Jul 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-2.dev.git1215b16
30b71f8
- autobuilt 1215b16
30b71f8
30b71f8
* Tue Jul 17 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.3-1.dev.gita9895bd
30b71f8
- bump to v1.3-dev
30b71f8
- built a9895bd
30b71f8
30b71f8
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-25.dev.git3fb864b
30b71f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
30b71f8
30b71f8
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-24.git3fb864b
30b71f8
- autobuilt 3fb864b
30b71f8
30b71f8
* Sun Jul 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-23.git8be2b62
30b71f8
- autobuilt 8be2b62
30b71f8
30b71f8
* Sat Jul 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-22.gita885bc6
30b71f8
- autobuilt a885bc6
30b71f8
30b71f8
* Fri Jul 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-21.git733cd20
30b71f8
- autobuilt 733cd20
30b71f8
30b71f8
* Thu Jul 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-20.gita59fb7a
30b71f8
- autobuilt a59fb7a
30b71f8
30b71f8
* Tue Jul 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-19.git5c11c34
30b71f8
- autobuilt 5c11c34
30b71f8
30b71f8
* Mon Jul 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-18.git5cd9be6
30b71f8
- autobuilt 5cd9be6
30b71f8
30b71f8
* Sun Jul 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-17.git6f72599
30b71f8
- autobuilt 6f72599
30b71f8
30b71f8
* Sat Jun 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-16.git704adec
30b71f8
- autobuilt 704adec
30b71f8
30b71f8
* Fri Jun 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-15.gitb965fc4
30b71f8
- autobuilt b965fc4
30b71f8
30b71f8
* Thu Jun 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-14.git1acccce
30b71f8
- autobuilt 1acccce
30b71f8
30b71f8
* Wed Jun 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-13.git146c185
30b71f8
- autobuilt 146c185
30b71f8
30b71f8
* Tue Jun 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-12.git16a33bd
30b71f8
- autobuilt 16a33bd
30b71f8
30b71f8
* Mon Jun 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-11.git2ac95ea
30b71f8
- autobuilt 2ac95ea
30b71f8
30b71f8
* Sat Jun 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-10.git0143a44
30b71f8
- autobuilt 0143a44
30b71f8
30b71f8
* Thu Jun 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-9.git2441ff4
30b71f8
- autobuilt 2441ff4
30b71f8
30b71f8
* Wed Jun 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-8.gitda7be32
30b71f8
- autobuilt da7be32
30b71f8
30b71f8
* Tue Jun 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-7.git2064b29
30b71f8
- autobuilt 2064b29
30b71f8
30b71f8
* Mon Jun 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-6.git93d8606
30b71f8
- autobuilt 93d8606
30b71f8
30b71f8
* Fri Jun 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-5.gitfc438bb
30b71f8
- autobuilt fc438bb
30b71f8
30b71f8
* Thu Jun 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-4.git73820fc
30b71f8
- autobuilt 73820fc
30b71f8
30b71f8
* Wed Jun 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-3.git6c4bef7
30b71f8
- autobuilt 6c4bef7
30b71f8
30b71f8
* Tue Jun 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-2.git94c1e6d
30b71f8
- autobuilt 94c1e6d
30b71f8
30b71f8
* Mon Jun 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-1.gitb9983a6
30b71f8
- bump to 1.2
30b71f8
- autobuilt b9983a6
dfcf645
a62528f
* Sun Jun 10 2018 Dan Walsh <dwalsh@redhat.com> 1.1-1
a62528f
- Drop capabilities if running container processes as non root
a62528f
- Print Warning message if cmd will not be used based on entrypoint
a62528f
- Update 01-intro.md
a62528f
- Shouldn't add insecure registries to list of search registries
a62528f
- Report errors on bad transports specification when pushing images
a62528f
- Move parsing code out of common for namespaces and into pkg/parse.go
a62528f
- Add disable-content-trust noop flag to bud
a62528f
- Change freenode chan to buildah
a62528f
- runCopyStdio(): don't close stdin unless we saw POLLHUP
a62528f
- Add registry errors for pull
a62528f
- runCollectOutput(): just read until the pipes are closed on us
a62528f
- Run(): provide redirection for stdio
a62528f
- rmi, rm: add test
a62528f
- add mount test
a62528f
- Add parameter judgment for commands that do not require parameters
a62528f
- Add context dir to bud command in baseline test
a62528f
- run.bats: check that we can run with symlinks in the bundle path
a62528f
- Give better messages to users when image can not be found
a62528f
- use absolute path for bundlePath
a62528f
- Add environment variable to buildah --format
a62528f
- rm: add validation to args and all option
a62528f
- Accept json array input for config entrypoint
a62528f
- Run(): process RunOptions.Mounts, and its flags
a62528f
- Run(): only collect error output from stdio pipes if we created some
a62528f
- Add OnBuild support for Dockerfiles
a62528f
- Quick fix on demo readme
a62528f
- run: fix validate flags
a62528f
- buildah bud should require a context directory or URL
a62528f
- Touchup tutorial for run changes
a62528f
- Validate common bud and from flags
a62528f
- images: Error if the specified imagename does not exist
a62528f
- inspect: Increase err judgments to avoid panic
a62528f
- add test to inspect
a62528f
- buildah bud picks up ENV from base image
a62528f
- Extend the amount of time travis_wait should wait
a62528f
- Add a make target for Installing CNI plugins
a62528f
- Add tests for namespace control flags
a62528f
- copy.bats: check ownerships in the container
a62528f
- Fix SELinux test errors when SELinux is enabled
a62528f
- Add example CNI configurations
a62528f
- Run: set supplemental group IDs
a62528f
- Run: use a temporary mount namespace
a62528f
- Use CNI to configure container networks
a62528f
- add/secrets/commit: Use mappings when setting permissions on added content
a62528f
- Add CLI options for specifying namespace and cgroup setup
a62528f
- Always set mappings when using user namespaces
a62528f
- Run(): break out creation of stdio pipe descriptors
a62528f
- Read UID/GID mapping information from containers and images
a62528f
- Additional bud CI tests
a62528f
- Run integration tests under travis_wait in Travis
a62528f
- build-using-dockerfile: add --annotation
a62528f
- Implement --squash for build-using-dockerfile and commit
a62528f
- Vendor in latest container/storage for devicemapper support
a62528f
- add test to inspect
a62528f
- Vendor github.com/onsi/ginkgo and github.com/onsi/gomega
a62528f
- Test with Go 1.10, too
a62528f
- Add console syntax highlighting to troubleshooting page
a62528f
- bud.bats: print "$output" before checking its contents
a62528f
- Manage "Run" containers more closely
a62528f
- Break Builder.Run()'s "run runc" bits out
a62528f
- util.ResolveName(): handle completion for tagged/digested image names
a62528f
- Handle /etc/hosts and /etc/resolv.conf properly in container
a62528f
- Documentation fixes
a62528f
- Make it easier to parse our temporary directory as an image name
a62528f
- Makefile: list new pkg/ subdirectoris as dependencies for buildah
a62528f
- containerImageSource: return more-correct errors
a62528f
- API cleanup: PullPolicy and TerminalPolicy should be types
a62528f
- Make "run --terminal" and "run -t" aliases for "run --tty"
a62528f
- Vendor github.com/containernetworking/cni v0.6.0
a62528f
- Update github.com/containers/storage
a62528f
- Update github.com/projectatomic/libpod
a62528f
- Add support for buildah bud --label
a62528f
- buildah push/from can push and pull images with no reference
a62528f
- Vendor in latest containers/image
a62528f
- Update gometalinter to fix install.tools error
a62528f
- Update troubleshooting with new run workaround
a62528f
- Added a bud demo and tidied up
a62528f
- Attempt to download file from url, if fails assume Dockerfile
a62528f
- Add buildah bud CI tests for ENV variables
a62528f
- Re-enable rpm .spec version check and new commit test
a62528f
- Update buildah scratch demo to support el7
a62528f
- Added Docker compatibility demo
a62528f
- Update to F28 and new run format in baseline test
a62528f
- Touchup man page short options across man pages
a62528f
- Added demo dir and a demo. chged distrorlease
a62528f
- builder-inspect: fix format option
a62528f
- Add cpu-shares short flag (-c) and cpu-shares CI tests
a62528f
- Minor fixes to formatting in rpm spec changelog
a62528f
- Fix rpm .spec changelog formatting
a62528f
- CI tests and minor fix for cache related noop flags
a62528f
- buildah-from: add effective value to mount propagation
a62528f
a62528f
* Sat Jun 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-20.gitf449b28
a62528f
- autobuilt f449b28
a62528f
a62528f
* Fri Jun 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-19.gitc306342
a62528f
- autobuilt c306342
a62528f
a62528f
* Wed Jun 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-18.gitd3d097b
a62528f
- autobuilt d3d097b
a62528f
a62528f
* Mon Jun 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-17.gitf90b6c0
a62528f
- autobuilt f90b6c0
a62528f
a62528f
* Sun Jun 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-16.git70641ee
a62528f
- autobuilt 70641ee
a62528f
a62528f
* Sat Jun 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-15.git03686e5
a62528f
- autobuilt 03686e5
a62528f
a62528f
* Fri Jun 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-14.git73bfd79
a62528f
- autobuilt 73bfd79
a62528f
a62528f
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-13.git5595d4d
a62528f
- autobuilt 5595d4d
a62528f
a62528f
* Wed May 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-12.gitebb0d8e
a62528f
- autobuilt ebb0d8e
a62528f
a62528f
* Tue May 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-11.git88affbd
a62528f
- autobuilt 88affbd
a62528f
a62528f
* Fri May 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-10.git25f4e8e
a62528f
- autobuilt 25f4e8e
a62528f
a62528f
* Thu May 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-9.git2749191
a62528f
- autobuilt 2749191
a62528f
a62528f
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-8.git3e320b9
a62528f
- autobuilt 3e320b9
a62528f
a62528f
* Tue May 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-7.git8515867
a62528f
- autobuilt 8515867
a62528f
a62528f
* Sun May 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-6.gitce8d467
a62528f
- autobuilt ce8d467
a62528f
a62528f
* Sat May 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-5.gitb9a1041
a62528f
- autobuilt b9a1041
a62528f
a62528f
* Fri May 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-4.git2ea3e11
a62528f
- autobuilt 2ea3e11
a62528f
a62528f
* Wed May 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-3.gitfe204e4
a62528f
- autobuilt fe204e4
a62528f
a62528f
* Tue May 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-2.git906ee37
a62528f
- autobuilt 906ee37
a62528f
fcc9748
* Mon May 07 2018 Dan Walsh <dwalsh@redhat.com> 1.0-1
fcc9748
- Remove buildah run cmd and entrypoint execution
fcc9748
- Add Files section with registries.conf to pertinent man pages
fcc9748
- Force "localhost" as a default registry
fcc9748
- Add --compress, --rm, --squash flags as a noop for bud
fcc9748
- Add FIPS mode secret to buildah run and bud
fcc9748
- Add config --comment/--domainname/--history-comment/--hostname
fcc9748
- Add support for --iidfile to bud and commit
fcc9748
- Add /bin/sh -c to entrypoint in config
fcc9748
- buildah images and podman images are listing different sizes
fcc9748
- Remove tarball as an option from buildah push --help
fcc9748
- Update entrypoint behaviour to match docker
fcc9748
- Display imageId after commit
fcc9748
- config: add support for StopSignal
fcc9748
- Allow referencing stages as index and names
fcc9748
- Add multi-stage builds support
fcc9748
- Vendor in latest imagebuilder, to get mixed case AS support
fcc9748
- Allow umount to have multi-containers
fcc9748
- Update buildah push doc
fcc9748
- buildah bud walks symlinks
fcc9748
- Imagename is required for commit atm, update manpage
fcc9748
fcc9748
* Mon May 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-25.gitdd02e70
fcc9748
- autobuilt dd02e70
fcc9748
fcc9748
* Sat May 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-24.git45772e8
fcc9748
- autobuilt 45772e8
fcc9748
fcc9748
* Fri May 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-23.git6fe2b55
fcc9748
- autobuilt 6fe2b55
fcc9748
fcc9748
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-22.gita4f5707
fcc9748
- autobuilt a4f5707
fcc9748
fcc9748
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-21.gite130f2b
fcc9748
- autobuilt commit e130f2b
fcc9748
fcc9748
* Tue May 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-20.gitadb8e6f
fcc9748
- autobuilt commit adb8e6f
fcc9748
fcc9748
* Sat Apr 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-19.gitc50c287
fcc9748
- autobuilt commit c50c287
fcc9748
fcc9748
* Fri Apr 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-18.gitca1704f
fcc9748
- autobuilt commit ca1704f
fcc9748
fcc9748
* Wed Apr 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-17.git49abf82
fcc9748
- autobuilt commit 49abf82
fcc9748
fcc9748
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-16.gitfdc3998
fcc9748
- autobuilt commit fdc3998
fcc9748
fcc9748
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-15.gitb16a1ea
fcc9748
- autobuilt commit b16a1ea
fcc9748
fcc9748
* Fri Apr 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-14.gitd84f05a
fcc9748
- autobuilt commit d84f05a
fcc9748
fcc9748
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-13.gite008b73
fcc9748
- autobuilt commit e008b73
fcc9748
fcc9748
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-12.git28a27a3
fcc9748
- autobuilt commit 28a27a3
fcc9748
fcc9748
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-11.git45a4b81
fcc9748
- autobuilt commit 45a4b81
fcc9748
fcc9748
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-10.git45a4b81
fcc9748
- autobuilt commit 45a4b81
fcc9748
fcc9748
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-9.git6421399
fcc9748
- autobuilt commit 6421399
fcc9748
fcc9748
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-8.git83d7d10
fcc9748
- autobuilt commit 83d7d10
fcc9748
fcc9748
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-7.git83d7d10
fcc9748
- autobuilt commit 83d7d10
fcc9748
fcc9748
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-6.git83d7d10
fcc9748
- autobuilt commit 83d7d10
fcc9748
fcc9748
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-5.git4339223
fcc9748
- autobuilt commit 4339223
fcc9748
fcc9748
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-4.git4339223
fcc9748
- autobuilt commit 4339223
fcc9748
fcc9748
* Mon Apr 09 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.16-3.git4339223
fcc9748
- autobuilt commit 4339223
fcc9748
fcc9748
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.16-2.git4743c2e
fcc9748
- autobuilt commit 4743c2e
fcc9748
80c3b75
* Wed Apr 4 2018 Dan Walsh <dwalsh@redhat.com> 0.16-1
80c3b75
-   Add support for shell
80c3b75
-   Vendor in latest containers/image
80c3b75
-    	 docker-archive generates docker legacy compatible images
80c3b75
-	 Do not create $DiffID subdirectories for layers with no configs
80c3b75
- 	 Ensure the layer IDs in legacy docker/tarfile metadata are unique
80c3b75
-	 docker-archive: repeated layers are symlinked in the tar file
80c3b75
-	 sysregistries: remove all trailing slashes
80c3b75
-	 Improve docker/* error messages
80c3b75
-	 Fix failure to make auth directory
80c3b75
-	 Create a new slice in Schema1.UpdateLayerInfos
80c3b75
-	 Drop unused storageImageDestination.{image,systemContext}
80c3b75
-	 Load a *storage.Image only once in storageImageSource
80c3b75
-	 Support gzip for docker-archive files
80c3b75
-	 Remove .tar extension from blob and config file names
80c3b75
-	 ostree, src: support copy of compressed layers
80c3b75
-	 ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
80c3b75
-	 image: fix docker schema v1 -> OCI conversion
80c3b75
-	 Add /etc/containers/certs.d as default certs directory
80c3b75
-  Change image time to locale, add troubleshooting.md, add logo to other mds
80c3b75
-   Allow --cmd parameter to have commands as values
80c3b75
-   Document the mounts.conf file
80c3b75
-   Fix man pages to format correctly
80c3b75
-   buildah from now supports pulling images using the following transports:
80c3b75
-   docker-archive, oci-archive, and dir.
80c3b75
-   If the user overrides the storage driver, the options should be dropped
80c3b75
-   Show Config/Manifest as JSON string in inspect when format is not set
80c3b75
-   Adds feature to pull compressed docker-archive files
80c3b75
917befb
* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
917befb
- Fix handling of buildah run command options
917befb
917befb
* Mon Feb 26 2018 Dan Walsh <dwalsh@redhat.com> 0.14-1
917befb
- If commonOpts do not exist, we should return rather then segfault
917befb
- Display full error string instead of just status
917befb
- Implement --volume and --shm-size for bud and from
917befb
- Fix secrets patch for buildah bud
917befb
- Fixes the naming issue of blobs and config for the dir transport by removing the .tar extension
917befb
157846a
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.13-2
157846a
- Build on ARMv7 too (Fedora supports containers on that arch too)
157846a
3602a57
* Thu Feb 22 2018 Dan Walsh <dwalsh@redhat.com> 0.13-1
3602a57
- Vendor in latest containers/storage
3602a57
-    This fixes a large SELinux bug.  
3602a57
- run: do not open /etc/hosts if not needed
3602a57
- Add the following flags to buildah bud and from
3602a57
            --add-host
3602a57
            --cgroup-parent
3602a57
            --cpu-period
3602a57
            --cpu-quota
3602a57
            --cpu-shares
3602a57
            --cpuset-cpus
3602a57
            --cpuset-mems
3602a57
            --memory
3602a57
            --memory-swap
3602a57
            --security-opt
3602a57
            --ulimit
3602a57
adad6b5
* Mon Feb 12 2018 Dan Walsh <dwalsh@redhat.com> 0.12-1
adad6b5
- Added handing for simpler error message for Unknown Dockerfile instructions.
adad6b5
- Change default certs directory to /etc/containers/certs.dir
adad6b5
- Vendor in latest containers/image
adad6b5
- Vendor in latest containers/storage
adad6b5
- build-using-dockerfile: set the 'author' field for MAINTAINER
adad6b5
- Return exit code 1 when buildah-rmi fails
adad6b5
- Trim the image reference to just its name before calling getImageName
adad6b5
- Touch up rmi -f usage statement
adad6b5
- Add --format and --filter to buildah containers
adad6b5
- Add --prune,-p option to rmi command
adad6b5
- Add authfile param to commit
adad6b5
- Fix --runtime-flag for buildah run and bud
adad6b5
- format should override quiet for images
adad6b5
- Allow all auth params to work with bud
adad6b5
- Do not overwrite directory permissions on --chown
adad6b5
- Unescape HTML characters output into the terminal
adad6b5
- Fix: setting the container name to the image
adad6b5
- Prompt for un/pwd if not supplied with --creds
adad6b5
- Make bud be really quiet
adad6b5
- Return a better error message when failed to resolve an image
adad6b5
- Update auth tests and fix bud man page
adad6b5
78c2996
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-3.git6bad262
78c2996
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
78c2996
6952568
* Mon Feb 05 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.11-2
6952568
- Resolves: upstream gh#432
6952568
- enable debuginfo for non-fedora packages
6952568
b1da7ad
* Tue Jan 16 2018 Dan Walsh <dwalsh@redhat.com> 0.11-1
b1da7ad
- Add --all to remove containers
b1da7ad
- Add --all functionality to rmi
b1da7ad
- Show ctrid when doing rm -all
b1da7ad
- Ignore sequential duplicate layers when reading v2s1
b1da7ad
- Lots of minor bug fixes
b1da7ad
- Vendor in latest containers/image and containers/storage
b1da7ad
4c02e20
* Tue Dec 26 2017 Dan Walsh <dwalsh@redhat.com> 0.10-2
4c02e20
- Fix checkin
4c02e20
fa659c3
* Sat Dec 23 2017 Dan Walsh <dwalsh@redhat.com> 0.10-1
fa659c3
- Display Config and Manifest as strings
fa659c3
- Bump containers/image
fa659c3
- Use configured registries to resolve image names
fa659c3
- Update to work with newer image library
fa659c3
- Add --chown option to add/copy commands
fa659c3
9d94396
* Sat Dec 2 2017 Dan Walsh <dwalsh@redhat.com> 0.9-1
9d94396
- Allow push to use the image id
9d94396
- Make sure builtin volumes have the correct label
9d94396
fa6abe1
* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.8-1
fa6abe1
- Buildah bud was failing on SELinux machines, this fixes this
fa6abe1
- Block access to certain kernel file systems inside of the container
fa6abe1
d14dafe
* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.7-1
d14dafe
- Ignore errors when trying to read containers buildah.json for loading SELinux reservations
d14dafe
-     Use credentials from kpod login for buildah
d14dafe
7d3f1f0
* Wed Nov 15 2017 Dan Walsh <dwalsh@redhat.com> 0.6-1
7d3f1f0
- Adds support for converting manifest types when using the dir transport
7d3f1f0
- Rework how we do UID resolution in images
7d3f1f0
- Bump github.com/vbatts/tar-split
7d3f1f0
- Set option.terminal appropriately in run
7d3f1f0
404eab2
* Wed Nov 08 2017 Dan Walsh <dwalsh@redhat.com> 0.5-2
404eab2
-  Bump github.com/vbatts/tar-split
404eab2
-  Fixes CVE That could allow a container image to cause a DOS
404eab2
33387dc
* Tue Nov 07 2017 Dan Walsh <dwalsh@redhat.com> 0.5-1
33387dc
-  Add secrets patch to buildah
33387dc
-  Add proper SELinux labeling to buildah run
33387dc
-  Add tls-verify to bud command
33387dc
-  Make filtering by date use the image's date
33387dc
-  images: don't list unnamed images twice
33387dc
-  Fix timeout issue
33387dc
-  Add further tty verbiage to buildah run
33387dc
-  Make inspect try an image on failure if type not specified
33387dc
-  Add support for `buildah run --hostname`
33387dc
-  Tons of bug fixes and code cleanup
33387dc
dd55030
* Fri Sep 22 2017 Dan Walsh <dwalsh@redhat.com> 0.4-1.git9cbccf88c
dd55030
-   Add default transport to push if not provided
dd55030
-   Avoid trying to print a nil ImageReference
dd55030
-   Add authentication to commit and push
dd55030
-   Add information on buildah from man page on transports
dd55030
-   Remove --transport flag
dd55030
-   Run: do not complain about missing volume locations
dd55030
-   Add credentials to buildah from
dd55030
-   Remove export command
dd55030
-   Run(): create the right working directory
dd55030
-   Improve "from" behavior with unnamed references
dd55030
-   Avoid parsing image metadata for dates and layers
dd55030
-   Read the image's creation date from public API
dd55030
-   Bump containers/storage and containers/image
dd55030
-   Don't panic if an image's ID can't be parsed
dd55030
-   Turn on --enable-gc when running gometalinter
dd55030
-   rmi: handle truncated image IDs
dd55030
dc3f8b6
* Tue Aug 15 2017 Josh Boyer <jwboyer@redhat.com> - 0.3-5.gitb9b2a8a
dc3f8b6
- Build for s390x as well
dc3f8b6
48a3db3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-4.gitb9b2a8a
48a3db3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
48a3db3
29b2c26
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-3.gitb9b2a8a
29b2c26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
29b2c26
8df8427
* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.com> 0.3-2.gitb9b2a8a7e
ffb71d3
- Bump for inclusion of OCI 1.0 Runtime and Image Spec
ffb71d3
4decefb
* Tue Jul 18 2017 Dan Walsh <dwalsh@redhat.com> 0.2.0-1.gitac2aad6
4decefb
-   buildah run: Add support for -- ending options parsing 
4decefb
-   buildah Add/Copy support for glob syntax
4decefb
-   buildah commit: Add flag to remove containers on commit
4decefb
-   buildah push: Improve man page and help information
4decefb
-   buildah run: add a way to disable PTY allocation
4decefb
-   Buildah docs: clarify --runtime-flag of run command
4decefb
-   Update to match newer storage and image-spec APIs
4decefb
-   Update containers/storage and containers/image versions
4decefb
-   buildah export: add support
4decefb
-   buildah images: update commands
4decefb
-   buildah images: Add JSON output option
4decefb
-   buildah rmi: update commands
4decefb
-   buildah containers: Add JSON output option
4decefb
-   buildah version: add command
4decefb
-   buildah run: Handle run without an explicit command correctly
4decefb
-   Ensure volume points get created, and with perms
4decefb
-   buildah containers: Add a -a/--all option
4decefb
304d219
* Wed Jun 14 2017 Dan Walsh <dwalsh@redhat.com> 0.1.0-2.git597d2ab9
789e2dc
- Release Candidate 1
789e2dc
- All features have now been implemented.
789e2dc
17d40d4
* Fri Apr 14 2017 Dan Walsh <dwalsh@redhat.com> 0.0.1-1.git7a0a5333
17d40d4
- First package for Fedora