We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa9e42 commit 97da297Copy full SHA for 97da297
update-images.sh
@@ -0,0 +1,7 @@
1
+#!/bin/env bash
2
+docker pull buildbot/buildbot-master:master
3
+docker pull buildbot/buildbot-worker:master
4
+docker pull nginxproxy/nginx-proxy:alpine
5
+docker pull ubuntu:bionic
6
+docker pull nginx:stable-alpine
7
+docker-compose pull --include-deps
0 commit comments