Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 2, 2023
1 parent 3f3aeaf commit ee66fec
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN \
&& echo "source <(nerdctl completion bash);" >> /root/.bashrc \
&& echo "source <(nerdctl completion bash |sed \"s/nerdctl/docker/g\");" >> /root/.bashrc \
\
&& mkdir -p /var/log/supervisor;
&& mkdir -p /var/log/supervisor /opt/cni/bin;
# /etc/dropbear


Expand All @@ -87,21 +87,17 @@ RUN \


# bins
RUN mkdir -p /opt/cni/bin /kind/;
# RUN mkdir -p /opt/cni/bin;
COPY --from=trans /rootfs /

# copy in static files
# # all scripts are 0755 (rwx r-x r-x)
# COPY files/usr/local/bin/* /usr/local/apps/scripts/

# COPY ./files/etc/cni/net.d/bridge-nerdctl-cpout.conflist /etc/cni/net.d/
# COPY ./files/10-containerd-net.conflist /etc/cni/net.d/
# COPY ./files/edgecore-conf.yml /
# copy> add
ADD files/etc /etc

# 默认版本
# chmod +x /usr/local/apps/scripts/*; \
# mkdir -p /kind; chmod +x /usr/local/apps/scripts/*; \
# ls /usr/local/apps/scripts/ |while read one; do ln -s /usr/local/apps/scripts/$one /usr/local/bin/; done; \
RUN \
\
Expand Down

0 comments on commit ee66fec

Please sign in to comment.