Skip to content

Commit 97da297

Browse files
committed
Add script for update all docker images
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
1 parent baa9e42 commit 97da297

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

update-images.sh

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)