Skip to content

Commit

Permalink
- Remove devshop.remote container playbook.
Browse files Browse the repository at this point in the history
- Add phpX-zip
  • Loading branch information
jonpugh committed Oct 25, 2023
1 parent 6c52e53 commit 00b5fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# Since the container is launched with a new DEVSHOP_DOCKER_COMMAND_RUN, run the default.
run: |
docker-compose exec -T devshop.server bash -c '${DEFAULT_DEVSHOP_DOCKER_COMMAND_RUN}'
docker-compose exec -T devshop.remote bash -c '${DEFAULT_DEVSHOP_DOCKER_COMMAND_RUN}'
# docker-compose exec -T devshop.remote bash -c '${DEFAULT_DEVSHOP_DOCKER_COMMAND_RUN}'

- name: "Test DevShop"
working-directory: docker
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- DEVSHOP_ANSIBLE_GROUP_NAME=devshop_server

devshop.remote:
image: devshop/remote:latest
image: ${DEVSHOP_DOCKER_IMAGE:-devshop/server:php8.1}
build:
context: ".."
dockerfile: "docker/Dockerfile.remote"
Expand Down
1 change: 1 addition & 0 deletions roles/opendevshop.apache/vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ php_packages_extra:
- libapache2-mod-php8.1
- "php{{ php_version }}-bcmath"
- "php{{ php_version }}-intl"
- "php{{ php_version }}-zip"

# opendevshop.apache/tasks/main.yml disables all the mods, then enables these.
apache_mods_enabled:
Expand Down

0 comments on commit 00b5fef

Please sign in to comment.