Dmitriy Kalinin
Dmitriy Kalinin
> It doesn't make sense to me that if going to require -i and -b that -i would still delete any image type, including bundles. bundles are images too. -i...
hey @davidblum, the reason for this behaviour is because imgpkg bundle fetching (done by vendir) does not support (intentionally) using digest and tagSelection: https://github.com/vmware-tanzu/carvel-vendir/blob/develop/pkg/vendir/fetch/imgpkgbundle/sync.go#L98-L100 (though we do not have a...
thats fair. we should probably remove that.
> kp image create have a flag --local-path that looks like it solves the source code upload for us. oh that's very cool! i think the next step is to...
@austinnichols101 not currently. any concerns over conflicting with public domains (eg app.dev could be a legitimate site)? can try adding as as an optional feature though, lmk. Sent from my...
@austinnichols101 do you typically configure it to deal with shortest names as well (just the svc name, eg `foo`)?
all righty, i ll give it a try next week.
related issue for produced image metadata: https://github.com/knative/build/issues/215
i'm curious about how this plays with remote builders. for example, imagine if google builder would be implemented via a container (any reason why it shouldn't be decoupled?) that just...
basic implementation for build from source is in knctl v0.0.4 (https://github.com/cppforlife/knctl/releases/tag/v0.0.4). it looks something like this: ``` $ knctl deploy \ --service simple-app \ --directory=$PWD \ --service-account serv-acct1 \ --image...