Skip to content

Commit fb6f567

Browse files
committed
osbuild: apply changes to multi-arch manifests
This applies the same containers-storage changes to the multi arch manifests that were done in 9190a34. Fixes 9190a34.
1 parent 9190a34 commit fb6f567

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/osbuild-manifests/coreos.osbuild.aarch64.mpp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pipelines:
137137
type: org.osbuild.container-deploy
138138
inputs:
139139
images:
140-
type: org.osbuild.containers
140+
type: org.osbuild.containers-storage
141141
origin: org.osbuild.source
142142
mpp-resolve-images:
143143
images:
@@ -225,7 +225,7 @@ pipelines:
225225
- mpp-format-string: '{extra_kargs}'
226226
inputs:
227227
images:
228-
type: org.osbuild.containers
228+
type: org.osbuild.containers-storage
229229
origin: org.osbuild.source
230230
mpp-resolve-images:
231231
images:

src/osbuild-manifests/coreos.osbuild.ppc64le.mpp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pipelines:
139139
type: org.osbuild.container-deploy
140140
inputs:
141141
images:
142-
type: org.osbuild.containers
142+
type: org.osbuild.containers-storage
143143
origin: org.osbuild.source
144144
mpp-resolve-images:
145145
images:
@@ -220,7 +220,7 @@ pipelines:
220220
- mpp-format-string: '{extra_kargs}'
221221
inputs:
222222
images:
223-
type: org.osbuild.containers
223+
type: org.osbuild.containers-storage
224224
origin: org.osbuild.source
225225
mpp-resolve-images:
226226
images:

src/osbuild-manifests/coreos.osbuild.s390x.mpp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pipelines:
129129
type: org.osbuild.container-deploy
130130
inputs:
131131
images:
132-
type: org.osbuild.containers
132+
type: org.osbuild.containers-storage
133133
origin: org.osbuild.source
134134
mpp-resolve-images:
135135
images:
@@ -213,7 +213,7 @@ pipelines:
213213
- mpp-format-string: '{extra_kargs}'
214214
inputs:
215215
images:
216-
type: org.osbuild.containers
216+
type: org.osbuild.containers-storage
217217
origin: org.osbuild.source
218218
mpp-resolve-images:
219219
images:

0 commit comments

Comments
 (0)