Commit 4b484584 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Setup from for mock server and robot dockerfile

parent 54736071
Loading
Loading
Loading
Loading
Loading
+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
+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"