Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
bioroboticslab
robofish
docker
Commits
ac5cafed
Commit
ac5cafed
authored
4 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
[windows,ci] use the current (i.e. just built) base image, instead of a previous one
parent
ed7cfaad
No related branches found
No related tags found
No related merge requests found
Pipeline
#29165
passed
4 years ago
Stage: build
Stage: deploy
Stage: trigger
Pipeline: behavior_loader
#29171
Pipeline: interfaces
#29169
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
windows/cuda-devel/Dockerfile
+1
-1
1 addition, 1 deletion
windows/cuda-devel/Dockerfile
windows/devel/Dockerfile
+1
-1
1 addition, 1 deletion
windows/devel/Dockerfile
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
ac5cafed
...
...
@@ -63,6 +63,7 @@ build windows:
script
:
-
$image_name = "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower())"
-
docker build --memory 10G -t "${image_name}:${CI_COMMIT_REF_NAME}-base-windows" windows/base
-
docker tag "${image_name}:${CI_COMMIT_REF_NAME}-base-windows" "${image_name}:current-base-windows"
-
docker build --memory 15G -t "${image_name}:${CI_COMMIT_REF_NAME}-devel-windows" -f windows/devel/Dockerfile windows/devel
-
docker build --memory 15G -t "${image_name}:${CI_COMMIT_REF_NAME}-cuda-devel-windows" -f windows/cuda-devel/Dockerfile windows/cuda-devel
...
...
This diff is collapsed.
Click to expand it.
windows/cuda-devel/Dockerfile
+
1
−
1
View file @
ac5cafed
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM
git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows
FROM
git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:
current-
base-windows
LABEL
maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
LABEL
authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
...
...
This diff is collapsed.
Click to expand it.
windows/devel/Dockerfile
+
1
−
1
View file @
ac5cafed
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM
git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows
FROM
git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:
current-
base-windows
LABEL
maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
LABEL
authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
...
...
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