Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if new version of docker image is there at startup #37

Open
Zeawiel opened this issue Sep 12, 2023 · 1 comment
Open

Check if new version of docker image is there at startup #37

Zeawiel opened this issue Sep 12, 2023 · 1 comment

Comments

@Zeawiel
Copy link
Contributor

Zeawiel commented Sep 12, 2023

Hello there!

I'm packing up for this new year. I just git pull on the last year folder and start with the new config.

But it seems that the docker images are not updated at startup. I had to remove them all and then relaunch the startup script to get them updated.

I had hard time with matrix and website tshoot. Now everything look good.

Before:

root@totoro:/home/totoro/mini_internet_project/platform/config_2023# docker images -a
REPOSITORY                      TAG       IMAGE ID       CREATED         SIZE
miniinterneteth/d_router        latest    ea9cc6b00413   11 months ago   166MB
traefik                         v2.6      22c6901de2be   15 months ago   102MB
miniinterneteth/d_ssh           latest    2eb541a6d6be   15 months ago   87.7MB
miniinterneteth/d_webserver     latest    b6e35504214f   17 months ago   245MB
miniinterneteth/d_routinator    latest    5ed07c7e7010   17 months ago   150MB
miniinterneteth/d_matrix        latest    7ca9d2c08308   17 months ago   124MB
miniinterneteth/d_host          latest    c68d046354c9   17 months ago   83MB
miniinterneteth/d_krill         latest    068f3e926daa   17 months ago   236MB
miniinterneteth/d_switch        latest    2c1da238440d   18 months ago   143MB
miniinterneteth/d_dns           latest    b9ac82d14c7b   18 months ago   101MB
miniinterneteth/d_measurement   latest    c017f24cba95   18 months ago   346MB
miniinterneteth/d_ixp           latest    55e7e7232eff   18 months ago   276MB

After:

root@totoro:/home/totoro/mini_internet_project/platform/config_2023# docker image ls
REPOSITORY                     TAG       IMAGE ID       CREATED         SIZE
miniinterneteth/d_webserver     latest    47113e0cb1a7   4 months ago    283MB
miniinterneteth/d_matrix        latest    5b0ccc2fb29d   5 months ago    122MB
miniinterneteth/d_ssh           latest    df7011f96dbd   6 months ago    87.8MB
miniinterneteth/d_router        latest    ea9cc6b00413   11 months ago   166MB
traefik                         v2.6      22c6901de2be   15 months ago   102MB
miniinterneteth/d_routinator    latest    5ed07c7e7010   17 months ago   150MB
miniinterneteth/d_host          latest    c68d046354c9   17 months ago   83MB
miniinterneteth/d_krill         latest    068f3e926daa   17 months ago   236MB
miniinterneteth/d_switch        latest    2c1da238440d   18 months ago   143MB
miniinterneteth/d_dns           latest    b9ac82d14c7b   18 months ago   101MB
miniinterneteth/d_measurement   latest    c017f24cba95   18 months ago   346MB
miniinterneteth/d_ixp           latest    55e7e7232eff   18 months ago   276MB

Maybe i'm doing things wrong! I'm not familiar with dockerish stuff.

Best regards,

@NotSpecial
Copy link
Contributor

Thanks, that's a good point. We'll consider adding an extra step to the setup that pulls the latest version of all images.

It's usually a non-issue as the images rarely change, but when they do it's quite annoying not to have the latest version.

Thanks for bringing this up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants