We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafed6d commit 1eb8042Copy full SHA for 1eb8042
Dockerfile
@@ -187,6 +187,10 @@ WORKDIR /home/${SMITHY_USER}
187
188
ENV PATH="/home/${SMITHY_USER}/rapidfort:${PATH}"
189
190
+# Add at the top of Dockerfile
191
+LABEL org.opencontainers.image.source="https://github.com/rapidfort/smithy"
192
+LABEL org.opencontainers.image.description="Smithy - Kubernetes-Native OCI Image Builder"
193
+
194
# Set smithy as the entrypoint
195
ENTRYPOINT ["/usr/local/bin/smithy"]
196
0 commit comments