Skip to content

Commit

Permalink
Updating ci containers
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Dec 12, 2019
1 parent dd64a20 commit 5bcd5ef
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .ci/containers/go-ruby-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/magic-modules/go-ruby:1.11.5-2.6.0-v4
FROM gcr.io/magic-modules/go-ruby:1.11.5-2.6.0-v5

# Install python & python libraries.
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .ci/containers/go-ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rake'
group :test do
gem 'mocha', '~> 1.3.0'
gem 'rspec'
gem 'rubocop', '~> 0.63.1'
gem 'rubocop', '>= 0.70.0'
end

group :pr_script do
Expand Down
20 changes: 9 additions & 11 deletions .ci/containers/go-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@ GEM
multipart-post (>= 1.2, < 3)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
jaro_winkler (1.5.4)
metaclass (0.0.4)
minitest (5.11.3)
mocha (1.3.0)
metaclass (~> 0.0.1)
multipart-post (2.0.0)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.12.1)
parser (2.6.0.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
powerpack (0.1.2)
public_suffix (3.0.3)
rainbow (3.0.0)
rake (12.3.1)
Expand All @@ -46,22 +45,21 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.63.1)
rubocop (0.70.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.1)
unicode-display_width (1.6.0)

PLATFORMS
ruby
Expand All @@ -73,7 +71,7 @@ DEPENDENCIES
octokit
rake
rspec
rubocop (~> 0.63.1)
rubocop (>= 0.70.0)

BUNDLED WITH
1.17.2
2 changes: 1 addition & 1 deletion .ci/containers/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gcr.io/magic-modules/go-ruby-python:1.11.5-2.6.0-2.7-v4
from gcr.io/magic-modules/go-ruby-python:1.11.5-2.6.0-2.7-v5

RUN apt-get update
RUN apt-get install -y ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion .ci/containers/terraform-gcloud-inspec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/magic-modules/go-ruby-python:1.11.5-2.6.0-2.7-v4
FROM gcr.io/magic-modules/go-ruby-python:1.11.5-2.6.0-2.7-v5

RUN apt-get install unzip
RUN curl https://releases.hashicorp.com/terraform/0.12.16/terraform_0.12.16_linux_amd64.zip > terraform_0.12.16_linux_amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion .ci/magic-modules/diff-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image_resource:
type: docker-image
source:
repository: gcr.io/magic-modules/go-ruby-python
tag: '1.11.5-2.6.0-2.7-v4'
tag: '1.11.5-2.6.0-2.7-v5'

inputs:
- name: magic-modules-branched
Expand Down
2 changes: 1 addition & 1 deletion .ci/magic-modules/generate-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image_resource:
type: docker-image
source:
repository: gcr.io/magic-modules/go-ruby-python
tag: '1.11.5-2.6.0-2.7-v4'
tag: '1.11.5-2.6.0-2.7-v5'

inputs:
- name: magic-modules-branched
Expand Down
2 changes: 1 addition & 1 deletion .ci/magic-modules/generate-inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image_resource:
type: docker-image
source:
repository: gcr.io/magic-modules/go-ruby-python
tag: '1.11.5-2.6.0-2.7-v4'
tag: '1.11.5-2.6.0-2.7-v5'

inputs:
- name: magic-modules-branched
Expand Down
2 changes: 1 addition & 1 deletion .ci/magic-modules/generate-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image_resource:
type: docker-image
source:
repository: gcr.io/magic-modules/go-ruby-python
tag: '1.11.5-2.6.0-2.7-v4'
tag: '1.11.5-2.6.0-2.7-v5'

inputs:
- name: magic-modules-branched
Expand Down

0 comments on commit 5bcd5ef

Please sign in to comment.