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 document provides reference documentation for the `Repository.Types.DockerRepositoryConfig` class within the Google Cloud Artifact Registry v1 API, specifically version 2.7.0."],["`DockerRepositoryConfig` provides additional configuration details for Docker format type repositories, according to the content in this document."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which add some functionalities."],["The `DockerRepositoryConfig` class has a constructor that takes another `DockerRepositoryConfig` instance as a parameter, in addition to a default one."],["A property called `ImmutableTags` which is of type `bool`, can prevent any tags from being modified, moved, or deleted, but not from creation."]]],[]]