Commit graph

  • 132abc6de5 Test storing OCI image manifests and indexes with/without a media type Owen W. Taylor 2018-03-15 16:04:58 -0400
  • 60d9c5dfad Handle OCI manifests and image indexes without a media type Owen W. Taylor 2018-03-14 17:22:36 -0400
  • 1d47ef7b80 Check media types when unmarshalling manifests Owen W. Taylor 2018-03-14 16:55:45 -0400
  • f6224f78ba register oci image index Mike Brown 2018-06-18 15:18:59 -0500
  • ad7ab0853c folow commit 9c88801a12 Mike Brown 2017-08-31 21:14:40 -0500
  • 7b47fb13cf update url policy support; testing for annoations in index Mike Brown 2017-08-01 17:27:52 -0500
  • f186e1da1c adding some support for annotations at the manifest level Mike Brown 2017-07-31 18:34:11 -0500
  • ec2aa05cdf addressing comments from stevvooe Mike Brown 2017-07-20 20:44:02 -0500
  • c1532332ad update to image spec v1.0.0 Mike Brown 2017-07-20 15:01:25 -0500
  • 6bae7ca597 refactor adding enum for storage types Mike Brown 2017-07-20 12:48:46 -0500
  • 9e3f78b8c8 addresses minor debug comments Mike Brown 2017-07-19 13:29:10 -0500
  • b0cef05626 removes oci. namespace feature Mike Brown 2017-07-18 16:20:37 -0500
  • 426afb3a4c address get manifest issue with oci. namespace; and comment descriptions Mike Brown 2017-07-12 18:07:46 -0500
  • fcaffa38bc vendor oci image-spec Mike Brown 2017-07-11 14:20:34 -0500
  • c94f28805e OCI media types; annotation support; oci index Mike Brown 2017-07-11 14:19:47 -0500
  • 6fcea22b0a add an ocischema manifest handler for the registry Mike Brown 2017-07-10 18:09:10 -0500
  • 9986e8ca7c adds support for oci manifests and manifestlists Mike Brown 2016-11-17 12:28:05 -0600
  • ff7866442a Update deploying.md E. M. Bray 2018-06-07 16:22:06 +0200
  • 749f6afb45
    Merge pull request #2603 from yuwaMSFT2/newazuresdk Derek McGowan 2018-06-11 11:39:26 -0700
  • 62797237b9 closes #2496 and #2552 Update Azure SDK with release v16.2.1 Update Azure autorest SDK with release v10.8.1 Yu Wang 2018-05-21 12:05:11 -0700
  • 7bc438a534
    Use e.Message field instead of e.Code.Message() Oleg Bulatov 2018-06-04 14:22:33 +0200
  • fc7e8f42d7 Fix deadlock in the inmemory storage driver Gladkov Alexey 2018-05-30 18:00:57 +0200
  • 86b030c1ca
    Update project maintainers file Derek McGowan 2018-05-29 16:02:45 -0700
  • 8dcaecc99c
    Update certificates Derek McGowan 2018-05-21 16:00:48 -0700
  • f0cc927784
    Merge pull request #2582 from thaJeztah/bump-golang-1.10 Derek McGowan 2018-05-22 10:56:53 -0700
  • 7f02f9e450
    Update Golang to 1.10 Sebastiaan van Stijn 2018-05-14 16:41:15 +0200
  • ed42a4909a
    Merge pull request #2594 from dmcgowan/update-integration-test-certs Derek McGowan 2018-05-21 17:01:25 -0700
  • dabcfdc5a6
    Update for vndr update Derek McGowan 2018-05-21 16:33:38 -0700
  • b4dd9b4376
    Update certificates Derek McGowan 2018-05-21 16:00:48 -0700
  • f497e79c7e Update part2.md (#6475) mallchin 2018-04-18 23:55:16 +0100
  • 1b6e19d694 Update link to Docker Trusted Registry (#6479) T N 2018-04-19 07:54:50 +0900
  • 49a2291398
    Merge pull request #2558 from mrueg/release/2.6 Stephen Day 2018-04-06 13:42:15 -0700
  • 376cbc0cc1 notifications: fix expvar for Go 1.7 Noah Treuhaft 2017-02-08 11:38:44 -0800
  • 9b36527ddd ignore path not found error when look up tags Wenkai Yin 2018-02-08 17:28:22 +0800
  • e22abf0fab registry/storage: ignore missing tag on delete Stephen J Day 2018-02-06 15:25:51 -0800
  • 9042088fad Fix "Run the registry as a service" link (#6289) Nat Zimmermann 2018-03-30 21:58:20 +0100
  • 83389a1480
    Merge pull request #2556 from justincormack/fewer-gorillas Derek McGowan 2018-03-27 13:24:08 -0700
  • fb7b0ddfc3
    Remove gorilla/context from vendor.conf Justin Cormack 2018-03-26 15:46:07 -0700
  • f0fe5c3875 registry/filesystem: mention umask (#6276) Akihiro Suda 2018-03-23 02:12:29 +0900
  • 23bef416bd
    Merge pull request #2538 from tianon/challanges Olivier Gambier 2018-03-21 09:58:14 -0700
  • 607ae5d128
    Merge pull request #2501 from xiaonancc77/master Derek McGowan 2018-03-14 10:37:02 -0700
  • 34c706e759
    Merge pull request #2549 from miminar/redis-delete-key Stephen Day 2018-03-13 16:12:15 -0700
  • 492844e09c redis: delete right size attribute Michal Minář 2018-03-13 15:23:47 +0100
  • fc1d3647c6 Added ignore event typs into notifications elsanli(李楠) 2018-01-18 18:26:54 +0800
  • f2805894c8 Fix minor "Challanges" typo Tianon Gravi 2018-03-01 11:25:05 -0800
  • 6fca8d6e67
    Merge pull request #2535 from xiaods/master Stephen Day 2018-02-27 15:34:29 -0800
  • 8b93700d99 fix out of date cli arg for registry version Deshi Xiao 2018-02-28 06:46:06 +0800
  • e80e5f2eb8 Update swift.md (#6054) Wang Jie 2018-02-24 07:40:51 +0800
  • 4a9ec8171d Update azure.md (#6053) Wang Jie 2018-02-24 01:08:06 +0800
  • c594eb1ff0 Mention that rootdirectory prefix has to be pre-existcreated Xueshan Feng 2018-02-22 15:40:39 -0800
  • 198ebadc6d Fix links not rendering properly (#6049) Joao Fernandes 2018-02-22 13:24:44 -0800
  • 35cca3f0f4 Update compatibility.md (#6043) Wang Jie 2018-02-22 20:32:20 +0800
  • db6444ace5 Update mirror.md Akihiro Suda 2018-02-14 17:23:34 +0900
  • 947af10cc0 Update insecure.md Wang Jie 2018-02-14 11:35:57 +0800
  • 1edd9dcccc Update notifications.md Wang Jie 2018-02-14 11:48:56 +0800
  • 6664ec7039
    Merge pull request #2466 from tifayuki/prometheus_go_metrics Stephen Day 2018-02-09 15:49:04 -0800
  • e3c37a46e2 Add Prometheus Metrics tifayuki 2017-11-16 16:43:38 -0800
  • a92ed35ab2 Fix port requirement for SSL of docker registry (#5973) Julien Bordellier 2018-02-09 22:19:38 +0100
  • 13076371a6
    Merge pull request #2520 from ywk253100/ignore_path_not_found_error Derek McGowan 2018-02-09 11:19:52 -0800
  • 005c6e0236 ignore path not found error when look up tags Wenkai Yin 2018-02-08 17:28:22 +0800
  • d707ea2428
    Merge pull request #2469 from felixbuenemann/letsencrypt-host-whitelist-support Stephen Day 2018-02-06 16:11:20 -0800
  • 1ba5b3b553
    registry/storage: ignore missing tag on delete Stephen J Day 2018-02-06 15:25:51 -0800
  • 09d8e4bd93 Favor docker <object> <verb> format of commands (#5914) Misty Stanley-Jones 2018-02-05 09:33:47 -0800
  • fea8bd5114
    Merge pull request #2471 from GarageDeveloper/master Stephen Day 2018-02-02 16:29:34 -0800
  • 85b4d46b4f
    Merge pull request #2507 from mistyhacks/fix-storage-driver-link Derek McGowan 2018-02-01 13:49:34 -0800
  • 4ecb17cc4c registry: support whitelisting letsencrypt hosts Felix Bünemann 2018-02-01 21:16:58 +0100
  • f1fb06838a Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) Misty Stanley-Jones 2018-01-25 17:37:23 -0800
  • a4c32bce50 Fixed broken storage driver link Misty Stanley-Jones 2018-01-23 09:02:07 -0800
  • 5cb406d511
    Merge pull request #2455 from sargun/make-walk-faster Derek McGowan 2018-01-19 13:00:03 -0800
  • cbcbcb02c5 Remove old walk function Sargun Dhillon 2018-01-18 12:10:20 -0800
  • c7b0da2622 Use the new walk method for catalog enumeration Sargun Dhillon 2017-11-29 15:49:19 -0800
  • b5db8eeeb8
    Merge pull request #2500 from stevvooe/remove-net-context-vestiges Derek McGowan 2018-01-18 10:26:24 -0800
  • 585cdeb571
    context, registry/handlers: remove net/context references Stephen J Day 2018-01-17 16:01:41 -0800
  • b5bbca9ed4 Improve Cloudfront notes regarding private buckets (#5225) Sean P. Kane 2018-01-09 14:31:37 -0800
  • 35b29a609e Use the New Driver Walk method for catalog enumeration Sargun Dhillon 2017-11-29 12:26:28 -0800
  • 32ac467992 Introduce Walk Method Per Storage Driver Sargun Dhillon 2017-11-29 11:17:39 -0800
  • 9f664468ea Upgrade AWS library to v1.12.36 Sargun Dhillon 2017-11-29 14:20:27 -0800
  • 277ed486c9
    Merge pull request #2302 from zetaab/oma Derek McGowan 2018-01-05 15:27:52 -0800
  • ff87ad884c add possibility to clean untagged manifests Jesse Haka 2017-06-06 11:02:47 +0300
  • db0bc08b85
    Merge pull request #2484 from perlun/patch-1 Stephen Day 2018-01-02 16:07:18 -0800
  • 70c5e31509
    Merge pull request #2485 from perlun/patch-2 Stephen Day 2018-01-02 16:06:25 -0800
  • aac2f6c8b7 api.md: Fixed incorrect grammar Per Lundberg 2017-12-29 14:40:15 +0200
  • eaa90a3c6d Update CONTRIBUTING.md Per Lundberg 2017-12-29 14:34:32 +0200
  • e9864ce8b9 disable schema1 by default, add a config flag to enable it Viktor Stanchev 2017-12-18 15:06:04 -0800
  • 8777e97b72 fixes #2249: sanitize tenant and tenantid Raphaël Enrici 2017-12-17 18:26:09 +0100
  • a6edcadac9 Correct parameter names for --publish long syntax (#5457) Lachlan Cooper 2017-12-13 07:59:30 +1100
  • a8dac1ad4e Navigation under "Reference" and "Manuals," Registry warning, "Latest" UCP/DTR (#5469) John Mulhausen 2017-12-08 14:34:57 -0800
  • f411848591
    Merge pull request #2447 from tifayuki/cloudfront-s3-filter Derek McGowan 2017-12-07 10:04:35 -0800
  • e8ecc6dc55 add s3 region filters for cloudfront tifayuki 2017-11-14 17:21:36 -0800
  • 803ff0da68
    Merge pull request #2451 from stevvooe/backport-feed-the-linter Stephen Day 2017-11-22 18:09:11 -0800
  • 22889ae085
    registry: feed the linter by removing redundant err check Stephen J Day 2017-09-29 13:27:49 -0700
  • bc3c7b0525
    Merge pull request #2435 from zhouhaibing089/digestset-ut Stephen Day 2017-11-22 16:42:22 -0800
  • 8cedd7b3a4
    Merge pull request #2448 from kklin/follow-relative-links Stephen Day 2017-11-22 16:38:47 -0800
  • 1503fa2109
    Merge pull request #2431 from mistyhacks/fix-keywords Stephen Day 2017-11-22 16:34:27 -0800
  • b7a08ef5bb
    Merge pull request #2449 from mistyhacks/fix-keywords-2.6 Stephen Day 2017-11-22 16:34:19 -0800
  • 8efe825c70 Fix keyword format for downstream docs Misty Stanley-Jones 2017-10-20 11:16:21 -0700
  • 82530e5a58 Add alt text to images which are missing it (#5047) Bhavin Gandhi 2017-11-20 23:19:46 +0530
  • 118c8ee1f1 Added nginx configuration for uploading large sized blobs (layer size) to registry when using nginx as reverse proxy from monikakatiyar16 Monika Katiyar 2017-08-16 15:59:41 +0530
  • 1bfbeca726 Properly follow relative links when listing tags Kevin Lin 2017-11-18 21:50:22 -0800
  • 936007524a Update docs for new publish syntax (#5323) Misty Stanley-Jones 2017-11-17 12:08:29 -0800