You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The DockerRepositorySettingsImpl class does not include an ability for blockPushingSchema1. This value can be set in the UI. It is not expected to only allow the default value.
To Reproduce
Code examination of org.jfrog.artifactory.client.model.repository.settings.impl.DockerRepositorySettingsImpl
Expected behavior
There should be an accessor (getter) and mutator (setter) for blockPushingSchema1 which will then set the value as provided which is then reflected when the docker repository is created.
Screenshots
N/A
Versions
Artifactory Java Client version: 2.13.1
Operating system: N/A
Artifactory Version: N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
The DockerRepositorySettingsImpl class does not include an ability for blockPushingSchema1. This value can be set in the UI. It is not expected to only allow the default value.
To Reproduce
Code examination of org.jfrog.artifactory.client.model.repository.settings.impl.DockerRepositorySettingsImpl
Expected behavior
There should be an accessor (getter) and mutator (setter) for blockPushingSchema1 which will then set the value as provided which is then reflected when the docker repository is created.
Screenshots
N/A
Versions
Additional context
N/A
The text was updated successfully, but these errors were encountered: