-
Notifications
You must be signed in to change notification settings - Fork 330
update ecr-pull to support doing entrypoint injection #4847
Conversation
827cf26 to
3073a71
Compare
Ran `make gen/integrations-hcl` and `make gen/website-mdx`
izaaklauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement! Your approach of invoking the docker pull builder from ecr is clever, and makes sense to me.
I requested one small change, and reran our documentation automation and made a PR to your branch here: https://github.com/kmcgovern-apixio/waypoint/pull/1/files. Once those are in, we can merge this.
| // Copyright (c) HashiCorp, Inc. | ||
| // SPDX-License-Identifier: MPL-2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why these are in this PR, but it's ok!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
originally i had changes to the ecr protobuf but ended up not needing that. this is just a remnant from that!
Co-authored-by: Izaak Lauer <[email protected]>
Docs and changelog
This PR makes it so ecr-pull can be used the same way docker-pull can to inject the waypoint entrypoint. Currently this is non-passive because it keeps the same default as
docker-pullwhich will inject the entrypoint. disabling the entrypoint injection keeps the previous behavior and does not require the docker or kankio builder (as before)