Skip to content

Commit eb4c66f

Browse files
committed
Clean out old container
New container and documentation in tests/containers/
1 parent 4d95729 commit eb4c66f

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,3 @@ branch contains the previous version.
3434

3535
- [Development](https://htcondor-ce.readthedocs.io/en/latest/): HTCondor-CE 4
3636
- [Stable](https://htcondor-ce.readthedocs.io/en/stable/): HTCondor-CE 3
37-
38-
Development
39-
-----------
40-
41-
1. Build the development container:
42-
43-
$ docker build -t htcondor-ce-dev -f tests/Dockerfile.dev .
44-
45-
Optionally, specify the following build arguments:
46-
47-
- `EL`: CentOS base image to use for the build.
48-
Accepted values: `8` or `7` (default)
49-
- `BUILD_ENV`: specifies the repositories to use for HTCondor/BLAH dependencies.
50-
Accepted values: `osg` or `uw_build` (default)
51-
52-
2. Run the container with the following:
53-
54-
$ docker run -d \
55-
--name my-htcondor-ce \
56-
-v ${PWD}:/src/htcondor-ce \
57-
-p 9619:9619 \
58-
-p 8080:80 \
59-
htcondor-ce-dev
60-
61-
3. Make changes to the source, apply them, and reconfigure the CE:
62-
63-
$ docker exec my-htcondor-ce \
64-
/bin/sh -c \
65-
"cmake -DCMAKE_INSTALL_PREFIX=/usr -DPYTHON_EXECUTABLE=/usr/bin/python3 && \
66-
make install && \
67-
condor_ce_restart -fast"

tests/Dockerfile.dev

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)