public sealed class Repository.Types.DockerRepositoryConfig : IMessage<Repository.Types.DockerRepositoryConfig>, IEquatable<Repository.Types.DockerRepositoryConfig>, IDeepCloneable<Repository.Types.DockerRepositoryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class Repository.Types.DockerRepositoryConfig.
DockerRepositoryConfig is docker related repository details.
Provides additional configuration details for repositories of the docker
format type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Repository.Types.DockerRepositoryConfig` class, a part of the Artifact Registry v1 API, within the `Google.Cloud.ArtifactRegistry.V1` namespace."],["The `DockerRepositoryConfig` class is designed to handle configuration details for repositories using the Docker format, as well as implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property `ImmutableTags` which, when enabled, restricts modifications, movement, or deletion of existing tags within the repository, but still allows for the creation of new tags."],["The page lists different versions of this class, ranging from the latest `2.9.0` down to `1.0.0`, with `2.4.0` being the current context and version used throughout the page."]]],[]]