feat: add attest sign/verify
This commit is contained in:
5
test/Dockerfile
Normal file
5
test/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine AS build
|
||||
RUN echo "hello world" > /tmp/hello.txt
|
||||
|
||||
FROM scratch
|
||||
COPY --from=build /tmp/hello.txt /
|
||||
Reference in New Issue
Block a user