Commit Graph

  • 8ced1276e5 Change functions that use a fmt.Errorf to wrap an err to error.Wrapf Dan Walsh 2017-06-01 15:23:02 -04:00
  • 59dfec35c3 buildah mount command should list mounts when no arguments are given. Dan Walsh 2017-05-28 06:52:18 -04:00
  • 80ca77674c Tweak volume handling in Run() Nalin Dahyabhai 2017-05-23 18:04:13 -04:00
  • 3748b31c04 Defaul to the configured hostname in Run() Nalin Dahyabhai 2017-05-23 18:03:19 -04:00
  • 5b95a21401 Merge pull request #350 from mhrivnak/patch-1 Miloslav Trmač 2017-05-31 20:49:28 +02:00
  • 78c83dbcff Fixes a typo in the Name field Michael Hrivnak 2017-05-31 14:22:22 -04:00
  • cafc73e5e0 Touch up small typo in README.md TomSweeneyRedHat 2017-05-31 08:11:09 -04:00
  • ab9bbe032b Make README dnf command copy-pastable Joshua "jag" Ginsberg 2017-05-30 15:57:52 -04:00
  • 2128b99ee9 Update README.md to show Dockerfile functionality TomSweeneyRedHat 2017-05-29 15:09:56 -04:00
  • 98ced5196c Merge pull request #347 from mtrmac/docker-certs.d Miloslav Trmač 2017-05-30 19:40:36 +02:00
  • 1ed6c7123f Finish wiring --format into build-using-dockerfile Nalin Dahyabhai 2017-05-30 11:51:40 -04:00
  • 63272a10d7 Vendor after merging mtrmac/image:docker-certs.d Miloslav Trmač 2017-05-26 03:40:21 +02:00
  • 07c798ff82 Merge pull request #346 from jingqiuELE/master Antonio Murdaca 2017-05-25 14:54:31 +02:00
  • 750d72873d Always combine RUN apt-get update with apt-get install in the same RUN statement. Jing Qiu 2017-05-25 11:38:35 +08:00
  • 2048c74819 Cleanup: use FileInfo's own IsDir() method Nalin Dahyabhai 2017-05-23 15:00:57 -04:00
  • 05a7c97f20 Test that setting configurations values works Nalin Dahyabhai 2017-05-22 14:24:57 -04:00
  • 9049b6108c Test writing while selecting metadata formats Nalin Dahyabhai 2017-05-22 12:08:20 -04:00
  • 4b6ba974cc Make the output image format selectable Nalin Dahyabhai 2017-05-17 17:02:40 -04:00
  • 7a42d3c6d3 Learn to commit images in multiple formats Nalin Dahyabhai 2017-05-17 17:01:06 -04:00
  • 88bf2ebdcf Also import configurations from V2S1 images Nalin Dahyabhai 2017-05-16 17:26:02 -04:00
  • b7ccc2397b Import and namespace more types Nalin Dahyabhai 2017-05-16 17:07:31 -04:00
  • 81dddac7d6 Merge pull request #345 from runcom/image-spec-rc6 Antonio Murdaca 2017-05-24 16:55:18 +02:00
  • 405b912f7e update image-spec to v1.0.0-rc6 Antonio Murdaca 2017-05-24 16:10:09 +02:00
  • bdb7aff926 Makefile: add source deps for the CLI tool Nalin Dahyabhai 2017-05-17 17:03:39 -04:00
  • b92279faa4 Increase the timeout for metalinter from 2m to 4m Nalin Dahyabhai 2017-05-23 12:24:09 -04:00
  • 7a5342be8d Add more detail to errors returned from Commit() Nalin Dahyabhai 2017-05-17 16:56:14 -04:00
  • 45398cd196 Code cleanup Dan Walsh 2017-05-19 16:08:57 -04:00
  • 57e6a500d6 Make sure maps in config blobs are always created Nalin Dahyabhai 2017-05-22 14:23:36 -04:00
  • 0109d21679 Initialize the builder's annotations from OCI data Nalin Dahyabhai 2017-05-22 14:23:50 -04:00
  • 91a7fac35b Touchup README.md with new commands and golang version TomSweeneyRedHat 2017-05-22 13:41:37 -04:00
  • 9bcd86d87b Fix a copy/paste error in a man page Nalin Dahyabhai 2017-05-19 14:35:12 -04:00
  • 3065ea3d16 Add a "tag" command Nalin Dahyabhai 2017-05-19 14:13:15 -04:00
  • 76395efa52 Add an initial "inspect" command Nalin Dahyabhai 2017-05-18 12:17:35 -04:00
  • 9865ea3660 Add ImportBuilderFromImage() Nalin Dahyabhai 2017-05-18 17:38:41 -04:00
  • 6f4bd94b95 Update reference comments for docker types origins Nalin Dahyabhai 2017-05-18 11:23:17 -04:00
  • f32f6662d9 Improve configuration preservation in imagebuildah Nalin Dahyabhai 2017-05-18 11:38:38 -04:00
  • 828df7b054 imagebuildah: Bail out earlier on bad target parse Nalin Dahyabhai 2017-05-18 11:36:39 -04:00
  • fc880bcc86 Maintain multiple working container configs Nalin Dahyabhai 2017-05-16 11:08:52 -04:00
  • 58e56e3efc Import container.{Config,HealthCheck},nat.PortSet Nalin Dahyabhai 2017-05-15 13:31:54 -04:00
  • 95c2a2d99c Vendor in containers/storage and containers/image Dan Walsh 2017-05-17 11:53:28 -04:00
  • e1884aa8a8 Merge pull request #344 from mtrmac/storage-rebase Miloslav Trmač 2017-05-17 22:20:50 +02:00
  • ffb01385dd Vendor after merging https://github.com/containers/image/pull/275 Miloslav Trmač 2017-05-17 16:52:11 +02:00
  • 59c440aee8 Few install touchups to README.md TomSweeneyRedHat 2017-05-05 19:20:09 -04:00
  • c5adc4b580 Merge pull request #331 from mtrmac/storage-rebase Miloslav Trmač 2017-05-12 18:50:40 +02:00
  • 69b9106646 Re-vendor, primarily for https://github.com/containers/storage/pull/11 Miloslav Trmač 2017-04-28 21:27:56 +02:00
  • 565688a963 Merge pull request #341 from projectatomic/jzb-patch-1 Antonio Murdaca 2017-05-10 21:21:00 +02:00
  • 5205f3646d Update README.md Joe Brockmeier 2017-05-10 13:53:36 -04:00
  • 3c57a0f084 Merge pull request #340 from mtrmac/setup-test Miloslav Trmač 2017-05-10 15:05:52 +02:00
  • 12e582ee1a Report pull/commit progress by default Nalin Dahyabhai 2017-05-09 11:56:44 -04:00
  • ed2088a4e5 Increase the time we wait for a registry from 0.5 to 5 seconds Miloslav Trmač 2017-05-10 11:50:07 +02:00
  • 8b36001c0e Do not build docker/registry and remove remaining helpers Miloslav Trmač 2017-05-10 14:10:50 +02:00
  • cd300805d1 Remove registry instances which we don’t use at all Miloslav Trmač 2017-05-10 11:36:23 +02:00
  • 8d3d0404fe Clean up SigningSuite test initialization Miloslav Trmač 2017-05-10 11:18:39 +02:00
  • 9985f12cd4 Move skopeoBinary check from *Suite.SetUpTest to SetUpSuite Miloslav Trmač 2017-05-10 14:02:11 +02:00
  • 5a42657cdb Merge pull request #339 from runcom/new-release-v0.1.20 Antonio Murdaca 2017-05-10 13:01:27 +02:00
  • 43d6128036 bump back to v0.1.21-dev Antonio Murdaca 2017-05-10 12:37:37 +02:00
  • e802625b7c bump to v0.1.20 v0.1.20 Antonio Murdaca 2017-05-10 12:37:05 +02:00
  • 105be6a0ab Merge pull request #337 from mtrmac/docker-push-to-tag Miloslav Trmač 2017-05-10 12:33:18 +02:00
  • 8ec2a142c9 Enable tests for schema2→schema1 conversion with docker/distribution registries Miloslav Trmač 2017-05-05 23:30:23 +02:00
  • c4ec970bb2 Uncomment TestCopyCompression test cases Miloslav Trmač 2017-05-04 20:28:29 +02:00
  • cf7e58a297 Test that names are updated as expected when pushing to schema1 Miloslav Trmač 2017-05-04 22:06:59 +02:00
  • 03233a5ca7 Vendor after merging mtrmac/image:docker-push-to-tag Miloslav Trmač 2017-05-04 17:04:31 +02:00
  • 9bc847e656 Use a schema2 server in TestCopySignatures Miloslav Trmač 2017-05-04 23:38:19 +02:00
  • 22965c443f Allow updated names when comparing schema1 images Miloslav Trmač 2017-05-04 22:06:59 +02:00
  • 6f23c88e84 Make schema1 dir: comparisons nondestructive Miloslav Trmač 2017-05-04 21:30:05 +02:00
  • 4afafe9538 Log output of docker/distribution registries instead of sending it to /dev/null Miloslav Trmač 2017-05-05 23:30:04 +02:00
  • 50dda3492c Merge pull request #313 from runcom/update-imgspec-rc5 Antonio Murdaca 2017-05-10 11:57:20 +02:00
  • f4a44f00b8 integration: disable check with image-tools for image-spec RC5 Antonio Murdaca 2017-05-10 10:48:09 +02:00
  • dd13a0d60b oci: update to image-spec v1 RC5 Antonio Murdaca 2017-02-27 17:00:55 +01:00
  • 80b751a225 Merge pull request #332 from mtrmac/schema12 Antonio Murdaca 2017-05-10 11:04:28 +02:00
  • 6d03588e83 Don't bother setting redundant image names Nalin Dahyabhai 2017-05-09 16:07:11 -04:00
  • 8556dd1aa1 Add tests for automatic schema conversion depending on registry Miloslav Trmač 2017-04-20 20:56:42 +02:00
  • c43e4cffaf Collect "processes" to kill in openshiftCluster instead of named members Miloslav Trmač 2017-04-29 03:04:42 +02:00
  • 44ee5be6db Do not store a *check.C in openshiftCluster Miloslav Trmač 2017-04-20 20:43:46 +02:00
  • cfd1cf6def Abort in fileFromFixture if a replacement template is not found Miloslav Trmač 2017-04-19 23:16:04 +02:00
  • 15ce6488dd Move fileFromFixture from copy_test.go to utils.go Miloslav Trmač 2017-04-19 22:46:38 +02:00
  • 4f199f86f7 Split a startRegistryProcess from openshiftCluster.startRegistry Miloslav Trmač 2017-04-19 22:33:05 +02:00
  • 1f1f6801bb Split openshiftCluster.startRegistry into prepareRegistryConfig and startRegistry Miloslav Trmač 2017-04-19 22:15:49 +02:00
  • 1ee776b09b Vendor after merging mtrmac/image:schema12 Miloslav Trmač 2017-04-21 23:17:14 +02:00
  • 4d155b93b4 imagebuildah: add AdditionalTags Nalin Dahyabhai 2017-04-10 14:25:07 -04:00
  • e06a697040 Update README.md with a few install changes TomSweeneyRedHat 2017-05-05 19:31:32 -04:00
  • 60b9159485 Add a "go vet" validation step Nalin Dahyabhai 2017-05-03 14:50:55 -04:00
  • 126b578d8e Contribute buildah.spec Dan Walsh 2017-04-18 15:52:53 -04:00
  • 8bb9d5f0f2 Merge pull request #335 from runcom/fix-crio-openshift Antonio Murdaca 2017-05-06 12:29:16 +02:00
  • 88ea901938 vendor c/image to fix docker-daemon -> containers-storage copy Antonio Murdaca 2017-05-04 23:34:34 +02:00
  • a930251d21 Bump github.com/mattn/go-shellwords Nalin Dahyabhai 2017-04-27 13:52:08 -04:00
  • f4e6ca7233 Bump github.com/containers/image Nalin Dahyabhai 2017-04-27 13:51:52 -04:00
  • d2e102d910 Bump github.com/docker/distribution Nalin Dahyabhai 2017-04-27 13:51:11 -04:00
  • 6c84328107 Bump github.com/containers/storage Nalin Dahyabhai 2017-04-27 13:50:45 -04:00
  • 06b927513b Bump golang.org/x/sys Nalin Dahyabhai 2017-04-27 13:50:32 -04:00
  • d0719eef96 Bump golang.org/x/text Nalin Dahyabhai 2017-04-27 13:50:03 -04:00
  • 4c66c03b3d Remove --mount from buildah-from Daniel J Walsh 2017-04-24 17:23:11 +00:00
  • fd41f20bb8 Merge pull request #314 from giuseppe/ostree Antonio Murdaca 2017-04-24 22:58:51 +02:00
  • 1d5c681f0f skopeo: support copy to OSTree storage Giuseppe Scrivano 2017-03-02 11:25:56 +01:00
  • 04ce6f39c4 imagebuildah: Reexport some things Nalin Dahyabhai 2017-04-11 10:27:05 -04:00
  • e63b5d4586 imagebuildah: Prepare() accepts a source image now Nalin Dahyabhai 2017-04-11 18:18:35 -04:00
  • c038712e2a Add table of buildah commands to readme.md Dan Walsh 2017-04-21 09:10:11 -04:00
  • 406a8b9057 Updated vendored deps Nalin Dahyabhai 2017-04-20 10:53:47 -04:00
  • e0008f810f Bump golang.org/x/text Nalin Dahyabhai 2017-04-20 10:52:22 -04:00
  • 5c00086866 Bump opencontainers/runtime-spec and runtime-tools Nalin Dahyabhai 2017-04-19 15:28:59 -04:00