This website works better with JavaScript.
Explore
Help
Sign In
Ruakij
/
DockerBUILDs
Watch
1
Star
0
Fork
You've already forked DockerBUILDs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4a0bc41f9b
main
tool_bandwhich
tool_astreamfs
tool_synapse-compress-state
tool_auto-editor
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4a0bc41f9b'
${ noResults }
DockerBUILDs
/
scripts
/
utils
/
build-ownarch.sh
8 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Add build-scripts
2 years ago
#!/bin/bash
docker build
\
Add latest-tag to image creation
2 years ago
--tag
$TAG
:latest
\
Add build-scripts
2 years ago
--tag
$TAG
:
$VERSION
\
$EXTRA_ARGS
\
Use Workdir-variable from arg
2 years ago
"
$WORKDIR
"