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
ded1d0ad
Commit
ded1d0ad
authored
Oct 5, 2022
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
install libnss3 to CI
parent
7ab50284
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+18
-3
18 additions, 3 deletions
.gitlab-ci.yml
cuda-go/Dockerfile
+1
-1
1 addition, 1 deletion
cuda-go/Dockerfile
wasm-go/Dockerfile
+1
-1
1 addition, 1 deletion
wasm-go/Dockerfile
with
20 additions
and
5 deletions
.gitlab-ci.yml
+
18
−
3
View file @
ded1d0ad
imagebuild
:
native
:
image
:
docker
stage
:
build
#tags:
# - dropped-messages
script
:
-
docker info
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...
...
@@ -16,3 +14,20 @@ imagebuild:
-
docker:dind
only
:
-
master
wasm
:
image
:
docker
stage
:
build
script
:
-
docker info
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
cd wasm-go
-
chmod +x build-all-images.sh
-
./build-image.sh
1.17
variables
:
#DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR
:
"
/certs"
services
:
-
docker:dind
only
:
-
master
This diff is collapsed.
Click to expand it.
cuda-go/Dockerfile
+
1
−
1
View file @
ded1d0ad
...
...
@@ -8,7 +8,7 @@ ENV CUDA_VER=1.11.1
#RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN
apt update
RUN
DEBIAN_FRONTEND
=
noninteractive
TZ
=
Etc/UTC apt-get
-y
install
tzdata wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq clang build-essential valgrind unzip zip
RUN
DEBIAN_FRONTEND
=
noninteractive
TZ
=
Etc/UTC apt-get
-y
install
tzdata wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq clang build-essential valgrind unzip zip
libnss3
RUN
apt upgrade
-y
RUN
apt
install
-y
software-properties-common
RUN
wget https://go.dev/dl/go1.17.13.linux-amd64.tar.gz
...
...
This diff is collapsed.
Click to expand it.
wasm-go/Dockerfile
+
1
−
1
View file @
ded1d0ad
...
...
@@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
RUN
apt upgrade
-y
RUN
apt
install
-y
software-properties-common
RUN
add-apt-repository
-y
ppa:longsleep/golang-backports
RUN
apt
install
-y
golang-
$GO_VER
git libgmp-dev bc curl wget jq
RUN
apt
install
-y
golang-
$GO_VER
git libgmp-dev bc curl wget jq
libnss3
RUN
ln
-s
/usr/lib/go-
$GO_VER
/bin/go /usr/bin/go
RUN
ln
-s
/usr/lib/go-
$GO_VER
/bin/gofmt /usr/bin/gofmt
...
...
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