Skip to content

Commit

Permalink
feat: update libguestfs container to v1.1.1
Browse files Browse the repository at this point in the history
this commit updates libguestfs container to newest available v1.1.1.

Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Feb 14, 2024
1 parent eb38ccc commit 561a9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Containerfile.DiskVirt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN task_names=("disk-virt-customize" "disk-virt-sysprep"); \
CGO_ENABLED=0 GOOS=linux go build -mod=vendor -o /out/${TASK_NAME} cmd/${TASK_NAME}/main.go; \
done

FROM quay.io/kubevirt/libguestfs-tools:v0.59.0
FROM quay.io/kubevirt/libguestfs-tools:v1.1.1
ENV USER_UID=1001 \
USER_NAME=tekton-tasks-disk-virt \
HOME=/home/${USER_NAME}
Expand Down

0 comments on commit 561a9fb

Please sign in to comment.