forked from digitalLumberjack/docker-gitlab-ci-multi-runner
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from illuin-tech/v12.9
Upgrade to v12.9.0
- Loading branch information
Showing
4 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Changelog | ||
|
||
**12.9.0** | ||
- bumped to runner 12.9.0 | ||
|
||
**12.6.0** | ||
- bumped to runner 12.6.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM sameersbn/ubuntu:14.04.20180124 | ||
MAINTAINER [email protected] | ||
|
||
ENV GITLAB_RUNNER_VERSION=12.6.0 \ | ||
ENV GITLAB_RUNNER_VERSION=12.9.0 \ | ||
GITLAB_RUNNER_USER=gitlab_runner \ | ||
GITLAB_RUNNER_HOME_DIR="/home/gitlab_runner" | ||
ENV GITLAB_RUNNER_DATA_DIR="${GITLAB_RUNNER_HOME_DIR}/data" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v12.6.0 | ||
v12.9.0 |