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:
Claudius Heine 2020-09-28 09:02:12 +02:00 committed by Jan Kiszka
parent 52adce2387
commit bb303ced8c
3 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ ENV NO_PROXY="*"
COPY . /kas
RUN pip3 --proxy=$https_proxy install /kas
ENTRYPOINT ["/kas/docker-entrypoint"]
ENTRYPOINT ["/kas/container-entrypoint"]

View File

@ -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