diff --git a/.gitignore b/.gitignore index 8d18faf..d3bf727 100644 --- a/.gitignore +++ b/.gitignore @@ -90,63 +90,24 @@ /buildah-02f54e4.tar.gz /buildah-0a7389c.tar.gz /buildah-87239ae.tar.gz -/buildah-7341758.tar.gz -/buildah-0ae8b51.tar.gz -/buildah-74e0b6f.tar.gz -/buildah-9add3c8.tar.gz -/buildah-fb2b2bd.tar.gz -/buildah-dac7819.tar.gz -/buildah-d7e0993.tar.gz -/buildah-18309de.tar.gz -/buildah-c9cb148.tar.gz -/buildah-2ac987a.tar.gz -/buildah-25d89b4.tar.gz -/buildah-d5a3c52.tar.gz -/buildah-4126176.tar.gz -/buildah-93d8b9f.tar.gz -/buildah-6e00183.tar.gz -/buildah-2b582d3.tar.gz -/buildah-b68a8e1.tar.gz -/buildah-9c65e56.tar.gz -/buildah-01f9ae2.tar.gz -/buildah-5cca1d6.tar.gz -/buildah-9c1d273.tar.gz -/buildah-1e1dc14.tar.gz -/buildah-dd0f4f1.tar.gz -/buildah-90ea890.tar.gz -/buildah-de7f480.tar.gz -/buildah-96c68db.tar.gz -/buildah-dd3dff5.tar.gz -/buildah-4674656.tar.gz -/buildah-eebbba2.tar.gz -/buildah-e55a9f3.tar.gz -/buildah-579f1d5.tar.gz -/buildah-8f05aa6.tar.gz -/buildah-bb710f3.tar.gz -/buildah-a4200ae.tar.gz -/buildah-48b44e5.tar.gz -/buildah-169a923.tar.gz -/buildah-1ef527c.tar.gz -/buildah-5d22f3c.tar.gz -/buildah-f6a0258.tar.gz -/buildah-fa86533.tar.gz -/buildah-fe7e09c.tar.gz -/buildah-d7e530e.tar.gz -/buildah-66ff1dd.tar.gz -/buildah-0f114e9.tar.gz +/buildah-608fa84.tar.gz +/buildah-e94b4f9.tar.gz +/buildah-3ec6a6b.tar.gz /buildah-5f95bd9.tar.gz -/buildah-7a85ca7.tar.gz -/buildah-9b9ed1d.tar.gz -/buildah-4bcddb7.tar.gz -/buildah-f1cec50.tar.gz -/buildah-e702872.tar.gz -/buildah-03f6247.tar.gz -/buildah-973bb88.tar.gz -/buildah-ad24f28.tar.gz -/buildah-50539b5.tar.gz -/buildah-310363c.tar.gz -/buildah-711f9ea.tar.gz -/buildah-e4c4d46.tar.gz -/buildah-40d4d59.tar.gz -/buildah-80fcb24.tar.gz -/buildah-146a0fc.tar.gz +/buildah-873f001.tar.gz +/buildah-4aa16cf.tar.gz +/buildah-e23314b.tar.gz +/buildah-af8fd4a.tar.gz +/buildah-00eb895.tar.gz +/buildah-e5e0547.tar.gz +/buildah-2110f05.tar.gz +/buildah-d2a3249.tar.gz +/buildah-5a3e9fb.tar.gz +/buildah-8c1c2c5.tar.gz +/buildah-2c5da1b.tar.gz +/buildah-413bd1f.tar.gz +/buildah-0bafbfe.tar.gz +/buildah-bdd78ad.tar.gz +/buildah-21b4778.tar.gz +/buildah-9513cb8.tar.gz +/buildah-6cc4656.tar.gz diff --git a/buildah.spec b/buildah.spec index ca191ea..08c20bd 100644 --- a/buildah.spec +++ b/buildah.spec @@ -8,25 +8,33 @@ %global debug_package %{nil} %endif +%if ! 0%{?gobuild:1} +%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**}; +%endif + %global provider github %global provider_tld com %global project containers %global repo buildah # https://github.com/containers/buildah -%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} -%global commit0 146a0fc49b6870a88981912d59243caf51acc399 +%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} +%global git0 https://%{import_path} +%global commit0 6cc46567d1c7011bc99ac99ecc6239f2d3df0aa9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%global built_tag v1.12.0 + Name: %{repo} -Version: 1.7 -Release: 17.dev.git%{shortcommit0}%{?dist} +Version: 1.12.0 +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 -URL: https://%{provider_prefix} -Source: https://%{provider_prefix}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz - +URL: https://%{name}.io +Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x + # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: git @@ -42,7 +50,14 @@ BuildRequires: libassuan-devel BuildRequires: make Requires: runc >= 1.0.0-17 Requires: containers-common +%if 0%{?fedora} Recommends: container-selinux +Recommends: slirp4netns >= 0.3-0 +Recommends: fuse-overlayfs +%else +Requires: container-selinux +Requires: slirp4netns >= 0.3-0 +%endif %description The %{name} package provides a command line tool which can be used to @@ -55,6 +70,8 @@ or %prep %autosetup -Sgit -n %{name}-%{commit0} +sed -i 's/GOMD2MAN =/GOMD2MAN ?=/' docs/Makefile +sed -i '/docs install/d' Makefile %build mkdir _build @@ -65,14 +82,16 @@ popd mv vendor src -export GOPATH=$(pwd)/_build:$(pwd):%{gopath} -export BUILDTAGS='seccomp' +export GOPATH=$(pwd)/_build:$(pwd) +export BUILDTAGS='seccomp selinux' +export GO111MODULE=off %gobuild -o %{name} %{import_path}/cmd/%{name} -%{__make} docs +GOMD2MAN=go-md2man %{__make} -C docs %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions +make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -87,198 +106,95 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog -* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 1.7-17.dev.git146a0fc -- autobuilt 146a0fc +* Fri Dec 13 2019 RH Container Bot - 1.12.0-2 +- bump to v1.12.0 +- autobuilt 6cc4656 -* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 1.7-16.dev.git80fcb24 -- autobuilt 80fcb24 +* Fri Dec 06 2019 RH Container Bot - 1.11.6-2 +- bump to v1.11.6 +- autobuilt 9513cb8 -* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 1.7-15.dev.git40d4d59 -- autobuilt 40d4d59 +* Mon Oct 28 2019 RH Container Bot - 1.11.4-2 +- bump to v1.11.4 +- autobuilt 21b4778 -* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 1.7-14.dev.gite4c4d46 -- autobuilt e4c4d46 +* Fri Oct 04 2019 RH Container Bot - 1.11.3-2 +- bump to v1.11.3 +- autobuilt bdd78ad -* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 1.7-13.dev.git711f9ea -- autobuilt 711f9ea +* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 1.11.2-2.git0bafbfe +- bump to v1.11.2 +- autobuilt 0bafbfe -* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 1.7-12.dev.git310363c -- autobuilt 310363c +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 1.11.1-2.git413bd1f +- bump to v1.11.1 +- autobuilt 413bd1f -* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 1.7-11.dev.git50539b5 -- autobuilt 50539b5 +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 1.11.0-2.git2c5da1b +- bump to v1.11.0 +- autobuilt 2c5da1b -* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 1.7-10.dev.gitad24f28 -- autobuilt ad24f28 +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 1.10.1-2.git8c1c2c5 +- bump to v1.10.1 +- autobuilt 8c1c2c5 -* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 1.7-9.dev.git973bb88 -- autobuilt 973bb88 +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 1.10.0-2.git5a3e9fb +- bump to v1.10.0 +- autobuilt 5a3e9fb -* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 1.7-8.dev.git03f6247 -- autobuilt 03f6247 +* Wed Jul 24 2019 Lokesh Mandvekar - 1.9.2-2 +- use correct commit d2a3249 -* Thu Jan 31 2019 Fedora Release Engineering - 1.7-7.dev.gite702872 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 1.9.2-1 +- bump to 1.9.2 +- autobuilt 2110f05 -* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 1.7-6.dev.gite702872 -- autobuilt e702872 +* Mon Jul 15 2019 Lokesh Mandvekar - 1.9.1-3 +- GO111MODULE=off +- update release tag -* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 1.7-5.dev.gitf1cec50 -- autobuilt f1cec50 +* Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 1.9.1-2.gite5e0547 +- bump to 1.9.1 +- autobuilt e5e0547 -* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 1.7-4.dev.git4bcddb7 -- autobuilt 4bcddb7 +* Sat Jun 15 2019 Dan Walsh - 1.9.0-1.git00eb89 +- Bump to v1.9.0 Release -* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 1.7-3.dev.git9b9ed1d -- autobuilt 9b9ed1d +* Fri Jun 14 2019 Dan Walsh - 1.8.4-1.gitaf8fd4 +- bump to v1.8.4 Release -* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 1.7-2.dev.git7a85ca7 -- bump to 1.7 -- autobuilt 7a85ca7 +* Fri May 10 2019 Dan Walsh - 1.8.2-1.gite23314 +- bump to v1.8.2 Release -* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 1.6-2.dev.git5f95bd9 -- bump to 1.6 -- autobuilt 5f95bd9 +* Fri Apr 26 2019 Dan Walsh - 1.8.0-1.git4aa16c +- bump to v1.8.0 Release -* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 1.7-2.dev.git0f114e9 -- bump to 1.7 -- autobuilt 0f114e9 +* Thu Apr 25 2019 Nalin Dahyabhai - 1.7-18.git873f0014 +- Rebuild with a larger release number to unbreak upgrades from 1.7 prereleases -* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 1.6-33.dev.git66ff1dd -- autobuilt 66ff1dd +* Thu Mar 21 2019 Dan Walsh - 1.7-3.git873f0014 +- Compile with SELinux enabled -* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 1.6-32.dev.gitd7e530e -- autobuilt d7e530e +* Wed Mar 06 2019 Dan Walsh - 1.7-2.git873f0014 +- Add recommends for fuse-overlay and slirp4netns -* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 1.6-31.dev.gitfe7e09c -- autobuilt fe7e09c +* Thu Feb 21 2019 Dan Walsh - 1.7-1.git873f0014 +- bump to v1.7 Release -* Sun Jan 13 2019 Lokesh Mandvekar (Bot) - 1.6-30.dev.gitfa86533 -- autobuilt fa86533 +* Wed Jan 16 2019 Dan Walsh - 1.6-2.git5f95bd9a +- Fixes for v1.6 release -* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 1.6-29.dev.gitf6a0258 -- autobuilt f6a0258 +* Wed Jan 16 2019 Dan Walsh - 1.6-1.git3ec6a6bd +- bump to v1.6 Release -* Fri Jan 11 2019 Lokesh Mandvekar (Bot) - 1.6-28.dev.git5d22f3c -- autobuilt 5d22f3c +* Thu Nov 22 2018 Dan Walsh - 1.5-1.gite94b4f98 +- bump to v1.5 Release -* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 1.6-27.dev.git1ef527c -- autobuilt 1ef527c +* Thu Oct 4 2018 Dan Walsh - 1.4-3.git608fa84 +- Fix v1.4 Release -* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 1.6-26.dev.git169a923 -- autobuilt 169a923 - -* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 1.6-25.dev.git48b44e5 -- autobuilt 48b44e5 - -* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 1.6-24.dev.gita4200ae -- autobuilt a4200ae - -* Sun Jan 06 2019 Lokesh Mandvekar (Bot) - 1.6-23.dev.gitbb710f3 -- autobuilt bb710f3 - -* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 1.6-22.dev.git8f05aa6 -- autobuilt 8f05aa6 - -* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 1.6-21.dev.git579f1d5 -- autobuilt 579f1d5 - -* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 1.6-20.dev.gite55a9f3 -- autobuilt e55a9f3 - -* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd99.dev.giteebbba2 -- autobuilt eebbba2 - -* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd98.dev.git4674656 -- autobuilt 4674656 - -* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd97.dev.gitdd3dff5 -- autobuilt dd3dff5 - -* Sun Dec 16 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd96.dev.git96c68db -- autobuilt 96c68db - -* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd95.dev.gitde7f480 -- autobuilt de7f480 - -* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd94.dev.git90ea890 -- autobuilt 90ea890 - -* Mon Dec 10 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd93.dev.gitdd0f4f1 -- autobuilt dd0f4f1 - -* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd92.dev.git1e1dc14 -- autobuilt 1e1dc14 - -* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd91.dev.git9c1d273 -- autobuilt 9c1d273 - -* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd90.dev.git5cca1d6 -- autobuilt 5cca1d6 - -* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 1.6-9.dev.git01f9ae2 -- autobuilt 01f9ae2 - -* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 1.6-8.dev.git9c65e56 -- autobuilt 9c65e56 - -* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 1.6-7.dev.gitb68a8e1 -- autobuilt b68a8e1 - -* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 1.6-6.dev.git2b582d3 -- autobuilt 2b582d3 - -* Fri Nov 30 2018 Lokesh Mandvekar (Bot) - 1.6-5.dev.git6e00183 -- autobuilt 6e00183 - -* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 1.6-4.dev.git93d8b9f -- autobuilt 93d8b9f - -* Wed Nov 28 2018 Lokesh Mandvekar (Bot) - 1.6-3.dev.git4126176 -- autobuilt 4126176 - -* Fri Nov 23 2018 Lokesh Mandvekar (Bot) - 1.6-2.dev.gitd5a3c52 -- bump to 1.6 -- autobuilt d5a3c52 - -* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 1.5-12.dev.git25d89b4 -- autobuilt 25d89b4 - -* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 1.5-11.dev.git2ac987a -- autobuilt 2ac987a - -* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 1.5-10.dev.gitc9cb148 -- autobuilt c9cb148 - -* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 1.5-9.dev.git18309de -- autobuilt 18309de - -* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 1.5-8.dev.gitd7e0993 -- autobuilt d7e0993 - -* Thu Nov 15 2018 Lokesh Mandvekar (Bot) - 1.5-7.dev.gitdac7819 -- autobuilt dac7819 - -* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1.5-6.dev.gitfb2b2bd -- autobuilt fb2b2bd - -* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1.5-5.dev.git9add3c8 -- autobuilt 9add3c8 - -* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1.5-4.dev.git74e0b6f -- autobuilt 74e0b6f - -* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1.5-3.dev.git0ae8b51 -- autobuilt 0ae8b51 - -* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1.5-2.dev.git7341758 -- autobuilt 7341758 - -* Tue Oct 2 2018 Dan Walsh - 1.5-1.dev.git87239ae -- bump to v1.5-dev Release - -* Wed Sep 19 2018 Lokesh Mandvekar - 1.4-2.dev.git19e44f0 -- autobuilt 19e44f0 +* Tue Oct 2 2018 Dan Walsh - 1.4-2.git87239ae +- bump to v1.4 Release * Sun Aug 12 2018 Lokesh Mandvekar - 1.4-1.dev.git0a7389c - bump to v1.4-dev @@ -639,33 +555,33 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions - autobuilt commit 4743c2e * Wed Apr 4 2018 Dan Walsh 0.16-1 -- Add support for shell -- Vendor in latest containers/image -- docker-archive generates docker legacy compatible images -- Do not create $DiffID subdirectories for layers with no configs -- Ensure the layer IDs in legacy docker/tarfile metadata are unique -- docker-archive: repeated layers are symlinked in the tar file -- sysregistries: remove all trailing slashes -- Improve docker/* error messages -- Fix failure to make auth directory -- Create a new slice in Schema1.UpdateLayerInfos -- Drop unused storageImageDestination.{image,systemContext} -- Load a *storage.Image only once in storageImageSource -- Support gzip for docker-archive files -- Remove .tar extension from blob and config file names -- ostree, src: support copy of compressed layers -- ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size -- image: fix docker schema v1 -> OCI conversion -- Add /etc/containers/certs.d as default certs directory -- Change image time to locale, add troubleshooting.md, add logo to other mds -- Allow --cmd parameter to have commands as values -- Document the mounts.conf file -- Fix man pages to format correctly -- buildah from now supports pulling images using the following transports: -- docker-archive, oci-archive, and dir. -- If the user overrides the storage driver, the options should be dropped -- Show Config/Manifest as JSON string in inspect when format is not set -- Adds feature to pull compressed docker-archive files +- Add support for shell +- Vendor in latest containers/image +- docker-archive generates docker legacy compatible images +- Do not create $DiffID subdirectories for layers with no configs +- Ensure the layer IDs in legacy docker/tarfile metadata are unique +- docker-archive: repeated layers are symlinked in the tar file +- sysregistries: remove all trailing slashes +- Improve docker/* error messages +- Fix failure to make auth directory +- Create a new slice in Schema1.UpdateLayerInfos +- Drop unused storageImageDestination.{image,systemContext} +- Load a *storage.Image only once in storageImageSource +- Support gzip for docker-archive files +- Remove .tar extension from blob and config file names +- ostree, src: support copy of compressed layers +- ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size +- image: fix docker schema v1 -> OCI conversion +- Add /etc/containers/certs.d as default certs directory +- Change image time to locale, add troubleshooting.md, add logo to other mds +- Allow --cmd parameter to have commands as values +- Document the mounts.conf file +- Fix man pages to format correctly +- buildah from now supports pulling images using the following transports: +- docker-archive, oci-archive, and dir. +- If the user overrides the storage driver, the options should be dropped +- Show Config/Manifest as JSON string in inspect when format is not set +- Adds feature to pull compressed docker-archive files * Tue Feb 27 2018 Dan Walsh 0.15-1 - Fix handling of buildah run command options @@ -682,7 +598,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions * Thu Feb 22 2018 Dan Walsh 0.13-1 - Vendor in latest containers/storage -- This fixes a large SELinux bug. +- This fixes a large SELinux bug. - run: do not open /etc/hosts if not needed - Add the following flags to buildah bud and from --add-host @@ -755,7 +671,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions * Thu Nov 16 2017 Dan Walsh 0.7-1 - Ignore errors when trying to read containers buildah.json for loading SELinux reservations -- Use credentials from kpod login for buildah +- Use credentials from kpod login for buildah * Wed Nov 15 2017 Dan Walsh 0.6-1 - Adds support for converting manifest types when using the dir transport @@ -764,38 +680,38 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions - Set option.terminal appropriately in run * Wed Nov 08 2017 Dan Walsh 0.5-2 -- Bump github.com/vbatts/tar-split -- Fixes CVE That could allow a container image to cause a DOS +- Bump github.com/vbatts/tar-split +- Fixes CVE That could allow a container image to cause a DOS * Tue Nov 07 2017 Dan Walsh 0.5-1 -- Add secrets patch to buildah -- Add proper SELinux labeling to buildah run -- Add tls-verify to bud command -- Make filtering by date use the image's date -- images: don't list unnamed images twice -- Fix timeout issue -- Add further tty verbiage to buildah run -- Make inspect try an image on failure if type not specified -- Add support for `buildah run --hostname` -- Tons of bug fixes and code cleanup +- Add secrets patch to buildah +- Add proper SELinux labeling to buildah run +- Add tls-verify to bud command +- Make filtering by date use the image's date +- images: don't list unnamed images twice +- Fix timeout issue +- Add further tty verbiage to buildah run +- Make inspect try an image on failure if type not specified +- Add support for `buildah run --hostname` +- Tons of bug fixes and code cleanup * Fri Sep 22 2017 Dan Walsh 0.4-1.git9cbccf88c -- Add default transport to push if not provided -- Avoid trying to print a nil ImageReference -- Add authentication to commit and push -- Add information on buildah from man page on transports -- Remove --transport flag -- Run: do not complain about missing volume locations -- Add credentials to buildah from -- Remove export command -- Run(): create the right working directory -- Improve "from" behavior with unnamed references -- Avoid parsing image metadata for dates and layers -- Read the image's creation date from public API -- Bump containers/storage and containers/image -- Don't panic if an image's ID can't be parsed -- Turn on --enable-gc when running gometalinter -- rmi: handle truncated image IDs +- Add default transport to push if not provided +- Avoid trying to print a nil ImageReference +- Add authentication to commit and push +- Add information on buildah from man page on transports +- Remove --transport flag +- Run: do not complain about missing volume locations +- Add credentials to buildah from +- Remove export command +- Run(): create the right working directory +- Improve "from" behavior with unnamed references +- Avoid parsing image metadata for dates and layers +- Read the image's creation date from public API +- Bump containers/storage and containers/image +- Don't panic if an image's ID can't be parsed +- Turn on --enable-gc when running gometalinter +- rmi: handle truncated image IDs * Tue Aug 15 2017 Josh Boyer - 0.3-5.gitb9b2a8a - Build for s390x as well @@ -810,23 +726,23 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions - Bump for inclusion of OCI 1.0 Runtime and Image Spec * Tue Jul 18 2017 Dan Walsh 0.2.0-1.gitac2aad6 -- buildah run: Add support for -- ending options parsing -- buildah Add/Copy support for glob syntax -- buildah commit: Add flag to remove containers on commit -- buildah push: Improve man page and help information -- buildah run: add a way to disable PTY allocation -- Buildah docs: clarify --runtime-flag of run command -- Update to match newer storage and image-spec APIs -- Update containers/storage and containers/image versions -- buildah export: add support -- buildah images: update commands -- buildah images: Add JSON output option -- buildah rmi: update commands -- buildah containers: Add JSON output option -- buildah version: add command -- buildah run: Handle run without an explicit command correctly -- Ensure volume points get created, and with perms -- buildah containers: Add a -a/--all option +- buildah run: Add support for -- ending options parsing +- buildah Add/Copy support for glob syntax +- buildah commit: Add flag to remove containers on commit +- buildah push: Improve man page and help information +- buildah run: add a way to disable PTY allocation +- Buildah docs: clarify --runtime-flag of run command +- Update to match newer storage and image-spec APIs +- Update containers/storage and containers/image versions +- buildah export: add support +- buildah images: update commands +- buildah images: Add JSON output option +- buildah rmi: update commands +- buildah containers: Add JSON output option +- buildah version: add command +- buildah run: Handle run without an explicit command correctly +- Ensure volume points get created, and with perms +- buildah containers: Add a -a/--all option * Wed Jun 14 2017 Dan Walsh 0.1.0-2.git597d2ab9 - Release Candidate 1 diff --git a/sources b/sources index bc2b7c8..06a0e2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-146a0fc.tar.gz) = abf57ecc8b41d55ca4059a35424ba93f254aba0db111cbb7cb5d5ef02fafd175f3ecc87baf81d45e62f126af274157909ba1144348cc6129b358e05a970e7ec4 +SHA512 (buildah-6cc4656.tar.gz) = 9b1aca1129ed5b9d8a10b463b4d5b4c10c75cb345b810fe801666e447b7f93d8fc97e38582931d25d08534420880d733f015a05ded919cabf0c67f7d12256e44