mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-17 13:10:40 +08:00
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:
@@ -121,18 +121,6 @@ jobs:
|
|||||||
params:
|
params:
|
||||||
image: image/image
|
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:
|
resources:
|
||||||
- name: every-six-hours
|
- name: every-six-hours
|
||||||
type: time
|
type: time
|
||||||
@@ -157,7 +145,7 @@ resources:
|
|||||||
|
|
||||||
# Where we will push the k-v.io nginx Docker image with HTML assets
|
# Where we will push the k-v.io nginx Docker image with HTML assets
|
||||||
- name: k-v.io-nginx
|
- name: k-v.io-nginx
|
||||||
type: cunnie-registry-image
|
type: registry-image
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
repository: cunnie/k-v.io-nginx
|
repository: cunnie/k-v.io-nginx
|
||||||
@@ -167,7 +155,7 @@ resources:
|
|||||||
|
|
||||||
# Where we will push the sslip.io nginx Docker image with HTML assets
|
# Where we will push the sslip.io nginx Docker image with HTML assets
|
||||||
- name: sslip.io-nginx
|
- name: sslip.io-nginx
|
||||||
type: cunnie-registry-image
|
type: registry-image
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
repository: cunnie/sslip.io-nginx
|
repository: cunnie/sslip.io-nginx
|
||||||
@@ -177,7 +165,7 @@ resources:
|
|||||||
|
|
||||||
# Where we will push the Docker image with the DNS server
|
# Where we will push the Docker image with the DNS server
|
||||||
- name: sslip.io-dns-server
|
- name: sslip.io-dns-server
|
||||||
type: cunnie-registry-image
|
type: registry-image
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
repository: cunnie/sslip.io-dns-server
|
repository: cunnie/sslip.io-dns-server
|
||||||
|
Reference in New Issue
Block a user