Skip to content
Snippets Groups Projects
Verified Commit 82b3f87f authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

chore: migrate to docker.io

parent a5b27459
No related branches found
No related tags found
No related merge requests found
Pipeline #71776 passed with warnings
......@@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT OR Apache-2.0
This [AMQP 0-9-1](https://www.amqp.org/specification/0-9-1/amqp-org-download) client provides the interface to the NEMO Secure Execution Environment (SEE).
A pre-built container image is available as [`registry.git.rwth-aachen.de/acs/public/research/nemo/see-interface:latest`](https://git.rwth-aachen.de/acs/public/research/nemo/see-interface/container_registry).
A pre-built container image is available as [`nemometaos/see-interface:latest`](https://hub.docker.com/r/nemometaos/see-interface).
## Development Quickstart
......@@ -42,7 +42,7 @@ A pre-built container image is available as [`registry.git.rwth-aachen.de/acs/pu
1. Build the image:
```bash
minikube image build . --tag registry.git.rwth-aachen.de/acs/public/research/nemo/see-interface:latest
minikube image build . --tag nemometaos/see-interface:latest
```
1. Apply the SEE Interface configuration:
......
......@@ -45,4 +45,4 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: see-interface
image: registry.git.rwth-aachen.de/acs/public/research/nemo/see-interface:latest
image: nemometaos/see-interface:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment