You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .opspec/provision-image/op.yml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
name: build
1
+
name: provision-image
2
2
description: |
3
-
Provisions image for the pkg w/ name `opspecpkgs/$(opDotYml.name):${opDotYml.version}`.
3
+
Provisions image for the op to [opspecpkgs docker hub org](https://hub.docker.com/u/opspecpkgs) w/ name `opspecpkgs/$(opDotYml.name):${opDotYml.version}`.
4
4
5
5
> Before first use, a Dockerfile MUST be added to `.opspec/provision-image`
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ creates an azure storage account (if it doesn't already exist)
8
8
9
9
# Format
10
10
11
-
this version of the pkg is in [](https://opspec.io/0.1.5/packages.html) format
11
+
the op uses [](https://opspec.io/0.1.5) definition format
0 commit comments