Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silver-platter
dovecot-exporter
Commits
4f67ac00
Commit
4f67ac00
authored
Sep 12, 2018
by
Bart Vercoulen
Browse files
Use a versioned alpine image for the static build.
parent
470941c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_static.sh
View file @
4f67ac00
#!/bin/sh
docker run
-i
-v
`
pwd
`
:/dovecot_exporter alpine:
edge
/bin/sh
<<
'
EOF
'
docker run
-i
-v
`
pwd
`
:/dovecot_exporter alpine:
3.8
/bin/sh
<<
'
EOF
'
set -ex
# Install prerequisites for the build process.
...
...
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