Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ChIPster
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
Releases
Package 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
Xavier Grand
ChIPster
Commits
4d4b9c97
Unverified
Commit
4d4b9c97
authored
4 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
docker: add ucsc:400
parent
bda23695
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/.docker_modules/ucsc/400/Dockerfile
+27
-0
27 additions, 0 deletions
src/.docker_modules/ucsc/400/Dockerfile
src/.docker_modules/ucsc/400/docker_init.sh
+4
-0
4 additions, 0 deletions
src/.docker_modules/ucsc/400/docker_init.sh
with
31 additions
and
0 deletions
src/.docker_modules/ucsc/400/Dockerfile
0 → 100644
+
27
−
0
View file @
4d4b9c97
FROM
debian:jessie
MAINTAINER
Laurent Modolo
ENV
PACKAGES apt-utils \
curl \
build-essential \
libssl-dev \
libpng-dev \
uuid-dev \
libmysqlclient-dev \
procps \
rsync
RUN
apt-get update
&&
\
apt-get
install
-y
${
PACKAGES
}
ENV
UCSC_VERSION=400
RUN
curl
-k
-L
http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v
${
UCSC_VERSION
}
.src.tgz
-o
userApps.v
${
UCSC_VERSION
}
.src.tgz
&&
\
tar
xvf userApps.v
${
UCSC_VERSION
}
.src.tgz
&&
\
cd
userApps/
&&
\
make
&&
\
cd
..
&&
\
mv
userApps/bin/
*
/usr/bin/
&&
\
rm
-R
userApps.v
${
UCSC_VERSION
}
.src.tgz
&&
\
rm
-R
userApps
This diff is collapsed.
Click to expand it.
src/.docker_modules/ucsc/400/docker_init.sh
0 → 100755
+
4
−
0
View file @
4d4b9c97
#!/bin/sh
docker pull lbmc/ucsc:400
docker build src/.docker_modules/ucsc/400/
-t
'lbmc/ucsc:400'
docker push lbmc/ucsc:400
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