-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: build clear container from ccbr base
- Loading branch information
1 parent
350ad0a
commit b7a5529
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
FROM continuumio/miniconda2 | ||
|
||
RUN mkdir -p /data2 | ||
RUN mkdir -p /opt2 | ||
FROM nciccbr/ccbr_ubuntu_base_20.04:v6 | ||
|
||
RUN apt-get update && apt-get install -y zlib1g zlib1g-dev git build-essential | ||
|
||
|
@@ -54,5 +51,3 @@ RUN echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \ | |
|
||
RUN chmod -R a+rX /opt2 | ||
WORKDIR /data2 | ||
|
||
MAINTAINER [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dockerhub_namespace: nciccbr | ||
image_name: ccbr_clear | ||
version: 1 | ||
version: 2 | ||
container: "$(dockerhub_namespace)/$(image_name):$(version)" |