This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename Rockerfiles and use semver aliases rocker feature
- Loading branch information
Yuriy Bogdanov
committed
Sep 15, 2015
1 parent
67039d2
commit 545d3ff
Showing
4 changed files
with
36 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Yeah, we have a tool called 'rocker' that is not open sourced yet. | ||
# rocker is an extensible Dockerfile builder tool | ||
FROM dockerhub.grammarly.io/golang-1.4.2-cross:v2 | ||
|
||
ADD . /src | ||
WORKDIR /src | ||
|
||
TAG --no-alias rocker-compose-build:latest | ||
|
||
# ATTACH ["bash"] |
This file was deleted.
Oops, something went wrong.