forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker image to build website in Jenkins (apache#628)
- Loading branch information
Showing
186 changed files
with
56 additions
and
18,811 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
|
||
This folder contains a Docker image that can used to compile the Pulsar C++ client library | ||
in a reproducible environment. | ||
and website in a reproducible environment. | ||
|
||
```shell | ||
docker build -t pulsar-cpp-build . | ||
docker build -t pulsar-build . | ||
``` | ||
|
||
The image is already available at https://hub.docker.com/r/apachepulsar/pulsar-build-cpp/ | ||
The image is already available at https://hub.docker.com/r/apachepulsar/pulsar-build | ||
|
||
Example: `apachepulsar/pulsar-build-cpp:ubuntu-16.04` | ||
Example: `apachepulsar/pulsar-build:ubuntu-16.04` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,3 +61,4 @@ exclude: | |
- package-lock.json | ||
- Rakefile | ||
- VERSIONS | ||
- README.md |
Oops, something went wrong.