init for moving Edge 3.1 images from IBS #1

Merged
dprodanov merged 4 commits from import-3.1 into main 2024-10-22 10:34:20 +02:00
Owner
No description provided.
dprodanov added 1 commit 2024-10-21 15:09:11 +02:00
dprodanov added 1 commit 2024-10-21 15:17:54 +02:00
nbelouin requested changes 2024-10-21 15:39:31 +02:00
Dismissed
nbelouin left a comment
Owner

Just checked the first two images

Just checked the first two images
@ -0,0 +8,4 @@
FROM registry.suse.com/bci/bci-base:$SLE_VERSION AS base
COPY --from=micro / /installroot/
RUN zypper --installroot /installroot --non-interactive install --no-recommends cluster-api-175 shadow; zypper -n clean; rm -rf /var/log/*
Owner

cluster-api-175 -> cluster-api

`cluster-api-175` -> `cluster-api`
dprodanov marked this conversation as resolved
@ -0,0 +4,4 @@
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%cluster-api_version%%</param>
<param name="package">cluster-api-175</param>
Owner

cluster-api-175 -> cluster-api

`cluster-api-175` -> `cluster-api`
dprodanov marked this conversation as resolved
@ -0,0 +7,4 @@
FROM registry.suse.com/bci/bci-base:$SLE_VERSION AS base
COPY --from=micro / /installroot/
RUN zypper --installroot /installroot --non-interactive install --no-recommends cluster-api-operator-012 shadow; zypper -n clean; rm -rf /var/log/*
Owner

cluster-api-operator-012 -> cluster-api-operator

`cluster-api-operator-012` -> `cluster-api-operator`
dprodanov marked this conversation as resolved
@ -0,0 +4,4 @@
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%cluster-api-operator_version%%</param>
<param name="package">cluster-api-operator-012</param>
Owner

cluster-api-operator-012 -> cluster-api-operator

`cluster-api-operator-012` -> `cluster-api-operator`
dprodanov marked this conversation as resolved
dprodanov force-pushed import-3.1 from 3ad03cb946 to 148e26cf72 2024-10-21 16:31:08 +02:00 Compare
dprodanov changed title from init for moving Edge 3.1 images from IBS to WIP: init for moving Edge 3.1 images from IBS 2024-10-21 16:32:19 +02:00
dprodanov requested review from nbelouin 2024-10-21 16:32:25 +02:00
dprodanov added 1 commit 2024-10-21 16:32:39 +02:00
dprodanov added 1 commit 2024-10-22 09:53:23 +02:00
nbelouin approved these changes 2024-10-22 10:31:36 +02:00
dprodanov changed title from WIP: init for moving Edge 3.1 images from IBS to init for moving Edge 3.1 images from IBS 2024-10-22 10:33:52 +02:00
dprodanov merged commit 984b53264c into main 2024-10-22 10:34:20 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suse-edge/Factory#1
No description provided.