rename docker-entrypoint to container-entrypoint
Signed-off-by: Claudius Heine <ch@denx.de> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
52adce2387
commit
bb303ced8c
@ -29,4 +29,4 @@ ENV NO_PROXY="*"
|
||||
COPY . /kas
|
||||
RUN pip3 --proxy=$https_proxy install /kas
|
||||
|
||||
ENTRYPOINT ["/kas/docker-entrypoint"]
|
||||
ENTRYPOINT ["/kas/container-entrypoint"]
|
||||
|
@ -20,4 +20,4 @@ RUN echo "builder ALL=NOPASSWD: ALL" > /etc/sudoers.d/builder-nopasswd && \
|
||||
RUN echo "Defaults env_keep += \"ftp_proxy http_proxy https_proxy no_proxy\"" \
|
||||
> /etc/sudoers.d/env_keep && chmod 660 /etc/sudoers.d/env_keep
|
||||
|
||||
RUN sed -i 's|#!/bin/bash|\0\n\n/etc/init.d/binfmt-support start|' /kas/docker-entrypoint
|
||||
RUN sed -i 's|#!/bin/bash|\0\n\n/etc/init.d/binfmt-support start|' /kas/container-entrypoint
|
||||
|
Loading…
Reference in New Issue
Block a user