mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore(dogfood): add docker compose (#8354)
This commit is contained in:
1
.github/workflows/dogfood.yaml
vendored
1
.github/workflows/dogfood.yaml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:dogfood"
|
context: "{{defaultContext}}:dogfood"
|
||||||
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
|
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
|
||||||
cache-from: type=registry,ref=codercom/oss-dogfood:latest
|
cache-from: type=registry,ref=codercom/oss-dogfood:latest
|
||||||
|
@ -156,6 +156,7 @@ RUN apt-get update --quiet && apt-get install --yes \
|
|||||||
containerd.io \
|
containerd.io \
|
||||||
docker-ce \
|
docker-ce \
|
||||||
docker-ce-cli \
|
docker-ce-cli \
|
||||||
|
docker-compose-plugin \
|
||||||
packer \
|
packer \
|
||||||
terraform \
|
terraform \
|
||||||
fish \
|
fish \
|
||||||
|
Reference in New Issue
Block a user