#Base image entrypoint override

1 messages · Page 1 of 1 (latest)

stuck marsh
#

I'm using the base image for mkdocs, but in the dockerfile I call some pip install commands for tooling.
I'm a little confused as I added WithExec() before the final calls and it still uses the /bin/tini -- mkdocs {mycommands}.

I know I'm mixed up on the lifecycle probably, but spent an hour digging through some examples and not sure what piece I was missing. Any quick pointer?

elfin haven
warm lava
#

And WithoutEntrypoint

#

(Which we should really really make the default, even if it means a breaking change, before it's too late... as discussed @slow ridge @lime saddle )

#

Sorry @slow ridge I know you're busy with Traces and 0.11 today... ignore!

stuck marsh
#

i'll take a peek and try that. Thanks so much!

With so much having changed with the new functions it's a bit overwhelming to catch up and try one piece 😆 Thankfully I know I have some great folks to help. Just wish I'd not missed the Paris event. Will be sure to see ya'll someday

warm lava
#

@stuck marsh definitely true that there has been a lot of change. This particular piece though, should be the same pre- and post- functions

stuck marsh
#

I did use WithEntrypoint, but it didn't use my new value. Let me look for a few more examples in docs and maybe i missed something, if not i'll post an example here.