Skip to content
Snippets Groups Projects
Commit db5f4ab7 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Add build-arg for image repo and user

parent 9511d544
No related branches found
No related tags found
1 merge request!9This fixes the itango completion bug
ARG VERSION=latest ARG VERSION=latest
FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:${VERSION} ARG DOCKER_REGISTRY_HOST=nexus.engageska-portugal.pt
ARG DOCKER_REGISTRY_USER=ska-docker
FROM $DOCKER_REGISTRY_HOST/$DOCKER_REGISTRY_USER/tango-itango:${VERSION}
RUN sudo apt-get -y update && \ RUN sudo apt-get -y update && \
sudo apt-get -y upgrade && \ sudo apt-get -y upgrade && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment