Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Amandine PERRIN
panacota
Commits
8b120383
Commit
8b120383
authored
5 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
Test building image for tests + for annotate-tree
parent
37456c10
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15889
failed
5 years ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+11
-11
11 additions, 11 deletions
.gitlab-ci.yml
for_build/annote_and_1tree/Dockerfile
+8
-0
8 additions, 0 deletions
for_build/annote_and_1tree/Dockerfile
for_tests/Dockerfile
+1
-1
1 addition, 1 deletion
for_tests/Dockerfile
with
20 additions
and
12 deletions
.gitlab-ci.yml
+
11
−
11
View file @
8b120383
...
@@ -34,17 +34,17 @@ build-test-image:
...
@@ -34,17 +34,17 @@ build-test-image:
# tags:
# tags:
# - k8s
# - k8s
#
build-install-annote-and-quicktree:
build-install-annote-and-quicktree
:
#
only:
only
:
#
- docker
-
docker
#
stage: build
stage
:
build
#
script:
script
:
#
- apk update #; apk add git
-
apk update
#; apk add git
#
# - git checkout master -- requirements.txt
# - git checkout master -- requirements.txt
#
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree
#
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree"
-
docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree"
#
tags:
tags
:
#
- k8s
-
k8s
# build-ubuntu:
# build-ubuntu:
# only:
# only:
...
...
This diff is collapsed.
Click to expand it.
for_build/annote_and_1tree/Dockerfile
+
8
−
0
View file @
8b120383
...
@@ -16,6 +16,14 @@ RUN apt-get install -y \
...
@@ -16,6 +16,14 @@ RUN apt-get install -y \
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
--upgrade
pip
# Update makeblastdb for prokka
WORKDIR
/tmp
RUN
wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.9.0+-x64-linux.tar.gz
&&
\
tar
zxvpf ncbi-blast-2.9.0+-x64-linux.tar.gz
&&
\
cp
/tmp/ncbi-blast-2.9.0+/bin/makeblastdb /usr/local/bin/
&&
\
rm
ncbi-blast-2.9.0+-x64-linux.tar.gz
# Install prokka:
# Install prokka:
WORKDIR
/tmp
WORKDIR
/tmp
RUN
apt-get
install
-y
\
RUN
apt-get
install
-y
\
...
...
This diff is collapsed.
Click to expand it.
for_tests/Dockerfile
+
1
−
1
View file @
8b120383
...
@@ -13,7 +13,7 @@ RUN apt-get install -y \
...
@@ -13,7 +13,7 @@ RUN apt-get install -y \
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
--upgrade
pip
# Update makeblastdb
# Update makeblastdb
for prokka
WORKDIR
/tmp
WORKDIR
/tmp
RUN
wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.9.0+-x64-linux.tar.gz
&&
\
RUN
wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.9.0+-x64-linux.tar.gz
&&
\
tar
zxvpf ncbi-blast-2.9.0+-x64-linux.tar.gz
&&
\
tar
zxvpf ncbi-blast-2.9.0+-x64-linux.tar.gz
&&
\
...
...
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