atlassian / go-artifactory

Go library for artifactory REST API
Apache License 2.0
23 stars 28 forks source link

Add the resolveDockerTagsByTimestamp argument to virtual repository model #21

Open AlexanderRMcNeill opened 4 years ago

AlexanderRMcNeill commented 4 years ago

Is your feature request related to a problem? Please describe. Add the resolveDockerTagsByTimestamp argument to virtual repository model.

As of Artifactory version 6.12 it now supports the ability to resolve images with the same docker tags by timestamp. See the release notes here.

Describe the solution you'd like I would like to be able to set the resolveDockerTagsByTimestamp flag on the virtual repository model and use it to create a repository with that setting and update the setting.

Describe alternatives you've considered None

Additional context

AlexanderRMcNeill commented 4 years ago

This needs to be added in order to add the feature to the Artifactory Terraform provider https://github.com/atlassian/terraform-provider-artifactory/issues/70