Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s
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
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
hub
shiny-k8s
Commits
d593508d
Commit
d593508d
authored
2 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
use silent mirroring system already in place
parent
435f10a2
No related branches found
No related tags found
No related merge requests found
Pipeline
#106760
failed
2 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
Dockerfile.python
+1
-1
1 addition, 1 deletion
Dockerfile.python
Dockerfile.r
+1
-1
1 addition, 1 deletion
Dockerfile.r
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
4
View file @
d593508d
image
:
registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:latest
services
:
-
registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:dind
variables
:
DOCKER_HUB_MIRROR
:
"
harbor.pasteur.fr/images/"
-
registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:dind
...
...
@@ -96,6 +93,7 @@ trigger_r_example:
branch
:
base-r
trigger_python_example
:
needs
:
[
"
build"
]
trigger
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.python
+
1
−
1
View file @
d593508d
FROM
${DOCKER_HUB_MIRROR}
python:${PYTHON_VERSION}
FROM python:${PYTHON_VERSION}
# define geographic location during installation
ENV TZ=Etc/UTC
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.r
+
1
−
1
View file @
d593508d
FROM
$
{
DOCKER_HUB_MIRROR
}
ubuntu
:
focal
FROM
ubuntu
:
focal
# define geographic location during R installation
ENV
TZ
=
Etc
/
UTC
...
...
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