Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hsh-maxima
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
elc
hsh-maxima
Commits
c1851b70
Commit
c1851b70
authored
1 year ago
by
Dennis Ahrens
Committed by
Elke Kreim
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Raise maxima to 2023072101
parent
1865fe82
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hsh-custom-build.sh
+2
-2
2 additions, 2 deletions
hsh-custom-build.sh
hsh-custom-run.sh
+1
-1
1 addition, 1 deletion
hsh-custom-run.sh
with
3 additions
and
3 deletions
hsh-custom-build.sh
+
2
−
2
View file @
c1851b70
...
...
@@ -3,5 +3,5 @@
# We need Go 1.13 for this to compile properly
docker run
--rm
-v
"
$PWD
"
:/usr/src/myapp
-w
/usr/src/myapp golang:1.20 bash
-c
'./buildweb.sh'
# Build container with custom added version 20230
60500
./buildimage.sh 20230
60500
# Build container with custom added version 20230
72101
./buildimage.sh 20230
72101
This diff is collapsed.
Click to expand it.
hsh-custom-run.sh
+
1
−
1
View file @
c1851b70
#!/bin/bash
docker run
-d
-p
0.0.0.0:80:8080/tcp goemaxima:20230
60500
-dev
docker run
-d
-p
0.0.0.0:80:8080/tcp goemaxima:20230
72101
-dev
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