Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
Signed-off-by: Amin Jamali <amin.jamali@broadcom.com>
  • Loading branch information
ameowlia authored and ctlong committed Sep 5, 2024
1 parent 2a1e796 commit de214fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/pora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ COPY * .
RUN go build -o /pora /go/src/app/server.go

FROM ubuntu
LABEL org.cloudfoundry.garden-rootfs.dockerfile.url="https://github.com/cloudfoundry/cf-acceptance-tests/blob/main/assets/pora/Dockerfile"
LABEL org.cloudfoundry.garden-rootfs.notes.md="Used by code.cloudfoundry.org/cf-volume-services-acceptance-tests\
LABEL org.cloudfoundry.pora.dockerfile.url="https://github.com/cloudfoundry/cf-acceptance-tests/blob/main/assets/pora/Dockerfile"
LABEL org.cloudfoundry.pora.notes.md="Used by code.cloudfoundry.org/cf-volume-services-acceptance-tests\
"
COPY --from=pora /pora /usr/local/bin/pora
ENTRYPOINT /usr/local/bin/pora
Expand Down

0 comments on commit de214fe

Please # to comment.