Skip to content

Commit

Permalink
Add test Dockerfile
Browse files Browse the repository at this point in the history
This test Dockerfile is used to build test images published to GHCR as package vlaurin/test-action-ghcr-prune
for the exclusive purpose of running integration tests in CI.
  • Loading branch information
vlaurin committed Feb 21, 2022
1 parent 72a2662 commit 7c028ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM alpine:3.14
LABEL org.opencontainers.image.source=https://github.com/vlaurin/action-ghcr-prune
LABEL org.opencontainers.image.description="Stub Docker image used for automated testing of vlaurin/action-ghcr-prune."
ENTRYPOINT ["echo", "test:007"]

0 comments on commit 7c028ee

Please sign in to comment.