Commit Graph

5 Commits

Author SHA1 Message Date
Miloslav Trmač d38ad9f724 Remove unexpected blank lines
golangci-lint linter: whitespace

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2023-02-06 21:25:46 +01:00
Miloslav Trmač d6a8cdede9 Fix some comments
golangci-lint linter: gocritic

Don't use the "linter control" format without a leading space
Use a correct Deprecated: comment

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2023-02-06 21:23:42 +01:00
Josh Soref 111bf164be Spelling
* about
* appropriate
* busybox
* candidate
* candidates
* certificate
* config
* configuration
* containers
* decompression
* directory
* does-not/match
* does/not/exist
* doesnot
* doesnotexist
* exemplary
* garbage
* gzipped
* identify
* initially
* kubernetes
* length
* marshaling
* maximum
* mybetaproduct
* overridden
* parameter
* permissive
* policyconfiguration
* protocols
* reference
* referenceable
* requirement
* response
* simultaneously
* slashes
* subobject
* successfully
* this
* uncompressed
* unmarshaled
* unmarshaler
* unmarshaling it
* unmarshaller
* valid

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-03-23 14:37:37 -04:00
Miloslav Trmač 6ddbf03773 Update docker/reference from docker/distribution/reference
Primarily to make DomainRegexp public.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2019-05-29 00:30:55 +02:00
Miloslav Trmač ecdd233c84 Copy github.com/docker/distribution/reference to docker/reference
This replaces the copy of github.com/docker/docker/reference in the same
place, which we have just gotten rid of, and allows using this package
even in consumers which insist on an incompatible version of
docker/distribution.

The copy has been edited to drop a reference to
github.com/docker/distribution/digestset .

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2017-02-07 15:25:27 +01:00