File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,7 @@ controller/.secret_key
2222logs /
2323
2424# local binaries, installers, and artifacts
25- builder /rootfs /bin /extract-domain
26- builder /rootfs /bin /extract-types
27- builder /rootfs /bin /extract-version
28- builder /rootfs /bin /generate-buildhook
29- builder /rootfs /bin /get-app-config
30- builder /rootfs /bin /get-app-values
31- builder /rootfs /bin /publish-release-controller
32- builder /rootfs /bin /yaml2json-procfile
25+ builder /rootfs /usr /bin
3326cache /image /bin /
3427client /dist /
3528client /makeself /
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COMPONENT = $(notdir $(repo_path))
1111IMAGE = $(IMAGE_PREFIX )$(COMPONENT ) :$(BUILD_TAG )
1212DEV_IMAGE = $(DEV_REGISTRY ) /$(IMAGE )
1313BINARIES := extract-domain extract-types extract-version generate-buildhook get-app-config get-app-values publish-release-controller yaml2json-procfile
14- BINARY_DEST_DIR := rootfs/bin
14+ BINARY_DEST_DIR := rootfs/usr/ bin
1515
1616build : check-docker
1717 for i in $( BINARIES) ; do \
You can’t perform that action at this time.
0 commit comments