Skip to content

Commit

Permalink
Add fence_gce
Browse files Browse the repository at this point in the history
Adding a fence agent for GCP platform - fence_gce
  • Loading branch information
razo7 committed Oct 18, 2023
1 parent 90a975b commit 64a53e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY --from=builder /workspace/manager .
# Add Fence Agents and fence-agents-aws packages
RUN dnf install -y dnf-plugins-core \
&& dnf config-manager --set-enabled ha \
&& dnf install -y fence-agents-all fence-agents-aws fence-agents-azure-arm \
&& dnf install -y fence-agents-all fence-agents-aws fence-agents-azure-arm fence-agents-gce \
&& dnf clean all -y

USER 65532:65532
Expand Down

0 comments on commit 64a53e7

Please sign in to comment.