Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rancher
Commits
62a6b43b
Commit
62a6b43b
authored
5 years ago
by
Darren Shepherd
Browse files
Options
Download
Email Patches
Plain Diff
Fail in CI if arch specific image is not found
parent
93116c1b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.drone.yml
+0
-5
.drone.yml
manifest-agent-head.tmpl
+0
-5
manifest-agent-head.tmpl
manifest-agent.tmpl
+0
-5
manifest-agent.tmpl
manifest.tmpl
+0
-17
manifest.tmpl
with
0 additions
and
32 deletions
+0
-32
.drone.yml
+
0
-
5
View file @
62a6b43b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
manifest-agent-head.tmpl
+
0
-
5
View file @
62a6b43b
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
manifest-agent.tmpl
+
0
-
5
View file @
62a6b43b
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
manifest.tmpl
+
0
-
17
View file @
62a6b43b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment