Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM sameersbn/ubuntu:14.04.20170110
MAINTAINER sameer@damagehead.com
FROM sameersbn/ubuntu:latest
MAINTAINER ishirk@zerrtech.com

ENV GITLAB_CI_MULTI_RUNNER_VERSION=1.1.4 \
ENV GITLAB_CI_MULTI_RUNNER_VERSION=9.3.0 \
GITLAB_CI_MULTI_RUNNER_USER=gitlab_ci_multi_runner \
GITLAB_CI_MULTI_RUNNER_HOME_DIR="/home/gitlab_ci_multi_runner"
ENV GITLAB_CI_MULTI_RUNNER_DATA_DIR="${GITLAB_CI_MULTI_RUNNER_HOME_DIR}/data"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: build

build:
@docker build --tag=sameersbn/gitlab-ci-multi-runner .
@docker build --tag=zerrtech/gitlab-ci-multi-runner .

release: build
@docker build --tag=sameersbn/gitlab-ci-multi-runner:$(shell cat VERSION) .
@docker build --tag=zerrtech/gitlab-ci-multi-runner:$(shell cat VERSION) .
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/gitlab-ci-multi-runner/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/gitlab-ci-multi-runner)

# sameersbn/gitlab-ci-multi-runner:1.1.4-7
# sameersbn/gitlab-ci-multi-runner:9.2.0-1

- [Introduction](#introduction)
- [Contributing](#contributing)
Expand Down Expand Up @@ -51,7 +51,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/gitlab-ci-multi-runner)

```bash
docker pull sameersbn/gitlab-ci-multi-runner:1.1.4-7
docker pull sameersbn/gitlab-ci-multi-runner:9.2.0-1
```

Alternatively you can build the image yourself.
Expand All @@ -69,7 +69,7 @@ docker run --name gitlab-ci-multi-runner -d --restart=always \
--volume /srv/docker/gitlab-runner:/home/gitlab_ci_multi_runner/data \
--env='CI_SERVER_URL=http://git.example.com/ci' --env='RUNNER_TOKEN=xxxxxxxxx' \
--env='RUNNER_DESCRIPTION=myrunner' --env='RUNNER_EXECUTOR=shell' \
sameersbn/gitlab-ci-multi-runner:1.1.4-7
sameersbn/gitlab-ci-multi-runner:9.2.0-1
```

*Alternatively, you can use the sample [docker-compose.yml](docker-compose.yml) file to start the container using [Docker Compose](https://docs.docker.com/compose/)*
Expand All @@ -83,7 +83,7 @@ You can customize the launch command by specifying arguments to `gitlab-ci-multi
```bash
docker run --name gitlab-ci-multi-runner -it --rm \
--volume /srv/docker/gitlab-runner:/home/gitlab_ci_multi_runner/data \
sameersbn/gitlab-ci-multi-runner:1.1.4-7 --help
sameersbn/gitlab-ci-multi-runner:9.2.0-1 --help
```

## Persistence
Expand Down Expand Up @@ -131,7 +131,7 @@ To upgrade to newer releases:
1. Download the updated Docker image:

```bash
docker pull sameersbn/gitlab-ci-multi-runner:1.1.4-7
docker pull sameersbn/gitlab-ci-multi-runner:9.2.0-1
```

2. Stop the currently running image:
Expand All @@ -151,7 +151,7 @@ To upgrade to newer releases:
```bash
docker run -name gitlab-ci-multi-runner -d \
[OPTIONS] \
sameersbn/gitlab-ci-multi-runner:1.1.4-7
sameersbn/gitlab-ci-multi-runner:9.2.0-1
```

## Shell Access
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4-7
9.3.0-1