Import docker.io_18.06.1+dfsg1.orig-distribution.tar.xz
authorDmitry Smirnov <onlyjob@debian.org>
Tue, 11 Sep 2018 04:03:46 +0000 (05:03 +0100)
committerDmitry Smirnov <onlyjob@debian.org>
Tue, 11 Sep 2018 04:03:46 +0000 (05:03 +0100)
commitee892899d44c35bd4b034baa5a30fcfa0e435344
treee55e7e27773753524905c4001b022256e0e9a83c
Import docker.io_18.06.1+dfsg1.orig-distribution.tar.xz

[dgit import orig docker.io_18.06.1+dfsg1.orig-distribution.tar.xz]
316 files changed:
.mailmap [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
BUILDING.md [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MAINTAINERS [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
RELEASE-CHECKLIST.md [new file with mode: 0644]
ROADMAP.md [new file with mode: 0644]
blobs.go [new file with mode: 0644]
circle.yml [new file with mode: 0644]
cmd/digest/main.go [new file with mode: 0644]
cmd/registry-api-descriptor-template/main.go [new file with mode: 0644]
cmd/registry/config-cache.yml [new file with mode: 0644]
cmd/registry/config-dev.yml [new file with mode: 0644]
cmd/registry/config-example.yml [new file with mode: 0644]
cmd/registry/main.go [new file with mode: 0644]
configuration/configuration.go [new file with mode: 0644]
configuration/configuration_test.go [new file with mode: 0644]
configuration/parser.go [new file with mode: 0644]
context/context.go [new file with mode: 0644]
context/doc.go [new file with mode: 0644]
context/http.go [new file with mode: 0644]
context/http_test.go [new file with mode: 0644]
context/logger.go [new file with mode: 0644]
context/trace.go [new file with mode: 0644]
context/trace_test.go [new file with mode: 0644]
context/util.go [new file with mode: 0644]
context/version.go [new file with mode: 0644]
context/version_test.go [new file with mode: 0644]
contrib/apache/README.MD [new file with mode: 0644]
contrib/apache/apache.conf [new file with mode: 0644]
contrib/compose/README.md [new file with mode: 0644]
contrib/compose/docker-compose.yml [new file with mode: 0644]
contrib/compose/nginx/Dockerfile [new file with mode: 0644]
contrib/compose/nginx/docker-registry-v2.conf [new file with mode: 0644]
contrib/compose/nginx/docker-registry.conf [new file with mode: 0644]
contrib/compose/nginx/nginx.conf [new file with mode: 0644]
contrib/compose/nginx/registry.conf [new file with mode: 0644]
contrib/docker-integration/Dockerfile [new file with mode: 0644]
contrib/docker-integration/README.md [new file with mode: 0644]
contrib/docker-integration/docker-compose.yml [new file with mode: 0644]
contrib/docker-integration/golem.conf [new file with mode: 0644]
contrib/docker-integration/helpers.bash [new file with mode: 0644]
contrib/docker-integration/install_certs.sh [new file with mode: 0644]
contrib/docker-integration/malevolent-certs/ca.pem [new file with mode: 0644]
contrib/docker-integration/malevolent-certs/localregistry.cert [new file with mode: 0644]
contrib/docker-integration/malevolent-certs/localregistry.key [new file with mode: 0644]
contrib/docker-integration/malevolent.bats [new file with mode: 0644]
contrib/docker-integration/nginx/Dockerfile [new file with mode: 0644]
contrib/docker-integration/nginx/docker-registry-v2.conf [new file with mode: 0644]
contrib/docker-integration/nginx/nginx.conf [new file with mode: 0644]
contrib/docker-integration/nginx/registry-basic.conf [new file with mode: 0644]
contrib/docker-integration/nginx/registry-noauth.conf [new file with mode: 0644]
contrib/docker-integration/nginx/registry.conf [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-ca+ca.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-ca+client-cert.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-ca+client-key.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-ca+localhost-cert.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-ca+localhost-key.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-ca+localregistry-cert.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-ca+localregistry-key.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-noca+client-cert.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-noca+client-key.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-noca+localhost-cert.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-noca+localhost-key.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-noca+localregistry-cert.pem [new file with mode: 0644]
contrib/docker-integration/nginx/ssl/registry-noca+localregistry-key.pem [new file with mode: 0644]
contrib/docker-integration/nginx/test.passwd [new file with mode: 0644]
contrib/docker-integration/nginx/v1/search.json [new file with mode: 0644]
contrib/docker-integration/plugins.bats [new file with mode: 0644]
contrib/docker-integration/run_multiversion.sh [new file with mode: 0755]
contrib/docker-integration/tls.bats [new file with mode: 0644]
contrib/docker-integration/token.bats [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/.htpasswd [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/Dockerfile [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/certs/auth.localregistry.cert [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/certs/auth.localregistry.key [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/certs/ca.pem [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/certs/localregistry.cert [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/certs/localregistry.key [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/certs/signing.cert [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/certs/signing.key [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/registry-config-notls.yml [new file with mode: 0644]
contrib/docker-integration/tokenserver-oauth/registry-config.yml [new file with mode: 0644]
contrib/docker-integration/tokenserver/.htpasswd [new file with mode: 0644]
contrib/docker-integration/tokenserver/Dockerfile [new file with mode: 0644]
contrib/docker-integration/tokenserver/certs/auth.localregistry.cert [new file with mode: 0644]
contrib/docker-integration/tokenserver/certs/auth.localregistry.key [new file with mode: 0644]
contrib/docker-integration/tokenserver/certs/ca.pem [new file with mode: 0644]
contrib/docker-integration/tokenserver/certs/localregistry.cert [new file with mode: 0644]
contrib/docker-integration/tokenserver/certs/localregistry.key [new file with mode: 0644]
contrib/docker-integration/tokenserver/certs/signing.cert [new file with mode: 0644]
contrib/docker-integration/tokenserver/certs/signing.key [new file with mode: 0644]
contrib/docker-integration/tokenserver/registry-config.yml [new file with mode: 0644]
contrib/token-server/errors.go [new file with mode: 0644]
contrib/token-server/main.go [new file with mode: 0644]
contrib/token-server/token.go [new file with mode: 0644]
coverpkg.sh [new file with mode: 0755]
digestset/set.go [new file with mode: 0644]
digestset/set_test.go [new file with mode: 0644]
doc.go [new file with mode: 0644]
errors.go [new file with mode: 0644]
health/api/api.go [new file with mode: 0644]
health/api/api_test.go [new file with mode: 0644]
health/checks/checks.go [new file with mode: 0644]
health/checks/checks_test.go [new file with mode: 0644]
health/doc.go [new file with mode: 0644]
health/health.go [new file with mode: 0644]
health/health_test.go [new file with mode: 0644]
manifest/doc.go [new file with mode: 0644]
manifest/manifestlist/manifestlist.go [new file with mode: 0644]
manifest/manifestlist/manifestlist_test.go [new file with mode: 0644]
manifest/schema1/config_builder.go [new file with mode: 0644]
manifest/schema1/config_builder_test.go [new file with mode: 0644]
manifest/schema1/manifest.go [new file with mode: 0644]
manifest/schema1/manifest_test.go [new file with mode: 0644]
manifest/schema1/reference_builder.go [new file with mode: 0644]
manifest/schema1/reference_builder_test.go [new file with mode: 0644]
manifest/schema1/sign.go [new file with mode: 0644]
manifest/schema1/verify.go [new file with mode: 0644]
manifest/schema2/builder.go [new file with mode: 0644]
manifest/schema2/builder_test.go [new file with mode: 0644]
manifest/schema2/manifest.go [new file with mode: 0644]
manifest/schema2/manifest_test.go [new file with mode: 0644]
manifest/versioned.go [new file with mode: 0644]
manifests.go [new file with mode: 0644]
metrics/prometheus.go [new file with mode: 0644]
notifications/bridge.go [new file with mode: 0644]
notifications/bridge_test.go [new file with mode: 0644]
notifications/endpoint.go [new file with mode: 0644]
notifications/event.go [new file with mode: 0644]
notifications/event_test.go [new file with mode: 0644]
notifications/http.go [new file with mode: 0644]
notifications/http_test.go [new file with mode: 0644]
notifications/listener.go [new file with mode: 0644]
notifications/listener_test.go [new file with mode: 0644]
notifications/metrics.go [new file with mode: 0644]
notifications/metrics_test.go [new file with mode: 0644]
notifications/sinks.go [new file with mode: 0644]
notifications/sinks_test.go [new file with mode: 0644]
project/dev-image/Dockerfile [new file with mode: 0644]
project/hooks/README.md [new file with mode: 0644]
project/hooks/configure-hooks.sh [new file with mode: 0755]
project/hooks/pre-commit [new file with mode: 0755]
reference/helpers.go [new file with mode: 0644]
reference/normalize.go [new file with mode: 0644]
reference/normalize_test.go [new file with mode: 0644]
reference/reference.go [new file with mode: 0644]
reference/reference_test.go [new file with mode: 0644]
reference/regexp.go [new file with mode: 0644]
reference/regexp_test.go [new file with mode: 0644]
registry.go [new file with mode: 0644]
registry/api/errcode/errors.go [new file with mode: 0644]
registry/api/errcode/errors_test.go [new file with mode: 0644]
registry/api/errcode/handler.go [new file with mode: 0644]
registry/api/errcode/register.go [new file with mode: 0644]
registry/api/v2/descriptors.go [new file with mode: 0644]
registry/api/v2/doc.go [new file with mode: 0644]
registry/api/v2/errors.go [new file with mode: 0644]
registry/api/v2/headerparser.go [new file with mode: 0644]
registry/api/v2/headerparser_test.go [new file with mode: 0644]
registry/api/v2/routes.go [new file with mode: 0644]
registry/api/v2/routes_test.go [new file with mode: 0644]
registry/api/v2/urls.go [new file with mode: 0644]
registry/api/v2/urls_test.go [new file with mode: 0644]
registry/auth/auth.go [new file with mode: 0644]
registry/auth/htpasswd/access.go [new file with mode: 0644]
registry/auth/htpasswd/access_test.go [new file with mode: 0644]
registry/auth/htpasswd/htpasswd.go [new file with mode: 0644]
registry/auth/htpasswd/htpasswd_test.go [new file with mode: 0644]
registry/auth/silly/access.go [new file with mode: 0644]
registry/auth/silly/access_test.go [new file with mode: 0644]
registry/auth/token/accesscontroller.go [new file with mode: 0644]
registry/auth/token/stringset.go [new file with mode: 0644]
registry/auth/token/token.go [new file with mode: 0644]
registry/auth/token/token_test.go [new file with mode: 0644]
registry/auth/token/util.go [new file with mode: 0644]
registry/client/auth/api_version.go [new file with mode: 0644]
registry/client/auth/challenge/addr.go [new file with mode: 0644]
registry/client/auth/challenge/authchallenge.go [new file with mode: 0644]
registry/client/auth/challenge/authchallenge_test.go [new file with mode: 0644]
registry/client/auth/session.go [new file with mode: 0644]
registry/client/auth/session_test.go [new file with mode: 0644]
registry/client/blob_writer.go [new file with mode: 0644]
registry/client/blob_writer_test.go [new file with mode: 0644]
registry/client/errors.go [new file with mode: 0644]
registry/client/errors_test.go [new file with mode: 0644]
registry/client/repository.go [new file with mode: 0644]
registry/client/repository_test.go [new file with mode: 0644]
registry/client/transport/http_reader.go [new file with mode: 0644]
registry/client/transport/transport.go [new file with mode: 0644]
registry/doc.go [new file with mode: 0644]
registry/handlers/api_test.go [new file with mode: 0644]
registry/handlers/app.go [new file with mode: 0644]
registry/handlers/app_test.go [new file with mode: 0644]
registry/handlers/basicauth.go [new file with mode: 0644]
registry/handlers/basicauth_prego14.go [new file with mode: 0644]
registry/handlers/blob.go [new file with mode: 0644]
registry/handlers/blobupload.go [new file with mode: 0644]
registry/handlers/catalog.go [new file with mode: 0644]
registry/handlers/context.go [new file with mode: 0644]
registry/handlers/health_test.go [new file with mode: 0644]
registry/handlers/helpers.go [new file with mode: 0644]
registry/handlers/hmac.go [new file with mode: 0644]
registry/handlers/hmac_test.go [new file with mode: 0644]
registry/handlers/hooks.go [new file with mode: 0644]
registry/handlers/mail.go [new file with mode: 0644]
registry/handlers/manifests.go [new file with mode: 0644]
registry/handlers/tags.go [new file with mode: 0644]
registry/listener/listener.go [new file with mode: 0644]
registry/middleware/registry/middleware.go [new file with mode: 0644]
registry/middleware/repository/middleware.go [new file with mode: 0644]
registry/proxy/proxyauth.go [new file with mode: 0644]
registry/proxy/proxyblobstore.go [new file with mode: 0644]
registry/proxy/proxyblobstore_test.go [new file with mode: 0644]
registry/proxy/proxymanifeststore.go [new file with mode: 0644]
registry/proxy/proxymanifeststore_test.go [new file with mode: 0644]
registry/proxy/proxymetrics.go [new file with mode: 0644]
registry/proxy/proxyregistry.go [new file with mode: 0644]
registry/proxy/proxytagservice.go [new file with mode: 0644]
registry/proxy/proxytagservice_test.go [new file with mode: 0644]
registry/proxy/scheduler/scheduler.go [new file with mode: 0644]
registry/proxy/scheduler/scheduler_test.go [new file with mode: 0644]
registry/registry.go [new file with mode: 0644]
registry/registry_test.go [new file with mode: 0644]
registry/root.go [new file with mode: 0644]
registry/storage/blob_test.go [new file with mode: 0644]
registry/storage/blobcachemetrics.go [new file with mode: 0644]
registry/storage/blobserver.go [new file with mode: 0644]
registry/storage/blobstore.go [new file with mode: 0644]
registry/storage/blobwriter.go [new file with mode: 0644]
registry/storage/blobwriter_nonresumable.go [new file with mode: 0644]
registry/storage/blobwriter_resumable.go [new file with mode: 0644]
registry/storage/cache/cache.go [new file with mode: 0644]
registry/storage/cache/cachecheck/suite.go [new file with mode: 0644]
registry/storage/cache/cachedblobdescriptorstore.go [new file with mode: 0644]
registry/storage/cache/memory/memory.go [new file with mode: 0644]
registry/storage/cache/memory/memory_test.go [new file with mode: 0644]
registry/storage/cache/redis/redis.go [new file with mode: 0644]
registry/storage/cache/redis/redis_test.go [new file with mode: 0644]
registry/storage/catalog.go [new file with mode: 0644]
registry/storage/catalog_test.go [new file with mode: 0644]
registry/storage/digester_resumable_test.go [new file with mode: 0644]
registry/storage/doc.go [new file with mode: 0644]
registry/storage/driver/azure/azure.go [new file with mode: 0644]
registry/storage/driver/azure/azure_test.go [new file with mode: 0644]
registry/storage/driver/base/base.go [new file with mode: 0644]
registry/storage/driver/base/regulator.go [new file with mode: 0644]
registry/storage/driver/base/regulator_test.go [new file with mode: 0644]
registry/storage/driver/factory/factory.go [new file with mode: 0644]
registry/storage/driver/fileinfo.go [new file with mode: 0644]
registry/storage/driver/filesystem/driver.go [new file with mode: 0644]
registry/storage/driver/filesystem/driver_test.go [new file with mode: 0644]
registry/storage/driver/gcs/doc.go [new file with mode: 0644]
registry/storage/driver/gcs/gcs.go [new file with mode: 0644]
registry/storage/driver/gcs/gcs_test.go [new file with mode: 0644]
registry/storage/driver/inmemory/driver.go [new file with mode: 0644]
registry/storage/driver/inmemory/driver_test.go [new file with mode: 0644]
registry/storage/driver/inmemory/mfs.go [new file with mode: 0644]
registry/storage/driver/middleware/cloudfront/middleware.go [new file with mode: 0644]
registry/storage/driver/middleware/cloudfront/s3filter.go [new file with mode: 0644]
registry/storage/driver/middleware/cloudfront/s3filter_test.go [new file with mode: 0644]
registry/storage/driver/middleware/redirect/middleware.go [new file with mode: 0644]
registry/storage/driver/middleware/redirect/middleware_test.go [new file with mode: 0644]
registry/storage/driver/middleware/storagemiddleware.go [new file with mode: 0644]
registry/storage/driver/oss/doc.go [new file with mode: 0644]
registry/storage/driver/oss/oss.go [new file with mode: 0644]
registry/storage/driver/oss/oss_test.go [new file with mode: 0644]
registry/storage/driver/s3-aws/s3.go [new file with mode: 0644]
registry/storage/driver/s3-aws/s3_test.go [new file with mode: 0644]
registry/storage/driver/s3-aws/s3_v2_signer.go [new file with mode: 0644]
registry/storage/driver/s3-goamz/s3.go [new file with mode: 0644]
registry/storage/driver/s3-goamz/s3_test.go [new file with mode: 0644]
registry/storage/driver/storagedriver.go [new file with mode: 0644]
registry/storage/driver/swift/swift.go [new file with mode: 0644]
registry/storage/driver/swift/swift_test.go [new file with mode: 0644]
registry/storage/driver/testdriver/testdriver.go [new file with mode: 0644]
registry/storage/driver/testsuites/testsuites.go [new file with mode: 0644]
registry/storage/driver/walk.go [new file with mode: 0644]
registry/storage/error.go [new file with mode: 0644]
registry/storage/filereader.go [new file with mode: 0644]
registry/storage/filereader_test.go [new file with mode: 0644]
registry/storage/garbagecollect.go [new file with mode: 0644]
registry/storage/garbagecollect_test.go [new file with mode: 0644]
registry/storage/io.go [new file with mode: 0644]
registry/storage/linkedblobstore.go [new file with mode: 0644]
registry/storage/linkedblobstore_test.go [new file with mode: 0644]
registry/storage/manifestlisthandler.go [new file with mode: 0644]
registry/storage/manifeststore.go [new file with mode: 0644]
registry/storage/manifeststore_test.go [new file with mode: 0644]
registry/storage/paths.go [new file with mode: 0644]
registry/storage/paths_test.go [new file with mode: 0644]
registry/storage/purgeuploads.go [new file with mode: 0644]
registry/storage/purgeuploads_test.go [new file with mode: 0644]
registry/storage/registry.go [new file with mode: 0644]
registry/storage/schema2manifesthandler.go [new file with mode: 0644]
registry/storage/schema2manifesthandler_test.go [new file with mode: 0644]
registry/storage/signedmanifesthandler.go [new file with mode: 0644]
registry/storage/tagstore.go [new file with mode: 0644]
registry/storage/tagstore_test.go [new file with mode: 0644]
registry/storage/util.go [new file with mode: 0644]
registry/storage/vacuum.go [new file with mode: 0644]
tags.go [new file with mode: 0644]
testutil/handler.go [new file with mode: 0644]
testutil/manifests.go [new file with mode: 0644]
testutil/tarfile.go [new file with mode: 0644]
uuid/uuid.go [new file with mode: 0644]
uuid/uuid_test.go [new file with mode: 0644]
vendor.conf [new file with mode: 0644]
version/print.go [new file with mode: 0644]
version/version.go [new file with mode: 0644]
version/version.sh [new file with mode: 0755]