flat-zoo-31952
11/26/2022, 3:23 PMpacker build
map to? Package? Publish? Seems like both to me. Anyone familiar with it have any thoughts?enough-analyst-54434
11/26/2022, 3:45 PMHCP_PACKER_REGISTRY=0
allows packer build
to be just package with no publish? If so, that could allow structuring rules to split the steps if that is desirable.wide-midnight-78598
11/26/2022, 4:01 PMPublish deliverables (assets, distributions, images, etc).Hmm... To me, publishing feels like pushing an artifact to a remote location. Would be nice to have some more content in there - especially with
experimental-deploy
packer build
feels itself more like package
(assuming it stays local)... It's been a while since I've used it so I can't recall - does it auto-publish as well?flat-zoo-31952
11/26/2022, 7:43 PMflat-zoo-31952
11/26/2022, 9:43 PMpackage
makes sense, even if this "packaging" is happening on a cloud and only can be referenced within the semantics of that cloud. Packer is explicitly not a tool for managing images, just building them. This is complicated by stuff you can do with post-processors, but I'll probably get into that more as I dive into the detailshappy-kitchen-89482
11/27/2022, 2:25 PMpackage
today assumes that it has no side-effects (except writing into distdir) so we’d have to be sure that is still true? E.g., that ./pants package
remains idempotent, and that normal caching/concurrency semantics applyflat-zoo-31952
11/28/2022, 1:35 AMhappy-kitchen-89482
11/28/2022, 1:30 PMhappy-kitchen-89482
11/28/2022, 1:30 PMhappy-kitchen-89482
11/28/2022, 1:31 PMpackage
to be the goal for packer build
, as long as it’s done carefullyhappy-kitchen-89482
11/28/2022, 1:33 PMhappy-kitchen-89482
11/28/2022, 1:34 PMflat-zoo-31952
11/28/2022, 1:48 PMhappy-kitchen-89482
11/28/2022, 4:33 PMwide-midnight-78598
11/28/2022, 6:03 PMflat-zoo-31952
11/28/2022, 6:03 PMdeploy
flat-zoo-31952
11/28/2022, 6:04 PMcareful-address-89803
12/04/2022, 1:46 AMpublish
goal. To me, the docker package
writing to the local image store is definitely different than the image ending up in a repository.flat-zoo-31952
12/05/2022, 2:51 PM