diff --git a/Dockerfile b/Dockerfile index e69fada..2b2e3a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/Makefile b/Makefile index ead943e..5709d3a 100644 --- a/Makefile +++ b/Makefile @@ -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) . diff --git a/README.md b/README.md index 10f8fbe..9963603 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. @@ -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/)* @@ -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 @@ -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: @@ -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 diff --git a/VERSION b/VERSION index 8bc74c6..db46a70 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4-7 +9.3.0-1