Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
29cd635f
Unverified
Commit
29cd635f
authored
3 years ago
by
RoyUP9
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge branch 'develop' into feature/TRA-4266_rabbitmq_acceptance_test
parents
371288c1
cb332ced
feature/TRA-4266_rabbitmq_acceptance_test
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
Dockerfile
with
2 additions
and
2 deletions
+2
-2
Dockerfile
+
2
-
2
View file @
29cd635f
...
...
@@ -78,8 +78,8 @@ RUN go build -ldflags="-extldflags=-static -s -w \
-X 'github.com/up9inc/mizu/agent/pkg/version.Ver=
${
VER
}
'"
-o
mizuagent .
# Download Basenine executable, verify the sha1sum
ADD
https://github.com/up9inc/basenine/releases/download/v0.4.1
4
/basenine_linux_${GOARCH} ./basenine_linux_${GOARCH}
ADD
https://github.com/up9inc/basenine/releases/download/v0.4.1
4
/basenine_linux_${GOARCH}.sha256 ./basenine_linux_${GOARCH}.sha256
ADD
https://github.com/up9inc/basenine/releases/download/v0.4.1
6
/basenine_linux_${GOARCH} ./basenine_linux_${GOARCH}
ADD
https://github.com/up9inc/basenine/releases/download/v0.4.1
6
/basenine_linux_${GOARCH}.sha256 ./basenine_linux_${GOARCH}.sha256
RUN
shasum
-a
256
-c
basenine_linux_
${
GOARCH
}
.sha256
RUN
chmod
+x ./basenine_linux_
${
GOARCH
}
RUN
mv
./basenine_linux_
${
GOARCH
}
./basenine
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help