Nick Hammond
Nick Hammond
@a3kov That's not a requirement of Kamal. Anyways, this is off-topic. Best of luck with whatever solution you end up with.
> I would expect this to run - is the problem that deploy.yml is parsed first so the secrets are not loaded there? Yes, this looks to be the issue...
@djmb Great, opened a PR! #1019. I'll close this and we can move things over there.
Hey @alexohre - No, that'll just be a remote builder with the engine pointing to Docker cloud(https://github.com/basecamp/kamal/discussions/914) which would be a different PR. The builders were just reorganized a bit...
Hey @dhh, thanks for taking a look! I think adding support for buildpacks will be great for the adoption of Kamal but you can always still reach for the sharper...
Started on the docs in this kamal-site PR https://github.com/basecamp/kamal-site/pull/117.
> @nickhammond - I noticed in your sample apps, that you've set the context for the builder to ., which avoids using the git clone for building. > > Is...
Highlighting some build time specs with a traditional build with a Dockerfile vs. buildpacks. I ran these on an M2 Max, 64GB, Docker is capped at 4GB RAM and 4...
@edmorley You're right, I found the `pull-policy` setting and set that to `if-not-present`. When running with that and `--verbose` though I'm still seeing a bit of a lag. 10-15s is...
@edmorley Adding the `--timestamps` option helped. It's not with every pack but when it does happen it looks like it's when attempting to create the registry cache, here's an example...