updated dockerfiles and READMEs to v0.4.0

This commit is contained in:
2025-06-30 16:02:39 -07:00
parent 4d8cd5b53f
commit e74f135494
8 changed files with 27 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ RUN go mod tidy && go build -o /app/mrvaagent-binary
# RUN go mod download
# Create a runtime container
FROM ubuntu:24.10 as runner
FROM ubuntu:24.10 AS runner
ENV DEBIAN_FRONTEND=noninteractive
# Build argument for CodeQL version, defaulting to the latest release

View File

@@ -19,7 +19,9 @@
- Tag the container. This is sufficient for further use on the local machine.
#+BEGIN_SRC sh
docker tag ${MAG_TARGET} ghcr.io/hohn/mrva-agent:0.4.0
cd ~/work-gh/mrva/mrva-docker/containers/agent &&\
docker tag mrva-agent:0.4.0 \
ghcr.io/hohn/mrva-agent:0.4.0
#+END_SRC
- Push this container