Skip to content

Commit

Permalink
[TASK] change latest tag to ubuntu-18.04
Browse files Browse the repository at this point in the history
Resolves #210
  • Loading branch information
htuscher committed Sep 7, 2018
1 parent 523f095 commit 81bed98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blacklistFile: 'BLACKLIST'

docker:
imagePrefix: 'webdevops'
autoLatestTag: 'ubuntu-16.04'
autoLatestTag: 'ubuntu-18.04'
pathRegex: '/(?P<image>[^/]+)/(?P<tag>[^/]+)/Dockerfile$'
autoPull: True
autoPullBlacklist: '^webdevops/.*'
Expand Down Expand Up @@ -40,7 +40,7 @@ dockerTest:
imageConfigurationRegex: ':(?P<OS_FAMILY>alpine|debian|ubuntu|centos)-?(?P<OS_VERSION>[^-]+)?'
default:
OS_FAMILY: 'ubuntu'
OS_VERSION: '16.04'
OS_VERSION: '18.04'
image:
':centos':
OS_FAMILY: 'redhat'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Docker image tags
====================== ==========================
Tag Distribution name
====================== ==========================
``latest`` Ubuntu 16.04 xenial (LTS)
``latest`` Ubuntu 18.04 xenial (LTS)
====================== ==========================


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Docker image tags
====================== ==========================
Tag Distribution name
====================== ==========================
``latest`` Ubuntu 16.04 xenial (LTS)
``latest`` Ubuntu 18.04 xenial (LTS)
====================== ==========================


Expand Down

0 comments on commit 81bed98

Please sign in to comment.