Skip to content

Commit

Permalink
Revert "Revert "chore: synchronize workspaces""
Browse files Browse the repository at this point in the history
This reverts commit 075af5f.
  • Loading branch information
aeneasr authored Jan 11, 2025
1 parent be6ec0d commit fea1f7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This directory contains Dockerfiles for various targets:
- `Dockerfile-distroless` and `Dockerfile-alpine` are published to Docker Hub via GoReleaser.
- The other `Dockerfile` variants are intended only for local development and tests.

- `Dockerfile-distroless` and `Dockerfile-alpine` are published to Docker Hub
via GoReleaser.
- The other `Dockerfile` variants are intended only for local development and
tests.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,8 +982,11 @@ quickstart files, run:
docker compose -f quickstart.yml up --build # ....
```

Warning, this will override your local image tag with the latest build and can
lead to unexpected or confusing behavior.
> [!WARNING] If you already have a production image (e.g. `oryd/hydra:v2.2.0`)
> pulled, the above `make docker` command will replace it with a local build of
> the image that is more equivalent to the `-distroless` variant on Docker Hub.
>
> You can pull the production image any time using `docker pull`
#### Add a new migration

Expand Down

0 comments on commit fea1f7e

Please sign in to comment.