Dockerfile: deprecate custom registry-image

Now that we're on Concourse 7.9, we no longer need the custom Concourse
registry-image resource, so we use the stock resource instead.
This commit is contained in:
Brian Cunnie
2022-12-11 18:00:16 -08:00
parent c2f4b9c80c
commit 0fdb9f27bc

View File

@@ -121,18 +121,6 @@ jobs:
params:
image: image/image
# Delete this once there's a [Concourse
# release](https://github.com/concourse/concourse/releases) (v7.9 ?) which has
# a new version (> 1.5.1) of the registry-image resource that has the
# multi-platform (ARM & AMD) code.
# Also, :%s/cunnie-registry-image/registry-image/
resource_types:
- name: cunnie-registry-image
type: registry-image
source:
repository: cunnie/registry-image
resources:
- name: every-six-hours
type: time
@@ -157,7 +145,7 @@ resources:
# Where we will push the k-v.io nginx Docker image with HTML assets
- name: k-v.io-nginx
type: cunnie-registry-image
type: registry-image
icon: docker
source:
repository: cunnie/k-v.io-nginx
@@ -167,7 +155,7 @@ resources:
# Where we will push the sslip.io nginx Docker image with HTML assets
- name: sslip.io-nginx
type: cunnie-registry-image
type: registry-image
icon: docker
source:
repository: cunnie/sslip.io-nginx
@@ -177,7 +165,7 @@ resources:
# Where we will push the Docker image with the DNS server
- name: sslip.io-dns-server
type: cunnie-registry-image
type: registry-image
icon: docker
source:
repository: cunnie/sslip.io-dns-server