Replace most 'docker-image' with 'registry-image'

This commit is contained in:
Kris De Volder
2022-05-03 11:37:17 -07:00
parent bd15a4bd6a
commit 0e4da3a0a3
15 changed files with 16 additions and 57 deletions

View File

@@ -1,25 +0,0 @@
sleep: &sleep
config:
platform: linux
image_resource:
type: docker-image
source:
repository: alpine
tag: latest
run:
path: sh
args:
- -exc
- sleep 60
##########
resource_types:
- name: pool
type: docker-image
jobs:
- name: acquire-1
plan:
- task: sleep
<<: *sleep

View File

@@ -1,20 +1,20 @@
##########################################################
resource_types:
- name: s3-multi
type: docker-image
type: registry-image
source:
repository: kdvolder/s3-resource-simple
username: ((docker_hub_username))
password: ((docker_hub_password))
- name: slack-notification
type: docker-image
type: registry-image
source:
repository: cfcommunity/slack-notification-resource
username: ((docker_hub_username))
password: ((docker_hub_password))
tag: latest
- name: artifactory-resource
type: docker-image
type: registry-image
source:
repository: springio/artifactory-resource
tag: 0.0.10
@@ -241,16 +241,6 @@ resources:
path: snapshot/STS4/vscode-extensions
options:
- "--acl public-read"
# - name: atom-snapshot-website
# type: s3-multi
# source:
# bucket: ((s3_prod_bucket))
# access_key_id: ((s3_prod_accesskey))
# secret_access_key: ((s3_prod_secretkey))
# region_name: ((s3_region))
# path: snapshot/STS4/atom-packages
# options:
# - "--acl public-read"
- name: slack-notification
type: slack-notification
source:
@@ -261,12 +251,6 @@ resources:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
# - name: theia-docker-image
# type: docker-image
# source:
# username: ((docker_hub_username))
# password: ((docker_hub_password))
# repository: springci/sts4-theia-snapshot
- name: maven-cache
type: s3
source:

View File

@@ -4,7 +4,7 @@ outputs:
- name: out
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -8,7 +8,7 @@ outputs:
- name: website
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -5,7 +5,7 @@ outputs:
- name: out
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -11,7 +11,7 @@ params:
wiki_page_file_name: Current-VSCode-Releases
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -6,7 +6,7 @@ outputs:
- name: maven-out
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -1,6 +1,6 @@
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -5,7 +5,7 @@ platform: linux
run:
path: sts4/concourse/tasks/publish-vsix-releases.sh
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -8,7 +8,7 @@ platform: linux
run:
path: sts4/concourse/tasks/publish-ovsx-releases.sh
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -8,7 +8,7 @@ platform: linux
run:
path: sts4/concourse/tasks/publish-vsix-releases.sh
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -10,7 +10,7 @@ run:
params:
extension_id: undefined_extension_id
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -1,6 +1,6 @@
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -2,7 +2,7 @@ inputs:
- name: sts4
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -6,7 +6,7 @@ outputs:
- name: website
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))