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

Image monitor (cont.) #172

Merged
merged 1 commit into from
May 8, 2024

Conversation

steffenrost
Copy link

@steffenrost steffenrost commented May 8, 2024

Record all invoked docker images and related actions and put them in store. Make sure the couchdb view is updated accordingly. Filter out outdated images on initial sync with image store.

Description

Record all invoked docker images and related actions and put them in store.

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

@steffenrost steffenrost requested a review from teteich May 8, 2024 11:50
Copy link

@teteich teteich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thx

@steffenrost
Copy link
Author

Travis build failed because wurstmeister/kafka is (currently) not available on docker hub, but merge this PR anyway because PG2#656 succeeded.

TASK [kafka : (re)start kafka using 'wurstmeister/kafka:2.12-2.3.1'] ***********
Wednesday 08 May 2024  12:17:14 +0000 (0:00:00.037)       0:00:08.531 ********* 
fatal: [kafka0]: FAILED! => {"changed": false, "msg": "Error pulling image wurstmeister/kafka:2.12-2.3.1 - 404 Client Error: Not Found (\"pull access denied for wurstmeister/kafka, repository does not exist or may require 'docker login': denied: requested access to the resource is denied\")"}

@steffenrost steffenrost merged commit 56c6244 into ibm-functions:master May 8, 2024
1 check failed
@steffenrost steffenrost deleted the sr-image-monitor-3 branch May 8, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants