Commit Graph

  • b3bcf49d46 Merge pull request #112 from runcom/manifest-pkg Antonio Murdaca 2016-06-23 12:31:39 +02:00
  • 705f393109 move manifests stuff to its own pkg and add OCI mime types Antonio Murdaca 2016-06-14 00:56:27 +02:00
  • 6841ee321c Merge pull request #26 from mtrmac/signing-unit-tests Antonio Murdaca 2016-06-23 11:55:51 +02:00
  • a45e8e1e87 Merge pull request #16 from mtrmac/cmd-test Antonio Murdaca 2016-06-23 11:55:29 +02:00
  • ba2dabe62d Add unit tests for standalone-sign and standalone-verify commands Miloslav Trmač 2016-03-23 17:30:21 +01:00
  • aa627d0844 Merge branch 'cmd-test' into HEAD Miloslav Trmač 2016-06-22 20:54:17 +02:00
  • df076baf56 Use cli.Context.App.Writer in the "inspect" and "standalone-verify" commands Miloslav Trmač 2016-03-23 17:42:10 +01:00
  • 59f7abe749 Add infrastructure for testing cli.Command.Action handlers Miloslav Trmač 2016-03-23 17:40:52 +01:00
  • 6bec0699cb Merge pull request #117 from mtrmac/atomic-registry-in-tests Antonio Murdaca 2016-06-22 18:29:14 +02:00
  • 7d379cf87a Add integration tests for (skopeo copy) against the Atomic Registry Miloslav Trmač 2016-06-21 17:00:18 +02:00
  • 39b06cb31c Add more helpers for running skopeo, use them in existing tests Miloslav Trmač 2016-06-22 15:34:24 +02:00
  • 601f76f96d Fix consumeAndLogOutput Miloslav Trmač 2016-06-22 15:31:29 +02:00
  • 2f2a688026 Move ConsumeAndLogOutput to integration/utils.go Miloslav Trmač 2016-06-22 15:22:47 +02:00
  • a2e9d08e38 Merge pull request #116 from runcom/fix-readme.md Antonio Murdaca 2016-06-22 16:02:53 +02:00
  • b6a38edfcb update README.md Antonio Murdaca 2016-06-22 15:42:41 +02:00
  • 9a92a10bba Merge pull request #114 from GrantSeltzer/Codegangsta-to-urfave-cli Antonio Murdaca 2016-06-22 15:51:49 +02:00
  • 5ae0402bf0 Changed usage of actions to return errors instead of using logrus.Fatal() Grantseltzer 2016-06-20 16:58:34 -04:00
  • 313dafe928 update github.com/urfave/cli to v1.17.0 Grantseltzer 2016-06-16 14:16:20 -04:00
  • f4ddde7f47 Merge pull request #115 from mtrmac/skopeo.1 Antonio Murdaca 2016-06-20 20:46:07 +02:00
  • 4a2a78b63b Remove /skopeo.1 from .gitignore Miloslav Trmač 2016-06-20 20:35:18 +02:00
  • 35dd662fea Merge pull request #104 from projectatomic/expose-blob-size Antonio Murdaca 2016-06-15 20:01:24 +02:00
  • 7769a21cef expose blob size Antonio Murdaca 2016-06-15 19:08:04 +02:00
  • a50211ce2a Merge pull request #101 from projectatomic/oci-prep-1 Antonio Murdaca 2016-06-14 14:01:16 +02:00
  • d54a10f490 Image[Source|Destination]: generalize [Get|Put]Layer into [Get|Put]Blob Antonio Murdaca 2016-06-14 13:53:53 +02:00
  • 3098898a98 Merge pull request #99 from mtrmac/fixManifestLayers-docs Antonio Murdaca 2016-06-13 18:25:07 +02:00
  • cab18e48ad Add minimal comments to fixManifestLayers Miloslav Trmač 2016-06-11 08:25:00 +02:00
  • a8a3cc3525 Merge pull request #98 from mtrmac/generic-image Antonio Murdaca 2016-06-13 11:36:58 +02:00
  • 96d6a58052 Move docker.genericImage to a separate skopeo/image subpackage Miloslav Trmač 2016-06-11 06:54:07 +02:00
  • e15276232e Make docker.Image unaware of genericImage internals Miloslav Trmač 2016-06-11 07:02:14 +02:00
  • daeb358572 Merge pull request #96 from mtrmac/update-readme Antonio Murdaca 2016-06-11 09:52:31 +02:00
  • 55622350c4 Show (skopeo copy) and (skopeo delete) in README.md Miloslav Trmač 2016-06-11 03:33:23 +02:00
  • 29d189b581 Recommend (make check) instead of (make test-integration) Miloslav Trmač 2016-06-11 03:20:27 +02:00
  • d947d90bf7 Merge pull request #95 from jwhonce/wip/delete-image Miloslav Trmač 2016-06-11 03:02:43 +02:00
  • f3efa063e3 Card container_security_113 - Delete image support Jhon Honce 2016-06-06 16:05:00 -07:00
  • 0ff261802b Merge pull request #94 from projectatomic/readme-tweak Antonio Murdaca 2016-06-07 18:41:40 +02:00
  • fb236c85af README.md: fix examples Antonio Murdaca 2016-06-07 18:26:57 +02:00
  • 9c4ceeb147 Merge pull request #92 from mtrmac/fix-blob-upload Antonio Murdaca 2016-06-06 23:12:48 +02:00
  • fc761ed74f Fix uploading layer blobs to Docker registry Miloslav Trmač 2016-06-06 22:58:55 +02:00
  • e66541f7d0 Merge pull request #90 from mtrmac/cleanups Antonio Murdaca 2016-06-02 21:44:14 +02:00
  • 000f31fb73 Better test diagnostics Miloslav Trmač 2016-06-01 18:42:56 +02:00
  • bc8041add8 Merge pull request #88 from mtrmac/policy-eval Miloslav Trmač 2016-06-02 16:25:23 +02:00
  • 21229685cf Add PolicyContext, with GetSignaturesWithAcceptedAuthor and IsRunningImageAllowed Miloslav Trmač 2016-05-31 17:09:43 +02:00
  • fd9c615d88 Add PolicyRequirement implementations Miloslav Trmač 2016-05-30 22:38:51 +02:00
  • 90361256bc Add PolicyReferenceMatch implementations Miloslav Trmač 2016-05-25 22:28:14 +02:00
  • 677f711c6c Redefine Policy.Specific scopes to use fully expanded hostname/namespace/repo format Miloslav Trmač 2016-05-31 02:12:28 +02:00
  • 488a535aa0 Use callbacks instead of single expected values in verifyAndExtractSignature Miloslav Trmač 2016-06-01 19:16:08 +02:00
  • e2839c38c5 Add a test for valid signature using an unknown public key Miloslav Trmač 2016-05-30 20:41:49 +02:00
  • ee7c5ebae9 Merge pull request #75 from mtrmac/matches-manifest-digest Antonio Murdaca 2016-06-02 11:27:07 +02:00
  • 938478e702 Add docker.utils.ManifestMatchesDigest Miloslav Trmač 2016-05-24 19:27:58 +02:00
  • 837fc231a9 Merge pull request #87 from mtrmac/cleanups Antonio Murdaca 2016-05-31 18:15:02 +02:00
  • 429a4b0aec Do not drop the underlying error message when a Docker reference is invalid Miloslav Trmač 2016-05-31 01:37:05 +02:00
  • e332d0e5d7 Fix a typo Miloslav Trmač 2016-05-26 22:15:28 +02:00
  • 2e917cf146 Merge pull request #86 from projectatomic/bump-again-v0.1.14-dev Antonio Murdaca 2016-05-31 17:03:01 +02:00
  • e7020c2d8c bump v0.1.14-dev Antonio Murdaca 2016-05-31 16:45:19 +02:00
  • 9e971b4937 Merge pull request #85 from runcom/bump-v0.1.13 v0.1.13 Antonio Murdaca 2016-05-31 16:43:55 +02:00
  • bd018696bd bump to v0.1.13 Antonio Murdaca 2016-05-31 16:35:08 +02:00
  • ad7eb5d221 Merge pull request #84 from mtrmac/gpgme-32bit Antonio Murdaca 2016-05-31 16:28:26 +02:00
  • 80ccbaa021 Rerun hack/vendor.sh to fix build on 32-bit systems Miloslav Trmač 2016-05-31 16:12:44 +02:00
  • c24b42177e Merge pull request #83 from projectatomic/remove-from-api Antonio Murdaca 2016-05-31 11:28:51 +02:00
  • 6fc6d809e0 Remove ManifestMIMETypes Antonio Murdaca 2016-05-31 10:20:02 +02:00
  • 0d95328125 Merge pull request #79 from mtrmac/image-from-imagesource Miloslav Trmač 2016-05-30 17:35:34 +02:00
  • 41dbbc9b50 Support dir:… as an image specification in (skopeo {inspect,layers}) Miloslav Trmač 2016-05-28 01:39:52 +02:00
  • 323b56a049 Make types.Image Docker-independent Miloslav Trmač 2016-05-26 23:36:40 +02:00
  • ea643e8658 Use types.ImageSource instead of *dockerImageSource in genericImage Miloslav Trmač 2016-05-26 23:04:35 +02:00
  • cada464c90 Split dockerImage to genericImage and docker.Image Miloslav Trmač 2016-05-26 22:55:44 +02:00
  • 0da4307aea Split SourceRefFullName from types.Image.Inspect Miloslav Trmač 2016-05-26 23:20:47 +02:00
  • 143e3602ae Split Docker-independent parts of dockerImage into docker/image.go Miloslav Trmač 2016-05-26 22:45:16 +02:00
  • 0314fdb49e Remove temporary variables in (skopeo inspect) Miloslav Trmač 2016-05-28 01:51:19 +02:00
  • 847b5bff85 Merge pull request #78 from runcom/bump-0113dev Antonio Murdaca 2016-05-27 12:42:29 +02:00
  • 864568bbd9 bump to v0.1.13-dev Antonio Murdaca 2016-05-27 12:26:54 +02:00
  • 015f1c8c9a Merge pull request #77 from runcom/bump-0112 v0.1.12 Antonio Murdaca 2016-05-27 12:25:54 +02:00
  • 46bb9a0698 bump to v0.1.12 Antonio Murdaca 2016-05-27 12:16:25 +02:00
  • 62af96c5c9 Merge pull request #74 from mtrmac/key-import Antonio Murdaca 2016-05-25 16:35:42 +02:00
  • aee0abb5d2 Add SigningMechanism.ImportKeysFromBytes Miloslav Trmač 2016-05-24 18:44:20 +02:00
  • 721a628f4a Merge pull request #76 from mtrmac/policy-config Miloslav Trmač 2016-05-25 16:03:30 +02:00
  • 10280f2e0d Update a comment for prInsecureAcceptAnything Miloslav Trmač 2016-05-14 05:53:20 +02:00
  • 9ccfc6a423 Merge pull request #55 from mtrmac/policy-config Miloslav Trmač 2016-05-25 15:46:53 +02:00
  • d9b1c229e5 Add policy configuration data structures, construction and parsing Miloslav Trmač 2016-05-14 05:53:20 +02:00
  • 7a8602c54c Add paranoidUnmarshalJSONObject() helper Miloslav Trmač 2016-05-14 05:51:06 +02:00
  • dbb47e6bb6 Merge pull request #72 from runcom/godoc Antonio Murdaca 2016-05-24 17:37:53 +02:00
  • 67119f4875 add doc.go stub Antonio Murdaca 2016-05-24 11:00:04 +02:00
  • 3d1201007e Merge pull request #73 from runcom/mimetypes-choose Miloslav Trmač 2016-05-24 17:10:07 +02:00
  • 15f478e26b add the possibility to choose image's MIME type Antonio Murdaca 2016-05-24 11:32:17 +02:00
  • 0abbb9a2ce Merge pull request #69 from runcom/re-mimetypes Miloslav Trmač 2016-05-23 21:00:28 +02:00
  • 7d12b66fb8 add mimetypes Antonio Murdaca 2016-05-23 10:08:04 +02:00
  • 814a2a6f94 Merge pull request #70 from projectatomic/cleanups Miloslav Trmač 2016-05-23 19:29:06 +02:00
  • 4036b3543e cleanup API Antonio Murdaca 2016-05-23 17:20:50 +02:00
  • 1cf55db9be Merge pull request #61 from runcom/fix-godoc Miloslav Trmač 2016-05-23 16:40:12 +02:00
  • 7c5db83261 Remove signature/fixtures subpackage Antonio Murdaca 2016-05-17 20:19:27 +02:00
  • 7522e6c99c Merge pull request #68 from mtrmac/cleanups Antonio Murdaca 2016-05-21 10:51:42 +02:00
  • 09f33a7c2c Remove a redundant check Miloslav Trmač 2016-05-21 04:48:33 +02:00
  • 521e3ce0eb Remove duplicated test Miloslav Trmač 2016-05-21 04:46:57 +02:00
  • 532fae24ac Merge pull request #65 from runcom/fix-headers Miloslav Trmač 2016-05-19 18:43:25 +02:00
  • c661fad3eb provide a way to pass multi values-signle key headers Antonio Murdaca 2016-05-18 15:56:54 +02:00
  • 09f82a5ad2 Merge pull request #60 from projectatomic/more-cleanups Miloslav Trmač 2016-05-17 17:52:10 +02:00
  • e775248b96 move dockerutils under docker/utils Antonio Murdaca 2016-05-17 17:11:39 +02:00
  • df618e5f7a Merge pull request #58 from mtrmac/api-general Antonio Murdaca 2016-05-17 15:58:08 +02:00
  • 6a357b6fcc Add comments on the use of the API and the general direction. Miloslav Trmač 2016-05-16 19:23:50 +02:00
  • 7598aab521 Clean up Image.Inspect Miloslav Trmač 2016-05-16 19:16:52 +02:00
  • 9766f72760 Move listing of repository tags from Image.Manifest to a separate Image.GetRepositoryTags Miloslav Trmač 2016-05-16 17:50:42 +02:00