Use Docker Hub...
This commit is contained in:
parent
04b18a170b
commit
a7ade4dc87
5 changed files with 20 additions and 19 deletions
|
@ -10,7 +10,7 @@ to_df() {
|
|||
echo >> Dockerfile
|
||||
}
|
||||
|
||||
to_df "FROM $REPO/builder:base-$TARGET"
|
||||
to_df "FROM $REPO:base-$TARGET"
|
||||
to_df "ENV TARGET $TARGET"
|
||||
to_df "ENV VARIANT $VARIANT"
|
||||
to_df "ENV REPO $REPO"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue