Skip to content
Snippets Groups Projects
Commit 28c337a1 authored by Michael Thies's avatar Michael Thies
Browse files

Add image for open62541 build

parent 57fb7edf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,9 @@ build:
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/build-essential build-essential
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/rte-build rte-build
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/rte-crossbuild rte-crossbuild
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-build open62541-build
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/build-essential
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/rte-build
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/rte-crossbuild
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-build
- docker logout $CI_REGISTRY
FROM registry.git.rwth-aachen.de/acplt/build-docker-image/build-essential
RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends python3 && rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment