summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync new tests from upstreamfirstHEADmasterGuohua Ouyang2018-04-1927-110/+532
| | | | | | | | | * the tests is quite old since it moved from upstreamfirst * lots of new cases are added, like option 'run', 'inspect' etc * save log to TEST_ARTIFACTS when the variable is set * always run tests with latest runc built from source Signed-off-by: Guohua Ouyang <gouyang@redhat.com>
* buildah-0.16-11.git45a4b81Lokesh Mandvekar (Bot)2018-04-171-1/+4
| | | | | | - autobuilt commit 45a4b81 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* buildah-0.16-10.git45a4b81Lokesh Mandvekar (Bot)2018-04-173-3/+7
| | | | | | - autobuilt commit 45a4b81 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* buildah-0.16-9.git6421399Lokesh Mandvekar (Bot)2018-04-163-3/+7
| | | | | | - autobuilt commit 6421399 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* buildah-0.16-8.git83d7d10Lokesh Mandvekar (Bot)2018-04-161-1/+4
| | | | | | - autobuilt commit 83d7d10 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* buildah-0.16-7.git83d7d10Lokesh Mandvekar (Bot)2018-04-161-1/+4
| | | | | | - autobuilt commit 83d7d10 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* buildah-0.16-6.git83d7d10Lokesh Mandvekar (Bot)2018-04-163-3/+7
| | | | | | - autobuilt commit 83d7d10 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* BR: makeLokesh Mandvekar2018-04-151-0/+1
| | | | Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* buildah-0.16-5.git4339223Lokesh Mandvekar (Bot)2018-04-091-1/+4
| | | | | | - autobuilt commit 4339223 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* buildah-0.16-4.git4339223Lokesh Mandvekar (Bot)2018-04-091-1/+4
| | | | | | - autobuilt commit 4339223 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
* buildah-0.16-3.git4339223Lokesh Mandvekar2018-04-093-3/+7
| | | | | | - autobuilt commit 4339223 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* buildah-0.16-2.git4743c2eLokesh Mandvekar2018-04-071-2/+5
| | | | | | - autobuilt commit 4743c2e Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* Revert "buildah-0.16-2.git4743c2e"Lokesh Mandvekar2018-04-0727-7/+650
| | | | | This reverts commit 61290b1bc7bdace32a8f666ac2bfed4756ca0e14 since it removed the tests/ dir, which is obviously unwanted behavior.
* buildah-0.16-2.git4743c2eLokesh Mandvekar2018-04-0727-650/+7
| | | | | | - autobuilt commit 4743c2e Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* formatting changes and remove redundant ProvidesLokesh Mandvekar2018-04-071-35/+34
| | | | Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* Add support for shellDaniel J Walsh2018-04-043-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix handling of buildah run command optionsDaniel J Walsh2018-02-273-4/+15
|
* Build on ARMv7 too (Fedora supports containers on that arch too)Peter Robinson2018-02-251-2/+5
|
* Vendor in latest containers/storageDaniel J Walsh2018-02-221-0/+1
| | | | | | | | | | | | | | | | | 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 --cgroup-parent --cpu-period --cpu-quota --cpu-shares --cpuset-cpus --cpuset-mems --memory --memory-swap --security-opt --ulimit
* Vendor in latest containers/storageDaniel J Walsh2018-02-223-3/+21
| | | | | | | | | | | | | | | | | 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 --cgroup-parent --cpu-period --cpu-quota --cpu-shares --cpuset-cpus --cpuset-mems --memory --memory-swap --security-opt --ulimit
* Added handing for simpler error message for Unknown Dockerfile instructions.Daniel J Walsh2018-02-122-1/+2
| | | | | | | | | | | | | | | | | | | | | | | Change default certs directory to /etc/containers/certs.dir Vendor in latest containers/image Vendor in latest containers/storage build-using-dockerfile: set the 'author' field for MAINTAINER Return exit code 1 when buildah-rmi fails Trim the image reference to just its name before calling getImageName Touch up rmi -f usage statement Add --format and --filter to buildah containers Add --prune,-p option to rmi command Add authfile param to commit Fix --runtime-flag for buildah run and bud format should override quiet for images Allow all auth params to work with bud Do not overwrite directory permissions on --chown Unescape HTML characters output into the terminal Fix: setting the container name to the image Prompt for un/pwd if not supplied with --creds Make bud be really quiet Return a better error message when failed to resolve an image Update auth tests and fix bud man page
* Added handing for simpler error message for Unknown Dockerfile instructions.Daniel J Walsh2018-02-121-3/+26
| | | | | | | | | | | | | | | | | | | | | | | Change default certs directory to /etc/containers/certs.dir Vendor in latest containers/image Vendor in latest containers/storage build-using-dockerfile: set the 'author' field for MAINTAINER Return exit code 1 when buildah-rmi fails Trim the image reference to just its name before calling getImageName Touch up rmi -f usage statement Add --format and --filter to buildah containers Add --prune,-p option to rmi command Add authfile param to commit Fix --runtime-flag for buildah run and bud format should override quiet for images Allow all auth params to work with bud Do not overwrite directory permissions on --chown Unescape HTML characters output into the terminal Fix: setting the container name to the image Prompt for un/pwd if not supplied with --creds Make bud be really quiet Return a better error message when failed to resolve an image Update auth tests and fix bud man page
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_RebuildFedora Release Engineering2018-02-071-1/+4
| | | | Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
* buildah-0.11-2Lokesh Mandvekar2018-02-051-14/+12
| | | | | | | - Resolves: upstream gh#432 - enable debuginfo for non-fedora packages Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* Add --all to remove containersDaniel J Walsh2018-01-173-4/+13
| | | | | | | | Add --all functionality to rmi Show ctrid when doing rm -all Ignore sequential duplicate layers when reading v2s1 Lots of minor bug fixes Vendor in latest containers/image and containers/storage
* Fix checkinDaniel J Walsh2017-12-262-1/+2
|
* Fix checkinDaniel J Walsh2017-12-261-3/+8
|
* Display Config and Manifest as stringsDaniel J Walsh2017-12-242-1/+2
| | | | | | | Bump containers/image Use configured registries to resolve image names Update to work with newer image library Add --chown option to add/copy commands
* Display Config and Manifest as stringsDaniel J Walsh2017-12-241-2/+9
| | | | | | | Bump containers/image Use configured registries to resolve image names Update to work with newer image library Add --chown option to add/copy commands
* add testsYevhenii Shapovalov2017-12-1224-0/+647
|
* remove ostree-devel from builddepLokesh Mandvekar2017-12-041-2/+0
| | | | | | | buildah is already built without ostree, this commit just removes the dependency. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* remove git from builddepLokesh Mandvekar2017-12-031-2/+1
| | | | | | | can't find git in the module ecosystem and git isn't critical for package build. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* Allow push to use the image idDaniel J Walsh2017-12-023-3/+8
| | | | Make sure builtin volumes have the correct label
* Buildah bud was failing on SELinux machines, this fixes thisDaniel J Walsh2017-11-223-3/+8
| | | | Block access to certain kernel file systems inside of the container
* Ignore errors when trying to read containers buildah.json for loading ↵Daniel J Walsh2017-11-163-3/+8
| | | | | | SELinux reservations Use credentials from kpod login for buildah
* Adds support for converting manifest types when using the dir transportDaniel J Walsh2017-11-151-0/+1
| | | | | | Rework how we do UID resolution in images Bump github.com/vbatts/tar-split Set option.terminal appropriately in run
* Adds support for converting manifest types when using the dir transportDaniel J Walsh2017-11-153-4/+11
| | | | | | Rework how we do UID resolution in images Bump github.com/vbatts/tar-split Set option.terminal appropriately in run
* Bump github.com/vbatts/tar-splitDaniel J Walsh2017-11-083-4/+9
| | | | Fixes CVE That could allow a container image to cause a DOS
* Add secrets patch to buildahDaniel J Walsh2017-11-083-3/+16
| | | | | | | | | | | | 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 default transport to push if not providedDaniel J Walsh2017-09-223-4/+23
| | | | | | | | | | | | | | | | | | 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
* Build for s390x as wellJosh Boyer2017-08-151-2/+5
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_RebuildFedora Release Engineering2017-08-021-1/+4
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_RebuildFedora Release Engineering2017-07-261-1/+4
|
* Bump for inclusion of OCI 1.0 Runtime and Image SpecDaniel J Walsh2017-07-203-4/+5
|
* Bump for inclusion of OCI 1.0 Runtime and Image SpecDaniel J Walsh2017-07-203-3/+7
|
* buildah run: Add support for -- ending options parsingDaniel J Walsh2017-07-181-0/+1
| | | | | | | | | | | | | | | | | | | 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 parsingDaniel J Walsh2017-07-183-4/+24
| | | | | | | | | | | | | | | | | | | 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
* fix summaryLokesh Mandvekar2017-06-141-1/+1
| | | | Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
* Release Candidate 1Daniel J Walsh2017-06-141-2/+0
| | | | All features have now been implemented.
* Release Candidate 1Daniel J Walsh2017-06-143-76/+3
| | | | All features have now been implemented.