--- tags: ietf-scitt --- ###### tags: `ietf-scitt` # IETF 118 SCITT Hackathon ## ORAS References - [ORAS Installer](https://oras.land/docs/installation) - [oras push | attach](https://oras.land/docs/quickstart) ## Snippets ```shell echo "hello world" > artifact.txt ``` ```shell echo "vex response" > artifact.vex ``` ```shell oras push ghcr.io/wabbit-networks/artifact:v1 \ --artifact-type application/vnd.acme.rocket.config \ artifact.txt:text/plain ``` ```shell oras attach --artifact-type vex/example \ ghcr.io/wabbit-networks/artifact:v1 artifact.vex ``` ```shell oras discover -o tree \ ghcr.io/wabbit-networks/artifact:v1 ```