Skip to content

Commit

Permalink
hotfix to comment out caching for now (open-telemetry#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartersocha authored Aug 31, 2022
1 parent 741ea6a commit e34b2e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ services:
build:
context: ./
dockerfile: ./src/checkoutservice/Dockerfile
cache_from:
- ${IMAGE_NAME}:${IMAGE_VERSION}-checkoutservice
cache_to:
- inline # see https://github.com/moby/buildkit#export-cache
#cache_from:
# - ${IMAGE_NAME}:${IMAGE_VERSION}-checkoutservice
#cache_to:
# - inline # see https://github.com/moby/buildkit#export-cache
ports:
- "${CHECKOUT_SERVICE_PORT}"
environment:
Expand Down Expand Up @@ -325,10 +325,10 @@ services:
build:
context: ./
dockerfile: ./src/shippingservice/Dockerfile
cache_from:
- ${IMAGE_NAME}:${IMAGE_VERSION}-shippingservice
cache_to:
- inline # see https://github.com/moby/buildkit#export-cache
#cache_from:
# - ${IMAGE_NAME}:${IMAGE_VERSION}-shippingservice
#cache_to:
# - inline # see https://github.com/moby/buildkit#export-cache
ports:
- "${SHIPPING_SERVICE_PORT}"
environment:
Expand Down

0 comments on commit e34b2e4

Please sign in to comment.