We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5754153 commit cf367bcCopy full SHA for cf367bc
Dockerfile
@@ -11,6 +11,10 @@ LABEL description="Asset Relocation Tool for Kubernetes"
11
LABEL maintainer="[email protected]"
12
LABEL org.opencontainers.image.source https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes
13
14
+# Deps required for docker-login and the additional testing performed in the CI using this image
15
+# TODO: remove these dependencies
16
+RUN yum -y install diffutils jq
17
+
18
COPY assets/docker-login.sh /usr/local/bin/docker-login.sh
19
COPY ./relok8s /usr/local/bin
20
ENTRYPOINT ["/usr/local/bin/relok8s"]
0 commit comments