Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update themes/default/content/blog/docker-build/index.md
Browse files Browse the repository at this point in the history
fixed awkward phrasing
  • Loading branch information
isaac-pulumi authored Apr 25, 2024
1 parent 3ee129b commit b1bd278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/content/blog/docker-build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ The new `docker_build.Image` replaces the old `docker.Image` resource. It adds n
We do not expect to make further changes to `docker.Image`. It will remain available for the foreseeable future, so you can continue using it if it meets your needs. However, we **recommend** you migrate your images to `docker_build.Image` to get the best possible support, features, and performance. We expect to deprecate the `docker.Image` resource in the future.

The migration process is straightforward and detailed in the [API documentation](https://www.pulumi.com/registry/packages/docker-build/api-docs/image/). Docker Build provides a superset functionality over the previous
`docker.Image` resource; thus, you can migrate existing resources without issue. The new Docker Build Image options will look very familiar if you are familiar with the Docker command-line tool.
`docker.Image` resource; thus, you can migrate existing resources without issue. The new Docker Build Image options will look very familiar if you use the Docker command-line tool.

{{% notes %}}

Expand Down

0 comments on commit b1bd278

Please sign in to comment.