Skip to content

Instantly share code, notes, and snippets.

@hilmarf
Created November 21, 2024 10:31
Show Gist options
  • Save hilmarf/130eae7fad45e3602f1b061bbb6abf49 to your computer and use it in GitHub Desktop.
Save hilmarf/130eae7fad45e3602f1b061bbb6abf49 to your computer and use it in GitHub Desktop.
Open Component Model (OCM) configuration
type: generic.config.ocm.software/v1
configurations:
- type: credentials.config.ocm.software
repositories:
- repository:
type: DockerConfig/v1
dockerConfigFile: "C:\\Users\\me\\.docker\\config.json"
propagateConsumerIdentity: true
consumers:
- identity:
type: OCIRegistry
hostname: dev.repository.sap
credentials:
- type: Credentials
properties:
username: ***
password: ***
- identity:
type: OCIRegistry
hostname: test.repository.sap
# pathprefix: artifactory/ocm-oci-test
credentials:
- type: Credentials
properties:
username: ***
password: ***
- identity:
type: MavenRepository
hostname: int.repository.sap
pathprefix: artifactory/ocm-mvn-test
credentials:
- type: Credentials
properties:
username: '***'
password: '***'
- identity:
type: NpmRegistry
hostname: int.repository.sap
pathprefix: artifactory/ocm-npm-test
credentials:
- type: Credentials
properties:
username: '***'
password: '***'
email: ***@sap.com
- identity:
type: MavenRepository
hostname: other.repository.sap
pathprefix: stage/repository/***
credentials:
- type: Credentials
properties:
username: ***
password: ***
- identity:
type: NpmRegistry
hostname: other.repository.sap
pathprefix: 'foo'
credentials:
- type: Credentials
properties:
username: ***
password: ***
email: ***@global.corp.sap
- type: uploader.ocm.config.ocm.software
registrations:
- name: ocm/ociArtifacts
artifactType: ociImage
priority: 200
config:
ociRef: ocm-oci-test.int.repositories.cloud.sap/config
# # namespacePrefix:
# # repository:
- name: ocm/npmPackage
artifactType: npmPackage
config:
url: https://int.repository.sap/artifactory/ocm-npm-test/
- name: ocm/mavenPackage
artifactType: mavenPackage
config:
url: https://int.repository.sap/artifactory/ocm-mvn-test/
- type: attributes.config.ocm.software
attributes:
cache: "D:\\TEMP\\ocm-cache"
- type: logging.config.ocm.software
# contextType: attributes.context.ocm.software
settings:
defaultLevel: Debug
# New sample HTTP configuration to takle epic: https://github.com/open-component-model/ocm/issues/1119
- type: http.config.ocm.software
global:
insecure: true # false # disable TLS validation
root_ca:
client_cert:
http_proxy:
https_proxy:
no_proxy:
...
hosts:
"int.repositories.cloud.sap":
insecure: true # false
...
"staging.repositories.cloud.sap":
root_ca:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment