init for moving Edge 3.1 images from IBS #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "import-3.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/*
cluster-api-175
->cluster-api
@ -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>
cluster-api-175
->cluster-api
@ -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/*
cluster-api-operator-012
->cluster-api-operator
@ -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>
cluster-api-operator-012
->cluster-api-operator
3ad03cb946
to148e26cf72
init for moving Edge 3.1 images from IBSto WIP: init for moving Edge 3.1 images from IBSWIP: init for moving Edge 3.1 images from IBSto init for moving Edge 3.1 images from IBS