Skip to content

Commit

Permalink
chore: update docker label (#371)
Browse files Browse the repository at this point in the history
- 更新 label,以使用 GitHub 的官方 packages 库
  • Loading branch information
RaoHai authored Sep 11, 2024
2 parents 83f88c0 + 81612a6 commit da9c4c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile.aws.lambda
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM public.ecr.aws/docker/library/python:3.12.0-slim-bullseye

LABEL org.opencontainers.image.source=https://github.com/petercat-ai/petercat
LABEL org.opencontainers.image.description="Petercat Container Image"
LABEL org.opencontainers.image.licenses=MIT

# Copy aws-lambda-adapter for Steaming response
COPY --from=public.ecr.aws/awsguru/aws-lambda-adapter:0.8.1 /lambda-adapter /opt/extensions/lambda-adapter

Expand Down

0 comments on commit da9c4c3

Please sign in to comment.