Commit 62a6b43b authored by Darren Shepherd's avatar Darren Shepherd
Browse files

Fail in CI if arch specific image is not found

parent 93116c1b
Showing with 0 additions and 32 deletions
+0 -32
......@@ -566,7 +566,6 @@ steps:
- name: push-head-manifest
image: plugins/manifest:1.1.0
settings:
ignore_missing: true
password:
from_secret: docker_password
spec: manifest.tmpl
......@@ -583,7 +582,6 @@ steps:
- name: push-head-agent-manifest
image: plugins/manifest:1.1.0
settings:
ignore_missing: true
password:
from_secret: docker_password
spec: manifest-agent-head.tmpl
......@@ -600,7 +598,6 @@ steps:
- name: push-build-number-agent-manifest
image: plugins/manifest:1.1.0
settings:
ignore_missing: true
password:
from_secret: docker_password
spec: manifest-agent.tmpl
......@@ -622,7 +619,6 @@ steps:
password:
from_secret: docker_password
spec: manifest.tmpl
ignore_missing: true
when:
event:
- tag
......@@ -635,7 +631,6 @@ steps:
password:
from_secret: docker_password
spec: manifest-agent.tmpl
ignore_missing: true
when:
event:
- tag
......
......@@ -10,11 +10,6 @@ manifests:
platform:
architecture: arm64
os: linux
-
image: rancher/rancher-agent:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-head{{/if}}-linux-arm
platform:
architecture: arm
os: linux
-
image: rancher/rancher-agent:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-head{{/if}}-windows-1809
platform:
......
......@@ -10,11 +10,6 @@ manifests:
platform:
architecture: arm64
os: linux
-
image: rancher/rancher-agent:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-head{{/if}}-linux-arm
platform:
architecture: arm
os: linux
-
image: rancher/rancher-agent:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-head{{/if}}-windows-1809
platform:
......
......@@ -10,20 +10,3 @@ manifests:
platform:
architecture: arm64
os: linux
-
image: rancher/rancher:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-head{{/if}}-linux-arm
platform:
architecture: arm
os: linux
-
image: rancher/rancher:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-head{{/if}}-windows-1809
platform:
architecture: amd64
os: windows
version: 1809
-
image: rancher/rancher:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-head{{/if}}-windows-1903
platform:
architecture: amd64
os: windows
version: 1903
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment