Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
f1c33c7b
Commit
f1c33c7b
authored
5 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
update dockerfiles to build 2.1 better, and also give a hint to push the latest
parent
188f14fd
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
docker/build.log
+2611
-12341
2611 additions, 12341 deletions
docker/build.log
docker/build.sh
+9
-1
9 additions, 1 deletion
docker/build.sh
docker/run.sh
+1
-1
1 addition, 1 deletion
docker/run.sh
with
2622 additions
and
12344 deletions
docker/Dockerfile
+
1
−
1
View file @
f1c33c7b
# Dockerfile for binary_c (2.
30pre32
) and binary_grid2
# Dockerfile for binary_c (2.
1
) and binary_grid2
# based on Ubuntu 18.04
# based on Ubuntu 18.04
FROM
ubuntu:18.04
FROM
ubuntu:18.04
...
...
This diff is collapsed.
Click to expand it.
docker/build.log
+
2611
−
12341
View file @
f1c33c7b
This diff is collapsed.
Click to expand it.
docker/build.sh
+
9
−
1
View file @
f1c33c7b
...
@@ -65,8 +65,16 @@ docker tag binary_c robizzard/binary_c:latest
...
@@ -65,8 +65,16 @@ docker tag binary_c robizzard/binary_c:latest
############################################################
############################################################
# now you should do "docker push robizzard/binary_c:master<version>
# now you should do "docker push robizzard/binary_c:master<version>
############################################################
############################################################
echo
"Now you should run:"
echo
"Now you should"
echo
echo
"Run the following command to update tagged version
$BINARY_C_VERSION
"
echo
echo
"docker push robizzard/binary_c:master
$BINARY_C_VERSION
"
echo
"docker push robizzard/binary_c:master
$BINARY_C_VERSION
"
echo
echo
"Run the following command to then update the latest tag"
echo
echo
"docker push robizzard/binary_c"
echo
############################################################
############################################################
# clean up the temporary directory
# clean up the temporary directory
...
...
This diff is collapsed.
Click to expand it.
docker/run.sh
+
1
−
1
View file @
f1c33c7b
...
@@ -37,7 +37,7 @@ docker run \
...
@@ -37,7 +37,7 @@ docker run \
-v
/tmp/.X11-unix
\
-v
/tmp/.X11-unix
\
-v
$XAUTH
\
-v
$XAUTH
\
-v
$HOME
/.Xauthority:/home/binary_c/.Xauthority
\
-v
$HOME
/.Xauthority:/home/binary_c/.Xauthority
\
robizzard/binary_c:
master2.0pre32
\
robizzard/binary_c:
latest
\
/bin/bash
-c
"sudo chown binary_c binary_c_persistent ; sudo chgrp binary_c binary_c_persistent; cat /home/binary_c/progs/stars/binary_c/doc/README.docker; bash --login"
/bin/bash
-c
"sudo chown binary_c binary_c_persistent ; sudo chgrp binary_c binary_c_persistent; cat /home/binary_c/progs/stars/binary_c/doc/README.docker; bash --login"
...
...
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