-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switched to docker hub for ci completely (#465)
Signed-off-by: Andrey Kononykhin <[email protected]>
- Loading branch information
1 parent
112a9c7
commit 00eb920
Showing
3 changed files
with
1 addition
and
36 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM hyperledger/indy-core-baseci | ||
FROM hyperledger/indy-core-baseci:0.0.1 | ||
LABEL maintainer="Hyperledger <[email protected]>" | ||
|
||
ARG uid=1000 | ||
|