Skip to content

Commit

Permalink
Bump qemu-guest-agent to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Aug 20, 2023
1 parent 6a87f9a commit 6a617ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/10-qemuguestagent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stable-slim
# FROM arm64=skip

# qemu-guest-agent version 3.1.0
# qemu-guest-agent version 7.2
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y qemu-guest-agent \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion q/qemu-guest-agent.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qemu-guest-agent:
image: ${REGISTRY_DOMAIN}/burmilla/os-qemuguestagent:v3.1.0-1
image: ${REGISTRY_DOMAIN}/burmilla/os-qemuguestagent:v7.2-1
command: /usr/local/bin/run
privileged: true
restart: always
Expand Down

0 comments on commit 6a617ed

Please sign in to comment.