Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Base Worker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workers
Base Worker
Commits
3929d33a
Commit
3929d33a
authored
4 years ago
by
Eva Bardou
Committed by
Bastien Abadie
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add our own CA certificate to reach dev servers
parent
e50c3d93
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Add our own CA certificate to reach dev servers
Pipeline
#77853
passed
4 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
worker-{{cookiecutter.slug}}/Dockerfile
+4
-0
4 additions, 0 deletions
worker-{{cookiecutter.slug}}/Dockerfile
with
4 additions
and
0 deletions
worker-{{cookiecutter.slug}}/Dockerfile
+
4
−
0
View file @
3929d33a
...
...
@@ -6,4 +6,8 @@ ADD requirements.txt .
RUN
pip
install
-r
requirements.txt
# Add archi local CA
RUN
curl https://wiki.teklia.com/teklia_dev_ca.pem
>
/usr/local/share/ca-certificates/arkindex-dev.crt
&&
update-ca-certificates
ENV
REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
CMD
["python", "worker.py"]
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