-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
final commit in branch before merge to master
- Loading branch information
Sylvain Viart
committed
Sep 16, 2021
1 parent
e7d60ea
commit ccd24b6
Showing
8 changed files
with
104 additions
and
82 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 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Some docker container with docopts installed | ||
|
||
No special purpose than to recreate an environment with `docopts` | ||
|
||
## Build the docker image | ||
|
||
The `--build-arg` is used to pass teh version of `docpots` to download pre-built binary. | ||
If you're publishing `docpots` the `../VERSION` may not yet reflect a published version. | ||
You can find previously published VERSION in `../tests/VERSION`. | ||
|
||
``` | ||
docker build -f debian-docopts.Dockerfile --build-arg VERSION=$(cat ./VERSION) -t debian-docpots . | ||
``` | ||
|
||
## Run interactive | ||
|
||
You will have latest python version 0.6.1 in PATH as `docopts` and Go version in PATH too as `docopts0` | ||
|
||
Golang work space will also be installed if you want to test something. | ||
|
||
``` | ||
docker run -it debian-docpots:latest | ||
``` |
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
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