-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-22879 Add parameters to Dockerfiles #18
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments in line.
README.md
Outdated
@@ -1,87 +1,55 @@ | |||
# HPCC Systems Platform Community Version | |||
platform/ | |||
- ca/base/<version>/Dockerfile: HPCC Systems Platform Community version prequisites (Ubuntu 18.04) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the -version- tag ONLY displays in this raw mode, it does not display in rich text display... use < (& l t ; and & g t ; ) and > or perhaps change to version
README.md
Outdated
Docker Hub: hpccsystems/hpcc-base | ||
- ce/Dockerfile HPCC Systems Platform Community version Docker build file with version as input argument. | ||
Docker Hub: hpccsystems/platform | ||
- ln/base/<version>/Dockerfile: HPCC Systems Platform Internal version prequisites (CentOS 7) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see previous comment -version- does not like > < in .md file
|
||
plugins/ | ||
- ce/Dockerfile: HPCC Systems Plugins Community version Docker build file (based Platform Docker image) with version as input argument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to : (based on Platform Docker image)
To start Docker in interactive mode and map ECLWatch port 8010 to host 8010: | ||
```sh | ||
sudo docker run -t -i -p 8010:8010 hpccsystems/hpcc /bin/bash | ||
## How to buid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/b: How to build
README.md
Outdated
sudo docker run -d -p 8020:8010 hpccsystems/hpcc | ||
``` | ||
# Development and custom Build | ||
dev/<version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
watch for < and >
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is hiding the contents on the viewable page.
README.md
Outdated
``` | ||
# Development and custom Build | ||
dev/<version> | ||
<bionic|disco|eoan|el7|gcc7|gcc8|gcc9>/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<bionic is OK, but it might be good to put some space here as < bionic | disco | eoan | etc | etc more readable
sudo docker run -t -i hpccsystems/platform /bin/bash | ||
``` | ||
|
||
# How is this image build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/b: built
sudo docker run -d hpccsystems/clienttools | ||
``` | ||
|
||
# How is this image build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
built
b882dbe
to
cc2e2d0
Compare
Add support for two stages Docker image build Add support for HPCC Systems cluster configuration on Kubernetes Add platform/ce/Dockerfile-local
5fbf921
to
b184bdf
Compare
Update as mentioned by Greg. |
08df937
to
19c2c50
Compare
Add support for two stages Docker image build Add support for HPCC Systems cluster configuration on Kubernetes Add platform/ce/Dockerfile-local Add PUSH.md
19c2c50
to
90bc161
Compare
@richardkchapman this is ready to merge |
Add support for two stages Docker image build
Add support for HPCC Systems cluster configuration on Kubernetes
To build HPCC Systems Docker images with a new version using "--build-arg version="
@gfortil please review the code
@g-pan please help review the README.md:
top level README.md
clienttools/ce/README.md
dev/README.md
platform/ce/README.md