Loading base/Dockerfile +1 −4 Original line number Diff line number Diff line Loading @@ -4,10 +4,7 @@ LABEL maintainer="Peter Stanko (peter.stanko0@gmail.com)" LABEL image="kontr2/base-pipenv" # Add ssh deploy key RUN mkdir -p /root/.ssh ADD misc/deploy_key /root/.ssh/id_rsa RUN chmod 700 /root/.ssh/id_rsa RUN echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config RUN echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /etc/ssh/ssh_config # Install gcc and git Loading docker-compose.ymldeleted 100644 → 0 +0 −29 Original line number Diff line number Diff line version: '3' services: base: build: base image: kontr2/base-pipenv ktdk: build: ktdk image: kontr2/ktdk-runner ktdk-cpp: build: context: ktdk dockerfile: cpp-runner.Dockerfile image: kontr2/ktdk-cpp-runner portal: build: https://gitlab.fi.muni.cz/grp-kontr2/portal.git image: kontr2/portal frontend: build: https://gitlab.fi.muni.cz/grp-kontr2/portal-frontend.git image: kontr2/portal-frontend kontr-worker: build: https://gitlab.fi.muni.cz/grp-kontr2/kontr-worker.git image: kontr2/kontr-worker Loading
base/Dockerfile +1 −4 Original line number Diff line number Diff line Loading @@ -4,10 +4,7 @@ LABEL maintainer="Peter Stanko (peter.stanko0@gmail.com)" LABEL image="kontr2/base-pipenv" # Add ssh deploy key RUN mkdir -p /root/.ssh ADD misc/deploy_key /root/.ssh/id_rsa RUN chmod 700 /root/.ssh/id_rsa RUN echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config RUN echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /etc/ssh/ssh_config # Install gcc and git Loading
docker-compose.ymldeleted 100644 → 0 +0 −29 Original line number Diff line number Diff line version: '3' services: base: build: base image: kontr2/base-pipenv ktdk: build: ktdk image: kontr2/ktdk-runner ktdk-cpp: build: context: ktdk dockerfile: cpp-runner.Dockerfile image: kontr2/ktdk-cpp-runner portal: build: https://gitlab.fi.muni.cz/grp-kontr2/portal.git image: kontr2/portal frontend: build: https://gitlab.fi.muni.cz/grp-kontr2/portal-frontend.git image: kontr2/portal-frontend kontr-worker: build: https://gitlab.fi.muni.cz/grp-kontr2/kontr-worker.git image: kontr2/kontr-worker