Skip to content

Commit

Permalink
add link to official docker build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Feb 11, 2024
1 parent 7cedaa6 commit db3d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/25-Upgrade-Guide/0-Upgrading-Kool.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It is recommended to rename your configuration file for **Kool.dev Cloud** from

Version 3.x introduces two significant changes:

- The YAML syntax for `services.<service>.build` in the `kool.cloud.yml` file must now align with the official Docker Compose reference for the `service.<service>.build` entry.
- The YAML syntax for `services.<service>.build` in the `kool.cloud.yml` configuration file must now align with the official [Docker Compose reference for the `service.<service>.build`](https://docs.docker.com/compose/compose-file/compose-file-v3/#build) entry.
- Image building now occurs in your local environment—specifically, on the host where you execute `kool cloud deploy`. Therefore, ensure that the environment from which you run this command has a properly configured Docker-image build engine (that means Kool to be able to run `docker build` command).

### Github Action `kool-dev/action`
Expand Down

0 comments on commit db3d128

Please sign in to comment.