Skip to content

Commit

Permalink
Merge pull request #704 from IBM/ansible-galaxy-hotfix
Browse files Browse the repository at this point in the history
#703 Add kubernetes.core collection
  • Loading branch information
fketelaars authored Apr 27, 2024
2 parents 2114923 + fd70f88 commit 97a1d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN yum install -y yum-utils && \
yum install -y nginx && \
yum clean all

RUN ansible-galaxy collection install community.crypto community.vmware
RUN ansible-galaxy collection install community.crypto community.vmware kubernetes.core

VOLUME ["/Data"]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum install -y yum-utils && \
yum install -y nginx && \
yum clean all

RUN ansible-galaxy collection install community.crypto community.vmware
RUN ansible-galaxy collection install community.crypto community.vmware kubernetes.core

VOLUME ["/Data"]

Expand Down

0 comments on commit 97a1d19

Please sign in to comment.