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 3add3be commit 1f76802Copy full SHA for 1f76802
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.suse.com/bci/rust:1.81 AS build
+FROM registry.suse.com/bci/rust:1.83 AS build
2
LABEL org.opencontainers.image.source=https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet
3
COPY --chown=nonroot:nonroot ./ /src/
4
WORKDIR /src
justfile
@@ -69,6 +69,10 @@ build-agent-initiated: (_build "agent-initiated")
69
# docker build with telemetry
70
build-otel: (_build "telemetry")
71
72
+# Build docker image
73
+docker-build:
74
+ docker build . -t {{ORG}}/{{NAME}}:{{TAG}}
75
+
76
# Push the docker images
77
docker-push:
78
docker push {{ORG}}/{{NAME}}:{{TAG}}
0 commit comments