lowercase g in goose (#4832)

This commit is contained in:
Angie Jones
2025-09-26 23:44:38 -05:00
committed by GitHub
parent bb1b73d634
commit 2032c7099c
120 changed files with 669 additions and 651 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
# Goose CLI and Server Docker Image
# goose CLI and Server Docker Image
# Multi-stage build for minimal final image size
# Build stage
@@ -67,7 +67,7 @@ ENTRYPOINT ["/usr/local/bin/goose"]
CMD ["--help"]
# Labels for metadata
LABEL org.opencontainers.image.title="Goose"
LABEL org.opencontainers.image.description="Goose CLI"
LABEL org.opencontainers.image.title="goose"
LABEL org.opencontainers.image.description="goose CLI"
LABEL org.opencontainers.image.vendor="Block"
LABEL org.opencontainers.image.source="https://github.com/block/goose"