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

chore: remove run-in-docker logic from Makefile #946

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

fnaranjo-vmw
Copy link
Contributor

The same benefits can be achieved by simply launching an interactive docker session inside a supported image and running commands from there. This approach has some additional benefits

  • Easier to maintain
  • Debloats Makefile
  • Less hidden magic
  • Same code for local and containerised execution

Checklist:

  • Have you added or updated tests to validate the changed functionality?
  • Have you added Release Notes in the docs repositories?
  • Have you followed the Conventional Commits specification?

The same benefits can be achieved by simply launching an
interactive docker session inside a supported image and running
commands from there. This approach has some additional benefits
- Easier to maintain
- Debloats Makefile
- Less hidden magic
- Same code for local and containerised execution
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/187011536

The labels on this github issue will be updated when the story is started.

@fnaranjo-vmw
Copy link
Contributor Author

Changes are great. Thanks @blgm !

@fnaranjo-vmw fnaranjo-vmw merged commit dd99af1 into main Feb 9, 2024
5 checks passed
@fnaranjo-vmw fnaranjo-vmw deleted the chore-fnaranjo-cleanup branch February 9, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants