We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1810b61 commit 80b6898Copy full SHA for 80b6898
images/cso/Dockerfile
@@ -12,10 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 as helm
+FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 AS helm
16
17
# Build the manager binary
18
-FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.6-bullseye as build
+FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.6-bullseye AS build
19
ARG TARGETOS TARGETARCH
20
21
COPY . /src/cluster-stack-operator
0 commit comments