Skip to content

Commit

Permalink
Merge pull request openbases#2 from openbases/add/missing-type
Browse files Browse the repository at this point in the history
adding missing type
  • Loading branch information
vsoch authored Nov 11, 2018
2 parents 588489e + a78b19f commit a60bc1d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
10 changes: 6 additions & 4 deletions ContainerRecipe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,12 @@
"name": "toasterlint/storjshare-cli",
"ContainerImage": "gliderlabs/alpine:3.4",
"operatingSystem": "linux",
"softwareVersion": "sha256:3ca47137bde06b3d2272aed0f9eb4eadb58b17b64288acebaad9f93bc6f4c26c",
"softwareVersion": "sha256:a58b4c7e9d06c42deaba852e7f4a63af1a03a4c781e48e700a6e6405319dfca4",
"identifier": [
"toasterlint/storjshare-cli:latest"
],
"@context": "http://www.schema.org"
"@context": "http://www.schema.org",
"@type": "ContainerRecipe"
}
</code></pre>
</div>
Expand All @@ -328,11 +329,12 @@
"name": "toasterlint/storjshare-cli",
"ContainerImage": "gliderlabs/alpine:3.4",
"operatingSystem": "linux",
"softwareVersion": "sha256:3ca47137bde06b3d2272aed0f9eb4eadb58b17b64288acebaad9f93bc6f4c26c",
"softwareVersion": "sha256:a58b4c7e9d06c42deaba852e7f4a63af1a03a4c781e48e700a6e6405319dfca4",
"identifier": [
"toasterlint/storjshare-cli:latest"
],
"@context": "http://www.schema.org"
"@context": "http://www.schema.org",
"@type": "ContainerRecipe"
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.js"></script>
Expand Down
10 changes: 6 additions & 4 deletions ImageDefinition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"name": "vanessa/sregistry",
"ContainerImage": "python:3.5.1",
"operatingSystem": "linux",
"softwareVersion": "sha256:f2a4c6877194f875708c62542eaf728660bc04d520163f8b2943d35669540bf7",
"softwareVersion": "sha256:89cb0ad555f93fe314e7d88c435f4e0c061003a4aacf7ae37a21d26247428abf",
"identifier": [
"vanessa/sregistry:latest"
],
Expand Down Expand Up @@ -721,7 +721,8 @@
"Pip > uritemplate==3.0.0",
"Pip > urllib3==1.24"
],
"@context": "http://www.schema.org"
"@context": "http://www.schema.org",
"@type": "ImageDefinition"
}
</code></pre>
</div>
Expand All @@ -734,7 +735,7 @@
"name": "vanessa/sregistry",
"ContainerImage": "python:3.5.1",
"operatingSystem": "linux",
"softwareVersion": "sha256:f2a4c6877194f875708c62542eaf728660bc04d520163f8b2943d35669540bf7",
"softwareVersion": "sha256:89cb0ad555f93fe314e7d88c435f4e0c061003a4aacf7ae37a21d26247428abf",
"identifier": [
"vanessa/sregistry:latest"
],
Expand Down Expand Up @@ -1172,7 +1173,8 @@
"Pip > uritemplate==3.0.0",
"Pip > urllib3==1.24"
],
"@context": "http://www.schema.org"
"@context": "http://www.schema.org",
"@type": "ImageDefinition"
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.js"></script>
Expand Down
6 changes: 4 additions & 2 deletions SoftwareSourceCode/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@
"version": "3.4",
"description": "A Dockerfile build recipe",
"name": "gliderlabs/alpine:3.4",
"@context": "http://www.schema.org"
"@context": "http://www.schema.org",
"@type": "SoftwareSourceCode"
}
</code></pre>
</div>
Expand All @@ -302,7 +303,8 @@
"version": "3.4",
"description": "A Dockerfile build recipe",
"name": "gliderlabs/alpine:3.4",
"@context": "http://www.schema.org"
"@context": "http://www.schema.org",
"@type": "SoftwareSourceCode"
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.js"></script>
Expand Down

0 comments on commit a60bc1d

Please sign in to comment.