Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DockerRepositorySettingsImpl missing setter for dockerTagRetention repository property #347

Open
scottwdavidson opened this issue Apr 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@scottwdavidson
Copy link

Describe the bug
The DockerRepositorySettingsImpl class does not include a setter (or getter) for the dockerTagRetention property. This value can be set via the UI and is present in the getRepository data, so it's a valid / active field with no was to set it through the ArtifactoryClient.

To Reproduce
Code examination of org.jfrog.artifactory.client.model.repository.settings.impl.DockerRepositorySettingsImpl

Expected behavior
There should be a setter for dockerTagRetention which will then set the value as provided ( an Integer ) which is then reflected whn the docker repository is created.

Screenshots
N/A

Versions

  • Artifactory Java Client version: 2.11.1
  • Operating system: N/A
  • Artifactory Version: N/A

Additional context
This is a key issue as it's not allowing me to fully configure docker federated repositories through the Artifactory Client, forcing me to rely on default values that I may not want.

@scottwdavidson scottwdavidson added the bug Something isn't working label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant