Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ShellB3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Ray Garcia
ShellB3
Commits
88ddf395
Commit
88ddf395
authored
3 years ago
by
Ray Garcia
Browse files
Options
Downloads
Patches
Plain Diff
minor Dockerfile updates and rename
parent
ffa5c2f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Docker/Dockerfile
+3
-3
3 additions, 3 deletions
Docker/Dockerfile
with
3 additions
and
3 deletions
Docker/
shellb3-cspp-py38.
Dockerfile
→
Docker/Dockerfile
+
3
−
3
View file @
88ddf395
# docker build --build-arg BORT=dev
elop . -f shellb3-cspp-py38.
Dockerfile -t shellb3-cspp-py38:latest
# docker run -e SHELLB3_ARCHIVE_DIR=/dock -it --rm -v $HOME/dock:/dock -w /opt/shellb3-cspp-py38/ShellB3 shellb3-cspp-py38 /bin/bash -l -c "unset LANG; bash shallbethree.sh bin_dist"
# docker build --build-arg BORT=dev
--build-arg TRIM=cspp --build-arg PYTHON_VERSION=38 . -f
Dockerfile -t shellb3-
dev-
cspp-py38:latest
# docker run -e SHELLB3_ARCHIVE_DIR=/dock -it --rm -v $HOME/dock:/dock -w /opt/shellb3-cspp-py38/ShellB3 shellb3-
dev-
cspp-py38 /bin/bash -l -c "unset LANG; bash shallbethree.sh bin_dist"
FROM
centos:7
RUN
yum
-y
install
gcc-gfortran gcc-c++ unzip perl patch byacc bison flex glibc-devel.i686 glibc-devel.x86_64 xz epel-release wget make bzip2 xz automake autoconf m4 which
RUN
yum
-y
install
git git-lfs
RUN
test
-d
/opt
||
mkdir
/opt
RUN
test
-d
/work
||
mkdir
/work
ARG
BORT
ARG
BORT
=main
ARG
TRIM=cspp
RUN
cd
/opt
&&
echo
"using branch or tag
${
BORT
}
"
\
&&
git clone https://gitlab.ssec.wisc.edu/rayg/ShellB3.git
--branch
${
BORT
}
--single-branch
--depth
1 shellb3-cspp-py38
...
...
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