github.com/replicatedhq/ship@v0.55.0/integration/init/github-no-proxy/expected/installer/my-own-folder/MAINTENANCE.md (about) 1 ## Building the Docker images 2 3 ```console 4 $ docker build -t gcr.io/google-samples/gb-frontend:v5 php-redis 5 6 $ docker build -t gcr.io/google-samples/gb-redisslave:v2 redis-slave 7 ``` 8 9 Building Multi-architecture docker images 10 11 ```console 12 $ make -C php-redis 13 14 $ make -C redis-slave 15 ``` 16 17 Push: 18 19 ```console 20 $ make -C php-redis all-push 21 22 $ make -C redis-slave all-push 23 ```