Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backend-ci
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
elixxir
sysadmin
backend-ci
Commits
6ae8d5a7
Commit
6ae8d5a7
authored
Mar 23, 2022
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
rollback tag fixes
parent
cd7cd2cd
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
cuda-go/build-all-images.sh
+2
-0
2 additions, 0 deletions
cuda-go/build-all-images.sh
cuda-go/build-image.sh
+2
-2
2 additions, 2 deletions
cuda-go/build-image.sh
with
4 additions
and
2 deletions
cuda-go/build-all-images.sh
+
2
−
0
View file @
6ae8d5a7
set
-e
./build-image.sh 1.17
./build-image.sh 1.18
\ No newline at end of file
This diff is collapsed.
Click to expand it.
cuda-go/build-image.sh
+
2
−
2
View file @
6ae8d5a7
...
...
@@ -7,8 +7,8 @@ CUDA_VER=11.1
docker pull docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
docker tag docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
\
docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
-rollback
docker push docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
docker push docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
-rollback
# Build new version and push to replace
docker build
--build-arg
GO_VER
-t
docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
.
docker build
--build-arg
GO_VER
=
$1
-t
docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
.
docker push docker-registry.xx.network/elixxir/sysadmin/backend-ci:go
$GO_VER
-cuda
$CUDA_VER
\ No newline at end of file
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