Skip to content
Snippets Groups Projects
Commit 829cea88 authored by Magnus Svensson's avatar Magnus Svensson
Browse files

Merge branch 'devel' into 'master'

Fully qualify image names

See merge request puppet-infra/shared-ci-piplines!84
parents fbfea68c 07edac9a
No related branches found
No related tags found
No related merge requests found
Pipeline #153963 passed
--- ---
lint:pipelines: lint:pipelines:
image: ruby image: docker.io/library/ruby
script: script:
- ./lint.sh - ./lint.sh
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
pdk-validate: pdk-validate:
stage: puppet stage: puppet
image: image:
name: puppet/pdk:3.4.0.1 name: docker.io/puppet/pdk:3.4.0.1
pull_policy: if-not-present pull_policy: if-not-present
script: script:
- pdk validate --parallel --format=junit:validate.xml --format=text - pdk validate --parallel --format=junit:validate.xml --format=text
......
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
pdk-validate: pdk-validate:
stage: puppet stage: puppet
image: &PDK image: &PDK
name: puppet/pdk:3.4.0.1 name: docker.io/puppet/pdk:3.4.0.1
pull_policy: if-not-present pull_policy: if-not-present
before_script: &pdk-workaround before_script: &pdk-workaround
- | - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment