Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
f8162f4d
Commit
f8162f4d
authored
Jun 25, 2021
by
Alexander Lercher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed university proxy settings from Dockerfiles
parent
0e4bb164
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
2 additions
and
47 deletions
+2
-47
Dockerfile
src/data-hub/pareto-trust-microservice/Dockerfile
+1
-4
Dockerfile
...hub/proactive-community-detection-microservice/Dockerfile
+0
-3
Dockerfile
src/data-hub/reputation-calculation-microservice/Dockerfile
+1
-4
Dockerfile
src/data-hub/role-stage-discovery-microservice/Dockerfile
+0
-3
Dockerfile
src/data-hub/semantic-linking-microservice/Dockerfile
+0
-3
Dockerfile
src/participation-hub/business-logic-microservice/Dockerfile
+0
-3
Dockerfile
src/rest-gateway/Dockerfile
+0
-3
Dockerfile
...-hub-in/network-metrics-retrieval-microservice/Dockerfile
+0
-3
Dockerfile
...ransaction-hub-in/trace-retrieval-microservice/Dockerfile
+0
-3
Dockerfile
src/transaction-hub-out/data-access-microservice/Dockerfile
+0
-3
Dockerfile
...ansaction-hub-out/event-detection-microservice/Dockerfile
+0
-3
Dockerfile
...ransaction-hub-out/smart-matching-microservice/Dockerfile
+0
-3
Dockerfile
...hub-out/tokenized-decision-making-microservice/Dockerfile
+0
-3
Dockerfile
src/transaction-hub-out/trust-sla-microservice/Dockerfile
+0
-3
Dockerfile
tools/welcome-page/Dockerfile
+0
-3
No files found.
src/data-hub/pareto-trust-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
LABEL
maintainer="Manuel Herold"
RUN
apt-get update
RUN
pip
install
flask
...
...
src/data-hub/proactive-community-detection-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
...
...
src/data-hub/reputation-calculation-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
LABEL
maintainer="Manuel Herold"
RUN
apt-get update
RUN
pip
install
flask
...
...
src/data-hub/role-stage-discovery-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
EXPOSE
5000
...
...
src/data-hub/semantic-linking-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
EXPOSE
5000
...
...
src/participation-hub/business-logic-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
EXPOSE
5000
...
...
src/rest-gateway/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
EXPOSE
5000
...
...
src/transaction-hub-in/network-metrics-retrieval-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
...
...
src/transaction-hub-in/trace-retrieval-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
EXPOSE
5000
...
...
src/transaction-hub-out/data-access-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
...
...
src/transaction-hub-out/event-detection-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
...
...
src/transaction-hub-out/smart-matching-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
...
...
src/transaction-hub-out/tokenized-decision-making-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
...
...
src/transaction-hub-out/trust-sla-microservice/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
...
...
tools/welcome-page/Dockerfile
View file @
f8162f4d
FROM
python:3
LABEL
maintainer="Alexander Lercher"
ENV
http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
EXPOSE
5000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment