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

pgbouncer: built docker image is vulnerable and uses EOL base image #52

Open
danielhoherd opened this issue Dec 15, 2020 · 0 comments
Open

Comments

@danielhoherd
Copy link

FROM alpine:3.7

The image built by this Dockerfile is 3 years old and and has a high-level vulnerability that has been patched in a newer version. For its base image, it uses a version of Alpine that reached end-of-support over a year ago.

$ date
Mon Dec 14 17:06:32 PST 2020
$ docker run --rm -ti quay.io/centerforopenscience/pgbouncer:1.8.1 sh
Unable to find image 'quay.io/centerforopenscience/pgbouncer:1.8.1' locally
1.8.1: Pulling from centerforopenscience/pgbouncer
2fdfe1cd78c2: Pull complete
c793e0056529: Pull complete
6bae82978a32: Pull complete
Digest: sha256:fa5c09bf5c39539492f8db53ff66eeb6354a6e41eea101baecbadf88897c76b3
Status: Downloaded newer image for quay.io/centerforopenscience/pgbouncer:1.8.1
/ # cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.7.0
PRETTY_NAME="Alpine Linux v3.7"
HOME_URL="http://alpinelinux.org"
BUG_REPORT_URL="http://bugs.alpinelinux.org"

It's old enough that security scanners are just saying 🤷‍♂️ or "The vulnerability detection may be insufficient because security updates are not provided".

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

1 participant