diff --git a/image/overlay/usr/bin/.gitkeep b/image/overlay/usr/bin/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/vm.Dockerfile b/vm.Dockerfile index 34b4891..dd5fbdb 100644 --- a/vm.Dockerfile +++ b/vm.Dockerfile @@ -19,8 +19,8 @@ COPY ./image /kitchen RUN sed -i "s#_REPO_#$CLOUD_CONFIG_REPO#g" /kitchen/overlay/daemon/update-keys.sh && \ sed -i "s#_REVISION_#$CLOUD_CONFIG_REVISION#g" /kitchen/overlay/daemon/update-keys.sh && \ sed -i "s#GATEWAY_ADDRESS#$CLOUD_GATEWAY_ADDRESS#g" /kitchen/overlay/etc/network/interfaces -COPY --from=bubble-builder --chmod=755 /build/daemon /bin/bubble -COPY --from=bubble-builder --chmod=755 /build/auth_server /bin/auth-server +COPY --from=bubble-builder --chmod=755 /build/daemon /kitchen/overlay/usr/bin/bubble +COPY --from=bubble-builder --chmod=755 /build/auth_server /kitchen/overlay/usr/bin/auth-server RUN --security=insecure \ --mount=type=bind,from=host-modules,source=/,target=/lib/modules \ cd /kitchen && rm -f vm.raw && ALPINE_BRANCH="3.24" ./build-image.sh