by kristianp on 3/22/2019, 5:46:57 AM
Actually seems legit: https://hub.docker.com/_/surprise
by Something1234 on 3/23/2019, 1:42:40 AM
I can't seem to pull a lot of docker images as of late on my machine. I keep getting unauthorized.
[0] % docker pull surprise
Using default tag: latest
Error response from daemon: pull access denied for surprise, repository does not exist or may require 'docker
login'
Any ideas?by chmaynard on 3/22/2019, 5:48:47 AM
Seems like a bad idea. I don't like surprises, especially those that involve running untrusted code on my computer.
by Adamantcheese on 3/22/2019, 10:10:49 AM
Neat! Looks like it just animates a few ASCII sprites and confetti. The source is right there anyways.
by cosmos05 on 3/22/2019, 6:40:37 AM
I hate this idea..
Official Docker Image
https://hub.docker.com/_/surprise
---
Quoting the README of docker/birthday [1]
"March 2019 marks Docker's sixth year, and we thought we'd celebrate it docker-style with a birthday surprise!"
To try it out, run:
"docker run -it --rm surprise"
---
Self-plug but I have noticed this from my side project "Follow GitHub Organisation" [2]
---
[1] https://github.com/docker/birthday
[2] https://github.com/follow-github-organisation/follow-github-organisation/issues/35#issuecomment-475447066