Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Security and Compliance
Policy
Commits
6f73e825
Commit
6f73e825
authored
Nov 15, 2021
by
Ankit Sharma [Microsoft]
Browse files
Docker image build command for Azure
parent
580b410b
Pipeline
#77016
failed with stages
in 4 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile-Azure-Bootstrap
0 → 100644
View file @
6f73e825
FROM python:3.8
COPY deployment/ ./deployment
RUN chmod +x ./deployment/scripts/azure/bootstrap.sh
RUN chmod +x ./deployment/scripts/azure/Token.py
RUN chmod +x ./deployment/scripts/BootstrapDefaultPolicies.py
RUN pip3 install -r ./deployment/scripts/azure/requirements.txt
RUN pip3 install -r ./deployment/scripts/requirements.txt
ENTRYPOINT ["./deployment/scripts/azure/bootstrap.sh"]
Write
Preview
Supports
Markdown
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