Skip to content

Commit 1f76802

Browse files
Bump dockerfile rust version (#162)
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
1 parent 3add3be commit 1f76802

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/rust:1.81 AS build
1+
FROM registry.suse.com/bci/rust:1.83 AS build
22
LABEL org.opencontainers.image.source=https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet
33
COPY --chown=nonroot:nonroot ./ /src/
44
WORKDIR /src

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ build-agent-initiated: (_build "agent-initiated")
6969
# docker build with telemetry
7070
build-otel: (_build "telemetry")
7171

72+
# Build docker image
73+
docker-build:
74+
docker build . -t {{ORG}}/{{NAME}}:{{TAG}}
75+
7276
# Push the docker images
7377
docker-push:
7478
docker push {{ORG}}/{{NAME}}:{{TAG}}

0 commit comments

Comments
 (0)