Compare commits

...
Sign in to create a new pull request.

20 commits

Author SHA1 Message Date
Daniel J Walsh
52815a57be
bump to v1.7 Release 2019-02-21 15:24:44 -05:00
Daniel J Walsh
9b84606f18
Fixes for v1.6 release 2019-01-21 14:04:37 -05:00
Daniel J Walsh
2ce96c7d6f
bump to v1.6 Release 2019-01-16 18:05:22 -05:00
Daniel J Walsh
6200193eac
bump to v1.5 Release 2018-11-22 11:35:52 -05:00
Daniel J Walsh
30b71f84bb
bump to v1.5-dev Release 2018-11-22 11:17:26 -05:00
Daniel J Walsh
69f2067526
Fix v1.4 Release 2018-10-04 12:36:28 -04:00
Daniel J Walsh
ff14f3c53c
bump to v1.4 Release 2018-10-03 07:42:52 -04:00
Daniel J Walsh
0494726d25
bump to v1.4 Release 2018-10-02 15:39:54 -04:00
Daniel J Walsh
4ee64e79b6
bump to v1.4 Release 2018-10-02 15:36:31 -04:00
Daniel J Walsh
430c7a0285
Bump to v1.3
Vendor in lates containers/image
build-using-dockerfile: let -t include transports again
Block use of /proc/acpi and /proc/keys from inside containers
Fix handling of --registries-conf
Fix becoming a maintainer link
add optional CI test fo darwin
Don't pass a nil error to errors.Wrapf()
image filter test: use kubernetes/pause as a "since"
Add --cidfile option to from
vendor: update containers/storage
Contributors need to find the CONTRIBUTOR.md file easier
Add a --loglevel option to build-with-dockerfile
Create Development plan
cmd: Code improvement
allow buildah cross compile for a darwin target
Add unused function param lint check
docs: Follow man-pages(7) suggestions for SYNOPSIS
Start using github.com/seccomp/containers-golang
umount: add all option to umount all mounted containers
runConfigureNetwork(): remove an unused parameter
Update github.com/opencontainers/selinux
Fix buildah bud --layers
Force ownership of /etc/hosts and /etc/resolv.conf to 0:0
main: if unprivileged, reexec in a user namespace
Vendor in latest imagebuilder
Reduce the complexity of the buildah.Run function
mount: output it before replacing lastError
Vendor in latest selinux-go code
Implement basic recognition of the "--isolation" option
Run(): try to resolve non-absolute paths using $PATH
Run(): don't include any default environment variables
build without seccomp
vendor in latest runtime-tools
bind/mount_unsupported.go: remove import errors
Update github.com/opencontainers/runc
Add Capabilities lists to BuilderInfo
Tweaks for commit tests
commit: recognize committing to second storage locations
Fix ARGS parsing for run commands
Add info on registries.conf to from manpage
Switch from using docker to podman for testing in .papr
buildah: set the HTTP User-Agent
ONBUILD tutorial
Add information about the configuration files to the install docs
Makefile: add uninstall
Add tilde info for push to troubleshooting
mount: support multiple inputs
Use the right formatting when adding entries to /etc/hosts
Vendor in latest go-selinux bindings
Allow --userns-uid-map/--userns-gid-map to be global options
bind: factor out UnmountMountpoints
Run(): simplify runCopyStdio()
Run(): handle POLLNVAL results
Run(): tweak terminal mode handling
Run(): rename 'copyStdio' to 'copyPipes'
Run(): don't set a Pdeathsig for the runtime
Run(): add options for adding and removing capabilities
Run(): don't use a callback when a slice will do
setupSeccomp(): refactor
Change RunOptions.Stdin/Stdout/Stderr to just be Reader/Writers
Escape use of '_' in .md docs
Break out getProcIDMappings()
Break out SetupIntermediateMountNamespace()
Add Multi From Demo
Use the c/image conversion code instead of converting configs manually
Don't throw away the manifest MIME type and guess again
Consolidate loading manifest and config in initConfig
Pass a types.Image to Builder.initConfig
Require an image ID in importBuilderDataFromImage
Use c/image/manifest.GuessMIMEType instead of a custom heuristic
Do not ignore any parsing errors in initConfig
Explicitly handle "from scratch" images in Builder.initConfig
Fix parsing of OCI images
Simplify dead but dangerous-looking error handling
Don't ignore v2s1 history if docker_version is not set
Add --rm and --force-rm to buildah bud
Add --all,-a flag to buildah images
Separate stdio buffering from writing
Remove tty check from images --format
Add environment variable BUILDAH_RUNTIME
Add --layers and --no-cache to buildah bud
Touch up images man
version.md: fix DESCRIPTION
tests: add containers test
tests: add images test
images: fix usage
fix make clean error
Change 'registries' to 'container registries' in man
add commit test
Add(): learn to record hashes of what we add
Minor update to buildah config documentation for entrypoint
Bump to v1.2-dev
Add registries.conf link to a few man pages
2018-08-05 07:27:16 -04:00
Daniel J Walsh
aab870d77b
Bump to v1.3
Vendor in lates containers/image
build-using-dockerfile: let -t include transports again
Block use of /proc/acpi and /proc/keys from inside containers
Fix handling of --registries-conf
Fix becoming a maintainer link
add optional CI test fo darwin
Don't pass a nil error to errors.Wrapf()
image filter test: use kubernetes/pause as a "since"
Add --cidfile option to from
vendor: update containers/storage
Contributors need to find the CONTRIBUTOR.md file easier
Add a --loglevel option to build-with-dockerfile
Create Development plan
cmd: Code improvement
allow buildah cross compile for a darwin target
Add unused function param lint check
docs: Follow man-pages(7) suggestions for SYNOPSIS
Start using github.com/seccomp/containers-golang
umount: add all option to umount all mounted containers
runConfigureNetwork(): remove an unused parameter
Update github.com/opencontainers/selinux
Fix buildah bud --layers
Force ownership of /etc/hosts and /etc/resolv.conf to 0:0
main: if unprivileged, reexec in a user namespace
Vendor in latest imagebuilder
Reduce the complexity of the buildah.Run function
mount: output it before replacing lastError
Vendor in latest selinux-go code
Implement basic recognition of the "--isolation" option
Run(): try to resolve non-absolute paths using $PATH
Run(): don't include any default environment variables
build without seccomp
vendor in latest runtime-tools
bind/mount_unsupported.go: remove import errors
Update github.com/opencontainers/runc
Add Capabilities lists to BuilderInfo
Tweaks for commit tests
commit: recognize committing to second storage locations
Fix ARGS parsing for run commands
Add info on registries.conf to from manpage
Switch from using docker to podman for testing in .papr
buildah: set the HTTP User-Agent
ONBUILD tutorial
Add information about the configuration files to the install docs
Makefile: add uninstall
Add tilde info for push to troubleshooting
mount: support multiple inputs
Use the right formatting when adding entries to /etc/hosts
Vendor in latest go-selinux bindings
Allow --userns-uid-map/--userns-gid-map to be global options
bind: factor out UnmountMountpoints
Run(): simplify runCopyStdio()
Run(): handle POLLNVAL results
Run(): tweak terminal mode handling
Run(): rename 'copyStdio' to 'copyPipes'
Run(): don't set a Pdeathsig for the runtime
Run(): add options for adding and removing capabilities
Run(): don't use a callback when a slice will do
setupSeccomp(): refactor
Change RunOptions.Stdin/Stdout/Stderr to just be Reader/Writers
Escape use of '_' in .md docs
Break out getProcIDMappings()
Break out SetupIntermediateMountNamespace()
Add Multi From Demo
Use the c/image conversion code instead of converting configs manually
Don't throw away the manifest MIME type and guess again
Consolidate loading manifest and config in initConfig
Pass a types.Image to Builder.initConfig
Require an image ID in importBuilderDataFromImage
Use c/image/manifest.GuessMIMEType instead of a custom heuristic
Do not ignore any parsing errors in initConfig
Explicitly handle "from scratch" images in Builder.initConfig
Fix parsing of OCI images
Simplify dead but dangerous-looking error handling
Don't ignore v2s1 history if docker_version is not set
Add --rm and --force-rm to buildah bud
Add --all,-a flag to buildah images
Separate stdio buffering from writing
Remove tty check from images --format
Add environment variable BUILDAH_RUNTIME
Add --layers and --no-cache to buildah bud
Touch up images man
version.md: fix DESCRIPTION
tests: add containers test
tests: add images test
images: fix usage
fix make clean error
Change 'registries' to 'container registries' in man
add commit test
Add(): learn to record hashes of what we add
Minor update to buildah config documentation for entrypoint
Bump to v1.2-dev
Add registries.conf link to a few man pages
2018-08-05 07:19:46 -04:00
Daniel J Walsh
4e8d13219d
Change container-selinux Requires to Recommends 2018-07-23 15:11:42 -04:00
Daniel J Walsh
7d8e3c31c7
buildah does not require ostree 2018-07-19 16:42:26 -04:00
Daniel J Walsh
977e968135
Vendor in latest containers/image
build-using-dockerfile: let -t include transports again
Block use of /proc/acpi and /proc/keys from inside containers
Fix handling of --registries-conf
Fix becoming a maintainer link
add optional CI test fo darwin
Don't pass a nil error to errors.Wrapf()
image filter test: use kubernetes/pause as a "since"
Add --cidfile option to from
vendor: update containers/storage
Contributors need to find the CONTRIBUTOR.md file easier
Add a --loglevel option to build-with-dockerfile
Create Development plan
cmd: Code improvement
allow buildah cross compile for a darwin target
Add unused function param lint check
docs: Follow man-pages(7) suggestions for SYNOPSIS
Start using github.com/seccomp/containers-golang
umount: add all option to umount all mounted containers
runConfigureNetwork(): remove an unused parameter
Update github.com/opencontainers/selinux
Fix buildah bud --layers
Force ownership of /etc/hosts and /etc/resolv.conf to 0:0
main: if unprivileged, reexec in a user namespace
Vendor in latest imagebuilder
Reduce the complexity of the buildah.Run function
mount: output it before replacing lastError
Vendor in latest selinux-go code
Implement basic recognition of the "--isolation" option
Run(): try to resolve non-absolute paths using $PATH
Run(): don't include any default environment variables
build without seccomp
vendor in latest runtime-tools
bind/mount_unsupported.go: remove import errors
Update github.com/opencontainers/runc
Add Capabilities lists to BuilderInfo
Tweaks for commit tests
commit: recognize committing to second storage locations
Fix ARGS parsing for run commands
Add info on registries.conf to from manpage
Switch from using docker to podman for testing in .papr
buildah: set the HTTP User-Agent
ONBUILD tutorial
Add information about the configuration files to the install docs
Makefile: add uninstall
Add tilde info for push to troubleshooting
mount: support multiple inputs
Use the right formatting when adding entries to /etc/hosts
Vendor in latest go-selinux bindings
Allow --userns-uid-map/--userns-gid-map to be global options
bind: factor out UnmountMountpoints
Run(): simplify runCopyStdio()
Run(): handle POLLNVAL results
Run(): tweak terminal mode handling
Run(): rename 'copyStdio' to 'copyPipes'
Run(): don't set a Pdeathsig for the runtime
Run(): add options for adding and removing capabilities
Run(): don't use a callback when a slice will do
setupSeccomp(): refactor
Change RunOptions.Stdin/Stdout/Stderr to just be Reader/Writers
Escape use of '_' in .md docs
Break out getProcIDMappings()
Break out SetupIntermediateMountNamespace()
Add Multi From Demo
Use the c/image conversion code instead of converting configs manually
Don't throw away the manifest MIME type and guess again
Consolidate loading manifest and config in initConfig
Pass a types.Image to Builder.initConfig
Require an image ID in importBuilderDataFromImage
Use c/image/manifest.GuessMIMEType instead of a custom heuristic
Do not ignore any parsing errors in initConfig
Explicitly handle "from scratch" images in Builder.initConfig
Fix parsing of OCI images
Simplify dead but dangerous-looking error handling
Don't ignore v2s1 history if docker_version is not set
Add --rm and --force-rm to buildah bud
Add --all,-a flag to buildah images
Separate stdio buffering from writing
Remove tty check from images --format
Add environment variable BUILDAH_RUNTIME
Add --layers and --no-cache to buildah bud
Touch up images man
version.md: fix DESCRIPTION
tests: add containers test
tests: add images test
images: fix usage
fix make clean error
Change 'registries' to 'container registries' in man
add commit test
Add(): learn to record hashes of what we add
Minor update to buildah config documentation for entrypoint
Add registries.conf link to a few man pages
2018-07-15 07:01:57 -04:00
Daniel J Walsh
dfcf64556b
Vendor in latest containers/image
build-using-dockerfile: let -t include transports again
Block use of /proc/acpi and /proc/keys from inside containers
Fix handling of --registries-conf
Fix becoming a maintainer link
add optional CI test fo darwin
Don't pass a nil error to errors.Wrapf()
image filter test: use kubernetes/pause as a "since"
Add --cidfile option to from
vendor: update containers/storage
Contributors need to find the CONTRIBUTOR.md file easier
Add a --loglevel option to build-with-dockerfile
Create Development plan
cmd: Code improvement
allow buildah cross compile for a darwin target
Add unused function param lint check
docs: Follow man-pages(7) suggestions for SYNOPSIS
Start using github.com/seccomp/containers-golang
umount: add all option to umount all mounted containers
runConfigureNetwork(): remove an unused parameter
Update github.com/opencontainers/selinux
Fix buildah bud --layers
Force ownership of /etc/hosts and /etc/resolv.conf to 0:0
main: if unprivileged, reexec in a user namespace
Vendor in latest imagebuilder
Reduce the complexity of the buildah.Run function
mount: output it before replacing lastError
Vendor in latest selinux-go code
Implement basic recognition of the "--isolation" option
Run(): try to resolve non-absolute paths using $PATH
Run(): don't include any default environment variables
build without seccomp
vendor in latest runtime-tools
bind/mount_unsupported.go: remove import errors
Update github.com/opencontainers/runc
Add Capabilities lists to BuilderInfo
Tweaks for commit tests
commit: recognize committing to second storage locations
Fix ARGS parsing for run commands
Add info on registries.conf to from manpage
Switch from using docker to podman for testing in .papr
buildah: set the HTTP User-Agent
ONBUILD tutorial
Add information about the configuration files to the install docs
Makefile: add uninstall
Add tilde info for push to troubleshooting
mount: support multiple inputs
Use the right formatting when adding entries to /etc/hosts
Vendor in latest go-selinux bindings
Allow --userns-uid-map/--userns-gid-map to be global options
bind: factor out UnmountMountpoints
Run(): simplify runCopyStdio()
Run(): handle POLLNVAL results
Run(): tweak terminal mode handling
Run(): rename 'copyStdio' to 'copyPipes'
Run(): don't set a Pdeathsig for the runtime
Run(): add options for adding and removing capabilities
Run(): don't use a callback when a slice will do
setupSeccomp(): refactor
Change RunOptions.Stdin/Stdout/Stderr to just be Reader/Writers
Escape use of '_' in .md docs
Break out getProcIDMappings()
Break out SetupIntermediateMountNamespace()
Add Multi From Demo
Use the c/image conversion code instead of converting configs manually
Don't throw away the manifest MIME type and guess again
Consolidate loading manifest and config in initConfig
Pass a types.Image to Builder.initConfig
Require an image ID in importBuilderDataFromImage
Use c/image/manifest.GuessMIMEType instead of a custom heuristic
Do not ignore any parsing errors in initConfig
Explicitly handle "from scratch" images in Builder.initConfig
Fix parsing of OCI images
Simplify dead but dangerous-looking error handling
Don't ignore v2s1 history if docker_version is not set
Add --rm and --force-rm to buildah bud
Add --all,-a flag to buildah images
Separate stdio buffering from writing
Remove tty check from images --format
Add environment variable BUILDAH_RUNTIME
Add --layers and --no-cache to buildah bud
Touch up images man
version.md: fix DESCRIPTION
tests: add containers test
tests: add images test
images: fix usage
fix make clean error
Change 'registries' to 'container registries' in man
add commit test
Add(): learn to record hashes of what we add
Minor update to buildah config documentation for entrypoint
Add registries.conf link to a few man pages
2018-07-15 06:16:51 -04:00
Daniel J Walsh
a62528f14b
bump to v1.1 2018-06-10 17:26:40 -04:00
Daniel J Walsh
717f363a73 Remove buildah run cmd and entrypoint execution
Add Files section with registries.conf to pertinent man pages
Force "localhost" as a default registry
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
Add support for --iidfile to bud and commit
Add /bin/sh -c to entrypoint in config
buildah images and podman images are listing different sizes
Remove tarball as an option from buildah push --help
Update entrypoint behaviour to match docker
Display imageId after commit
config: add support for StopSignal
Allow referencing stages as index and names
Add multi-stage builds support
Vendor in latest imagebuilder, to get mixed case AS support
Allow umount to have multi-containers
Update buildah push doc
buildah bud walks symlinks
Imagename is required for commit atm, update manpage
2018-05-07 06:58:29 -07:00
Daniel J Walsh
fcc97489eb Remove buildah run cmd and entrypoint execution
Add Files section with registries.conf to pertinent man pages
Force "localhost" as a default registry
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
Add support for --iidfile to bud and commit
Add /bin/sh -c to entrypoint in config
buildah images and podman images are listing different sizes
Remove tarball as an option from buildah push --help
Update entrypoint behaviour to match docker
Display imageId after commit
config: add support for StopSignal
Allow referencing stages as index and names
Add multi-stage builds support
Vendor in latest imagebuilder, to get mixed case AS support
Allow umount to have multi-containers
Update buildah push doc
buildah bud walks symlinks
Imagename is required for commit atm, update manpage
2018-05-07 06:56:12 -07:00
Daniel J Walsh
80c3b75233 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
2018-04-04 10:19:22 -04:00
Daniel J Walsh
917befb593 Fix handling of buildah run command options 2018-02-27 05:00:47 -08:00
3 changed files with 533 additions and 36 deletions

80
.gitignore vendored
View file

@ -15,3 +15,83 @@
/buildah-6bad262.tar.gz
/buildah-8badcc2.tar.gz
/buildah-ef0ca9c.tar.gz
/buildah-d1330a5.tar.gz
/buildah-82529cd.tar.gz
/buildah-4339223.tar.gz
/buildah-83d7d10.tar.gz
/buildah-6421399.tar.gz
/buildah-45a4b81.tar.gz
/buildah-28a27a3.tar.gz
/buildah-e008b73.tar.gz
/buildah-d84f05a.tar.gz
/buildah-b16a1ea.tar.gz
/buildah-fdc3998.tar.gz
/buildah-49abf82.tar.gz
/buildah-ca1704f.tar.gz
/buildah-c50c287.tar.gz
/buildah-adb8e6f.tar.gz
/buildah-e130f2b.tar.gz
/buildah-a4f5707.tar.gz
/buildah-6fe2b55.tar.gz
/buildah-45772e8.tar.gz
/buildah-dd02e70.tar.gz
/buildah-1ab80bc.tar.gz
/buildah-906ee37.tar.gz
/buildah-fe204e4.tar.gz
/buildah-2ea3e11.tar.gz
/buildah-b9a1041.tar.gz
/buildah-ce8d467.tar.gz
/buildah-8515867.tar.gz
/buildah-3e320b9.tar.gz
/buildah-2749191.tar.gz
/buildah-25f4e8e.tar.gz
/buildah-88affbd.tar.gz
/buildah-ebb0d8e.tar.gz
/buildah-5595d4d.tar.gz
/buildah-73bfd79.tar.gz
/buildah-03686e5.tar.gz
/buildah-70641ee.tar.gz
/buildah-f90b6c0.tar.gz
/buildah-d3d097b.tar.gz
/buildah-c306342.tar.gz
/buildah-f449b28.tar.gz
/buildah-fbf46d3.tar.gz
/buildah-b9983a6.tar.gz
/buildah-94c1e6d.tar.gz
/buildah-6c4bef7.tar.gz
/buildah-73820fc.tar.gz
/buildah-fc438bb.tar.gz
/buildah-93d8606.tar.gz
/buildah-2064b29.tar.gz
/buildah-da7be32.tar.gz
/buildah-2441ff4.tar.gz
/buildah-0143a44.tar.gz
/buildah-2ac95ea.tar.gz
/buildah-16a33bd.tar.gz
/buildah-146c185.tar.gz
/buildah-1acccce.tar.gz
/buildah-b965fc4.tar.gz
/buildah-704adec.tar.gz
/buildah-6f72599.tar.gz
/buildah-5cd9be6.tar.gz
/buildah-5c11c34.tar.gz
/buildah-a59fb7a.tar.gz
/buildah-733cd20.tar.gz
/buildah-a885bc6.tar.gz
/buildah-8be2b62.tar.gz
/buildah-3fb864b.tar.gz
/buildah-a9895bd.tar.gz
/buildah-1215b16.tar.gz
/buildah-826733a.tar.gz
/buildah-e5f7539.tar.gz
/buildah-4976d8c.tar.gz
/buildah-c18724e.tar.gz
/buildah-be03809.tar.gz
/buildah-02f54e4.tar.gz
/buildah-0a7389c.tar.gz
/buildah-87239ae.tar.gz
/buildah-608fa84.tar.gz
/buildah-e94b4f9.tar.gz
/buildah-3ec6a6b.tar.gz
/buildah-5f95bd9.tar.gz
/buildah-873f001.tar.gz

View file

@ -1,48 +1,48 @@
%global with_debug 1
%global with_bundled 1
%global with_debug 1
%if 0%{?with_debug}
%global _find_debuginfo_dwz_opts %{nil}
%global _dwz_low_mem_die_limit 0
%else
%global debug_package %{nil}
%endif
%global provider github
%global provider_tld com
%global project projectatomic
%global repo buildah
# https://github.com/projectatomic/buildah
%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 commit ef0ca9cd2d69e8ca70d07e19386c676ae4985644
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global import_path %{provider_prefix}
%global commit0 873f00141c8e23973709f6226972d5976f8eb975
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: %{repo}
Version: 0.13
Release: 2.git%{shortcommit}%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{provider_prefix}
Source: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
Name: %{repo}
Version: 1.7
Release: 1.git%{shortcommit0}%{?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
ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x
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
BuildRequires: glib2-devel
BuildRequires: libseccomp-devel
BuildRequires: ostree-devel
BuildRequires: glibc-static
BuildRequires: go-md2man
BuildRequires: gpgme-devel
BuildRequires: device-mapper-devel
BuildRequires: btrfs-progs-devel
BuildRequires: libassuan-devel
Requires: runc >= 1.0.0-17
Requires: skopeo-containers >= 0.1.20-2
Requires: container-selinux
Requires: ostree
Provides: %{repo} = %{version}-%{release}
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
BuildRequires: git
BuildRequires: glib2-devel
BuildRequires: libseccomp-static
BuildRequires: ostree-devel
BuildRequires: glibc-static
BuildRequires: go-md2man
BuildRequires: gpgme-devel
BuildRequires: device-mapper-devel
BuildRequires: btrfs-progs-devel
BuildRequires: libassuan-devel
BuildRequires: make
Requires: runc >= 1.0.0-17
Requires: containers-common
Recommends: container-selinux
%description
The %{name} package provides a command line tool which can be used to
@ -54,7 +54,7 @@ or
* delete a working container or an image
%prep
%autosetup -Sgit -n %{name}-%{commit}
%autosetup -Sgit -n %{name}-%{commit0}
%build
mkdir _build
@ -66,7 +66,9 @@ popd
mv vendor src
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
make all GIT_COMMIT=%{shortcommit}
export BUILDTAGS='seccomp'
%gobuild -o %{name} %{import_path}/cmd/%{name}
%{__make} docs
%install
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
@ -85,6 +87,421 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Thu Feb 21 2019 Dan Walsh <dwalsh@redhat.com> - 1.6-2.git873f0014
- bump to v1.7 Release
* Wed Jan 16 2019 Dan Walsh <dwalsh@redhat.com> - 1.6-2.git5f95bd9a
- Fixes for v1.6 release
* Wed Jan 16 2019 Dan Walsh <dwalsh@redhat.com> - 1.6-1.git3ec6a6bd
- bump to v1.6 Release
* Thu Nov 22 2018 Dan Walsh <dwalsh@redhat.com> - 1.5-1.gite94b4f98
- bump to v1.5 Release
* Thu Oct 4 2018 Dan Walsh <dwalsh@redhat.com> - 1.4-3.git608fa84
- Fix v1.4 Release
* Tue Oct 2 2018 Dan Walsh <dwalsh@redhat.com> - 1.4-2.git87239ae
- bump to v1.4 Release
* Sun Aug 12 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4-1.dev.git0a7389c
- bump to v1.4-dev
- built 0a7389c
* Wed Aug 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-11.dev.git02f54e4
- autobuilt 02f54e4
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.3-10.dev.gitbe03809
- Rebuild with fixed binutils
* Sun Jul 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-9.dev.gitbe03809
- autobuilt be03809
* Sat Jul 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-8.dev.gitc18724e
- autobuilt c18724e
* Thu Jul 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-7.dev.git4976d8c
- autobuilt 4976d8c
* Wed Jul 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-6.dev.gite5f7539
- autobuilt e5f7539
* Mon Jul 23 2018 Dan Walsh <dwalsh@redhat.com> - 1.3-5.dev.dev.git826733a
- Change container-selinux Requires to Recommends
* Fri Jul 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-4.dev.git826733a
- autobuilt 826733a
* Thu Jul 19 2018 Dan Walsh <dwalsh@redhat.com> - 1.3-3.dev.git1215b16
- buildah does not require ostree
* Thu Jul 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-2.dev.git1215b16
- autobuilt 1215b16
* Tue Jul 17 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.3-1.dev.gita9895bd
- bump to v1.3-dev
- built a9895bd
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-25.dev.git3fb864b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-24.git3fb864b
- autobuilt 3fb864b
* Sun Jul 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-23.git8be2b62
- autobuilt 8be2b62
* Sat Jul 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-22.gita885bc6
- autobuilt a885bc6
* Fri Jul 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-21.git733cd20
- autobuilt 733cd20
* Thu Jul 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-20.gita59fb7a
- autobuilt a59fb7a
* Tue Jul 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-19.git5c11c34
- autobuilt 5c11c34
* Mon Jul 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-18.git5cd9be6
- autobuilt 5cd9be6
* Sun Jul 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-17.git6f72599
- autobuilt 6f72599
* Sat Jun 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-16.git704adec
- autobuilt 704adec
* Fri Jun 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-15.gitb965fc4
- autobuilt b965fc4
* Thu Jun 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-14.git1acccce
- autobuilt 1acccce
* Wed Jun 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-13.git146c185
- autobuilt 146c185
* Tue Jun 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-12.git16a33bd
- autobuilt 16a33bd
* Mon Jun 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-11.git2ac95ea
- autobuilt 2ac95ea
* Sat Jun 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-10.git0143a44
- autobuilt 0143a44
* Thu Jun 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-9.git2441ff4
- autobuilt 2441ff4
* Wed Jun 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-8.gitda7be32
- autobuilt da7be32
* Tue Jun 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-7.git2064b29
- autobuilt 2064b29
* Mon Jun 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-6.git93d8606
- autobuilt 93d8606
* Fri Jun 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-5.gitfc438bb
- autobuilt fc438bb
* Thu Jun 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-4.git73820fc
- autobuilt 73820fc
* Wed Jun 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-3.git6c4bef7
- autobuilt 6c4bef7
* Tue Jun 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-2.git94c1e6d
- autobuilt 94c1e6d
* Mon Jun 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-1.gitb9983a6
- bump to 1.2
- autobuilt b9983a6
* Sun Jun 10 2018 Dan Walsh <dwalsh@redhat.com> 1.1-1
- Drop capabilities if running container processes as non root
- Print Warning message if cmd will not be used based on entrypoint
- Update 01-intro.md
- Shouldn't add insecure registries to list of search registries
- Report errors on bad transports specification when pushing images
- Move parsing code out of common for namespaces and into pkg/parse.go
- Add disable-content-trust noop flag to bud
- Change freenode chan to buildah
- runCopyStdio(): don't close stdin unless we saw POLLHUP
- Add registry errors for pull
- runCollectOutput(): just read until the pipes are closed on us
- Run(): provide redirection for stdio
- rmi, rm: add test
- add mount test
- Add parameter judgment for commands that do not require parameters
- Add context dir to bud command in baseline test
- run.bats: check that we can run with symlinks in the bundle path
- Give better messages to users when image can not be found
- use absolute path for bundlePath
- Add environment variable to buildah --format
- rm: add validation to args and all option
- Accept json array input for config entrypoint
- Run(): process RunOptions.Mounts, and its flags
- Run(): only collect error output from stdio pipes if we created some
- Add OnBuild support for Dockerfiles
- Quick fix on demo readme
- run: fix validate flags
- buildah bud should require a context directory or URL
- Touchup tutorial for run changes
- Validate common bud and from flags
- images: Error if the specified imagename does not exist
- inspect: Increase err judgments to avoid panic
- add test to inspect
- buildah bud picks up ENV from base image
- Extend the amount of time travis_wait should wait
- Add a make target for Installing CNI plugins
- Add tests for namespace control flags
- copy.bats: check ownerships in the container
- Fix SELinux test errors when SELinux is enabled
- Add example CNI configurations
- Run: set supplemental group IDs
- Run: use a temporary mount namespace
- Use CNI to configure container networks
- add/secrets/commit: Use mappings when setting permissions on added content
- Add CLI options for specifying namespace and cgroup setup
- Always set mappings when using user namespaces
- Run(): break out creation of stdio pipe descriptors
- Read UID/GID mapping information from containers and images
- Additional bud CI tests
- Run integration tests under travis_wait in Travis
- build-using-dockerfile: add --annotation
- Implement --squash for build-using-dockerfile and commit
- Vendor in latest container/storage for devicemapper support
- add test to inspect
- Vendor github.com/onsi/ginkgo and github.com/onsi/gomega
- Test with Go 1.10, too
- Add console syntax highlighting to troubleshooting page
- bud.bats: print "$output" before checking its contents
- Manage "Run" containers more closely
- Break Builder.Run()'s "run runc" bits out
- util.ResolveName(): handle completion for tagged/digested image names
- Handle /etc/hosts and /etc/resolv.conf properly in container
- Documentation fixes
- Make it easier to parse our temporary directory as an image name
- Makefile: list new pkg/ subdirectoris as dependencies for buildah
- containerImageSource: return more-correct errors
- API cleanup: PullPolicy and TerminalPolicy should be types
- Make "run --terminal" and "run -t" aliases for "run --tty"
- Vendor github.com/containernetworking/cni v0.6.0
- Update github.com/containers/storage
- Update github.com/projectatomic/libpod
- Add support for buildah bud --label
- buildah push/from can push and pull images with no reference
- Vendor in latest containers/image
- Update gometalinter to fix install.tools error
- Update troubleshooting with new run workaround
- Added a bud demo and tidied up
- Attempt to download file from url, if fails assume Dockerfile
- Add buildah bud CI tests for ENV variables
- Re-enable rpm .spec version check and new commit test
- Update buildah scratch demo to support el7
- Added Docker compatibility demo
- Update to F28 and new run format in baseline test
- Touchup man page short options across man pages
- Added demo dir and a demo. chged distrorlease
- builder-inspect: fix format option
- Add cpu-shares short flag (-c) and cpu-shares CI tests
- Minor fixes to formatting in rpm spec changelog
- Fix rpm .spec changelog formatting
- CI tests and minor fix for cache related noop flags
- buildah-from: add effective value to mount propagation
* Sat Jun 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-20.gitf449b28
- autobuilt f449b28
* Fri Jun 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-19.gitc306342
- autobuilt c306342
* Wed Jun 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-18.gitd3d097b
- autobuilt d3d097b
* Mon Jun 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-17.gitf90b6c0
- autobuilt f90b6c0
* Sun Jun 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-16.git70641ee
- autobuilt 70641ee
* Sat Jun 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-15.git03686e5
- autobuilt 03686e5
* Fri Jun 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-14.git73bfd79
- autobuilt 73bfd79
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-13.git5595d4d
- autobuilt 5595d4d
* Wed May 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-12.gitebb0d8e
- autobuilt ebb0d8e
* Tue May 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-11.git88affbd
- autobuilt 88affbd
* Fri May 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-10.git25f4e8e
- autobuilt 25f4e8e
* Thu May 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-9.git2749191
- autobuilt 2749191
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-8.git3e320b9
- autobuilt 3e320b9
* Tue May 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-7.git8515867
- autobuilt 8515867
* Sun May 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-6.gitce8d467
- autobuilt ce8d467
* Sat May 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-5.gitb9a1041
- autobuilt b9a1041
* Fri May 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-4.git2ea3e11
- autobuilt 2ea3e11
* Wed May 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-3.gitfe204e4
- autobuilt fe204e4
* Tue May 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-2.git906ee37
- autobuilt 906ee37
* Mon May 07 2018 Dan Walsh <dwalsh@redhat.com> 1.0-1
- Remove buildah run cmd and entrypoint execution
- Add Files section with registries.conf to pertinent man pages
- Force "localhost" as a default registry
- 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
- Add support for --iidfile to bud and commit
- Add /bin/sh -c to entrypoint in config
- buildah images and podman images are listing different sizes
- Remove tarball as an option from buildah push --help
- Update entrypoint behaviour to match docker
- Display imageId after commit
- config: add support for StopSignal
- Allow referencing stages as index and names
- Add multi-stage builds support
- Vendor in latest imagebuilder, to get mixed case AS support
- Allow umount to have multi-containers
- Update buildah push doc
- buildah bud walks symlinks
- Imagename is required for commit atm, update manpage
* Mon May 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-25.gitdd02e70
- autobuilt dd02e70
* Sat May 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-24.git45772e8
- autobuilt 45772e8
* Fri May 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-23.git6fe2b55
- autobuilt 6fe2b55
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-22.gita4f5707
- autobuilt a4f5707
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-21.gite130f2b
- autobuilt commit e130f2b
* Tue May 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-20.gitadb8e6f
- autobuilt commit adb8e6f
* Sat Apr 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-19.gitc50c287
- autobuilt commit c50c287
* Fri Apr 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-18.gitca1704f
- autobuilt commit ca1704f
* Wed Apr 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-17.git49abf82
- autobuilt commit 49abf82
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-16.gitfdc3998
- autobuilt commit fdc3998
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-15.gitb16a1ea
- autobuilt commit b16a1ea
* Fri Apr 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-14.gitd84f05a
- autobuilt commit d84f05a
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-13.gite008b73
- autobuilt commit e008b73
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-12.git28a27a3
- autobuilt commit 28a27a3
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-11.git45a4b81
- autobuilt commit 45a4b81
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-10.git45a4b81
- autobuilt commit 45a4b81
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-9.git6421399
- autobuilt commit 6421399
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-8.git83d7d10
- autobuilt commit 83d7d10
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-7.git83d7d10
- autobuilt commit 83d7d10
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-6.git83d7d10
- autobuilt commit 83d7d10
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-5.git4339223
- autobuilt commit 4339223
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-4.git4339223
- autobuilt commit 4339223
* Mon Apr 09 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.16-3.git4339223
- autobuilt commit 4339223
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.16-2.git4743c2e
- autobuilt commit 4743c2e
* Wed Apr 4 2018 Dan Walsh <dwalsh@redhat.com> 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
* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
- Fix handling of buildah run command options
* Mon Feb 26 2018 Dan Walsh <dwalsh@redhat.com> 0.14-1
- If commonOpts do not exist, we should return rather then segfault
- Display full error string instead of just status
- Implement --volume and --shm-size for bud and from
- Fix secrets patch for buildah bud
- Fixes the naming issue of blobs and config for the dir transport by removing the .tar extension
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.13-2
- Build on ARMv7 too (Fedora supports containers on that arch too)

View file

@ -1 +1 @@
SHA512 (buildah-ef0ca9c.tar.gz) = 4199a2efa1042a8669abf9b051133bdf4cf9b802368fb88032125911a12e63c092f83bed7269eec80f20862d34d0f673fb5b83e474230fa853de784f8c5bf32e
SHA512 (buildah-873f001.tar.gz) = 737f01a3e1e8f39d58f5862c1ed0227e5ce25f3828b4acca220d4beab4a31b84c415163ef2e8fa41b4e961f1f8bb45a4e9905e3dddf57144ce04a9031d83e98f