Skip to content

Commit 014755e

Browse files
committed
Use "beeshive" Docker organization to host CI images
This change allows delegation of image push permissions for other contributors if required. Right now only Dmytro Serdiuk has push permissions.
1 parent 12aac20 commit 014755e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
architect: extsoft
22
docker:
3-
image: extsoft/elegant-git-ci:2
3+
image: beeshive/elegant-git-ci:2
44
as_root: true
55
merge:
66
fast-forward: only

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sudo: required
22
language: bash
33
services: docker
4-
script: docker run -t --rm -v $PWD:/eg extsoft/elegant-git-ci:2 ./run-tests
4+
script: docker run -t --rm -v $PWD:/eg beeshive/elegant-git-ci:2 ./run-tests
55
notifications:
66
email: false

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ A testing procedure consists of 3 steps:
1414
3. validation of todo' correctness (for [0pdd](http://www.0pdd.com/p?name=bees-hive/elegant-git))
1515

1616
All these steps can be executed by
17-
`docker run -it --rm -v $PWD:/eg extsoft/elegant-git-ci:2 ./run-tests`.
17+
`docker run -it --rm -v $PWD:/eg beeshive/elegant-git-ci:2 ./run-tests`.
1818

19-
`extsoft/elegant-git-ci` Docker image is also used on CI. If the image requires modifications,
19+
`beeshive/elegant-git-ci` Docker image is also used on CI. If the image requires modifications,
2020
it has to be updated manually by the following instructions:
2121
1. update `Dockerfile` (including `version` and `description`)
22-
2. `docker build -t extsoft/elegant-git-ci:<version> .`
23-
3. `docker push extsoft/elegant-git-ci:<version>`
22+
2. `docker build -t beeshive/elegant-git-ci:<version> .`
23+
3. `docker push beeshive/elegant-git-ci:<version>`
2424

2525
# Unit testing
2626
## Addons

0 commit comments

Comments
 (0)