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

Remove unused docker dependency #167

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

marc-schwind
Copy link

Description

The controller and invoker container images install docker. As the IBM functions does not rely on docker to create action containers we can safely remove docker there to reduce the attack surface.

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).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).

@marc-schwind marc-schwind self-assigned this Oct 16, 2023
@marc-schwind marc-schwind marked this pull request as draft October 16, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant