Address code review feedback: remove unused script and optimize workflow

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 16:20:36 +00:00
parent 9d505158bb
commit 6896087c21
2 changed files with 8 additions and 17 deletions

View File

@@ -42,9 +42,6 @@ RUN mkdir -p /sparkos/rootfs/bin \
# Copy built init binary from builder
COPY --from=builder /build/init /sparkos/rootfs/sbin/init
# Copy setup scripts
COPY scripts/setup_rootfs.sh /sparkos/scripts/
# Set up basic configuration files
RUN echo "sparkos" > /sparkos/rootfs/etc/hostname && \
echo "127.0.0.1 localhost" > /sparkos/rootfs/etc/hosts && \