Hari
Hari

Reputation: 5

Spinnaker pipeline is not auto triggering on Azure acr image push

We have installed spinnaker inside a Azure vm using halyard.

Spinnaker version is 1.34.5, we have enabled the auto trigger in the Spinnaker UI.

This is the halyard configuration:

dockerRegistry:
      enabled: true
      accounts:
      - name: ******
        requiredGroupMembership: []
        permissions: {}
        address: https://******.azurecr.io
        username: *******
        password: *******
        email: [email protected]
        cacheIntervalSeconds: 300
        clientTimeoutMillis: 60000
        cacheThreads: 1
        paginateSize: 100
        sortTagsByDate: false
        trackDigests: true
        insecureRegistry: false
        repositories:
        - test
      primaryAccount: ******

We are getting these logs in the /var/log/syslog dir:

Jan  6 05:35:32 vm-**** clouddriver[2313433]: 2025-01-06 05:35:32.232  WARN 2313433 --- [onPool-worker-1] .d.r.p.a.DockerRegistryImageCachingAgent : Error retrieving manifest for dockerRegistry:taggedImage:****:****/*****:develop.189; digest and tag will not be cached: *****.azurecr.io

Upvotes: 0

Views: 22

Answers (0)

Related Questions