Loading services/mock_server/Dockerfile +1 −1 Original line number Original line Diff line number Diff line # start by pulling the python image # start by pulling the python image FROM python:3.10.0-alpine FROM labs.etsi.org:5050/ocf/capif/python:3-alpine # copy the requirements file into the image # copy the requirements file into the image COPY ./requirements.txt /app/requirements.txt COPY ./requirements.txt /app/requirements.txt Loading tools/robot/Dockerfile +1 −1 Original line number Original line Diff line number Diff line FROM ubuntu:20.04 FROM labs.etsi.org:5050/ocf/capif/ubuntu:20.04 LABEL maintainer="Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>" LABEL maintainer="Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>" LABEL version="2.0" LABEL version="2.0" LABEL description="Docker to run Robot Framework" LABEL description="Docker to run Robot Framework" Loading Loading
services/mock_server/Dockerfile +1 −1 Original line number Original line Diff line number Diff line # start by pulling the python image # start by pulling the python image FROM python:3.10.0-alpine FROM labs.etsi.org:5050/ocf/capif/python:3-alpine # copy the requirements file into the image # copy the requirements file into the image COPY ./requirements.txt /app/requirements.txt COPY ./requirements.txt /app/requirements.txt Loading
tools/robot/Dockerfile +1 −1 Original line number Original line Diff line number Diff line FROM ubuntu:20.04 FROM labs.etsi.org:5050/ocf/capif/ubuntu:20.04 LABEL maintainer="Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>" LABEL maintainer="Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>" LABEL version="2.0" LABEL version="2.0" LABEL description="Docker to run Robot Framework" LABEL description="Docker to run Robot Framework" Loading