Skip to content

Commit

Permalink
Temp fix for moby/buildkit#3891
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <michael@secondstate.io>
  • Loading branch information
juntao committed May 22, 2023
1 parent 9fc89d4 commit 66d5731
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-control .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-control .
... ...
$ docker push secondstate/rust-example-control
```
Expand Down
2 changes: 1 addition & 1 deletion function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-function .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-function .
... ...
$ docker push secondstate/rust-example-function
```
2 changes: 1 addition & 1 deletion hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-hello .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-hello .
... ...
$ docker push secondstate/rust-example-hello
```
2 changes: 1 addition & 1 deletion move/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-move .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-move .
... ...
$ docker push secondstate/rust-example-move
```
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-server .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-server .
... ...
$ docker push secondstate/rust-example-server
```
2 changes: 1 addition & 1 deletion string/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-string .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-string .
... ...
$ docker push secondstate/rust-example-string
```
2 changes: 1 addition & 1 deletion struct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-struct .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-struct .
... ...
$ docker push secondstate/rust-example-struct
```
2 changes: 1 addition & 1 deletion wasi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Now, we need to publish the container image to Docker Hub.
You just need to specify that the WasmEdge application image is for the `wasi/wasm` platform.

```
$ docker buildx build --platform wasi/wasm -t secondstate/rust-example-wasi .
$ docker buildx build --provenance=false --platform wasi/wasm -t secondstate/rust-example-wasi .
... ...
$ docker push secondstate/rust-example-wasi
```

0 comments on commit 66d5731

Please sign in to comment.