Skip to content

Commit

Permalink
Add script for update all docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Ferrazzi <[email protected]>
  • Loading branch information
aliceinwire committed Dec 8, 2021
1 parent baa9e42 commit 97da297
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions update-images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/env bash
docker pull buildbot/buildbot-master:master
docker pull buildbot/buildbot-worker:master
docker pull nginxproxy/nginx-proxy:alpine
docker pull ubuntu:bionic
docker pull nginx:stable-alpine
docker-compose pull --include-deps

0 comments on commit 97da297

Please sign in to comment.