This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
Dockerfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove creating default latest tag
bullseye
T. Meissner
5 years ago
parent
d298a55c30
commit
0fda6d628a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Makefile
+ 0
- 1
Makefile
View File
@ -23,4 +23,3 @@ all: symbiyosys ghdl-formal
.SECONDEXPANSION
:
symbiyosys ghdl-formal
:
$$@.
Dockerfile
docker build
${
OPTIONS
}
-t
$@
:
${
TAG
}
-f
$@
.Dockerfile .
docker build -t
$@
:latest -f
$@
.Dockerfile .
Write
Preview
Loading…
Cancel
Save