paketo-buildpacks / stacks

stacks
Apache License 2.0
35 stars 23 forks source link

Refactor: Make usn-update a Dockerfile-based action, not a composite action #138

Open fg-j opened 2 years ago

fg-j commented 2 years ago

The action relies on a small go program, and compiles it on the fly. The action would be more maintainable (and more similar to other Paketo actions) if we move to a Dockerfile-based action model. See the dispatch action for a comparable example.