Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ESAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
ESAP
Commits
44d9689b
Commit
44d9689b
authored
Jan 21, 2022
by
Stefano Alberto Russo
Browse files
Options
Downloads
Patches
Plain Diff
Updated versions
parent
9d97498b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
services/api-gateway/Dockerfile
+1
-1
1 addition, 1 deletion
services/api-gateway/Dockerfile
services/gui/Dockerfile
+1
-1
1 addition, 1 deletion
services/gui/Dockerfile
with
2 additions
and
2 deletions
services/api-gateway/Dockerfile
+
1
−
1
View file @
44d9689b
...
...
@@ -57,7 +57,7 @@ COPY sudoers /etc/sudoers
#------------------------
RUN
cd
/opt
&&
git clone https://git.astron.nl/astron-sdc/esap-api-gateway.git
RUN
cd
/opt/esap-api-gateway
&&
git pull
&&
git checkout
74188b358615fd4e8f0fc60dfa6a19d2f38426ab
RUN
cd
/opt/esap-api-gateway
&&
git pull
&&
git checkout
557c921
RUN
chown
-R
esap:esap /opt/esap-api-gateway
...
...
This diff is collapsed.
Click to expand it.
services/gui/Dockerfile
+
1
−
1
View file @
44d9689b
...
...
@@ -43,7 +43,7 @@ COPY sudoers /etc/sudoers
#------------------------
RUN
cd
/opt
&&
git clone https://git.astron.nl/astron-sdc/esap-gui.git
RUN
cd
/opt/esap-gui
&&
git pull
&&
git checkout
0be8125b478007c75b13002d4e5273af7e14c057
RUN
cd
/opt/esap-gui
&&
git pull
&&
git checkout
2882da5a
RUN
cd
/opt/esap-gui
&&
npm
install
RUN
cd
/opt/esap-gui
&&
npm run build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment