microsoft / confidential-sidecar-containers

This is a collection of sidecar containers that can be incorporated within confidential container groups on Azure Container Instances.
Other
25 stars 16 forks source link

converting debug and example image to mariner #114

Closed SethHollandsworth closed 1 month ago

SethHollandsworth commented 3 months ago

These two dockerfiles were still using images hosted on docker hub. This PR converts them to use Mariner as well as simplifies the interface to build them.

As it is, the context needed for Dockerfile.debug needs to be ./docker/skr while Dockerfile.example uses the root of the repo as its context. Dockerfile.debug now uses the root as well to simplify