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

Dependabot didn't detected new buster image with dateversionstring #2994

Closed
sidey79 opened this issue Jan 16, 2021 · 2 comments
Closed

Dependabot didn't detected new buster image with dateversionstring #2994

sidey79 opened this issue Jan 16, 2021 · 2 comments
Labels
L: docker Docker containers T: bug 🐞 Something isn't working

Comments

@sidey79
Copy link

sidey79 commented Jan 16, 2021

Package manager/ecosystem

docker

Manifest contents prior to update

ARG BASE_IMAGE="debian"
ARG BASE_IMAGE_TAG="buster-20201209-slim"
FROM --platform=$TARGETPLATFORM ${BASE_IMAGE}:${BASE_IMAGE_TAG}

Updated dependency

There is a newer version with the tag buster-20210111-slim at docker hub available https://hub.docker.com/_/debian)

from: buster-20201209-slim
to: buster-20210111-slim

I expected that dependabot detects that there is a newer version available

@sidey79 sidey79 added the T: bug 🐞 Something isn't working label Jan 16, 2021
@divolgin
Copy link

divolgin commented May 6, 2021

Related to this is #2692. And we have a similar issue with MinIO tags that also use dates like RELEASE.2021-04-22T15-44-28Z.

@jeffwidman jeffwidman added the L: docker Docker containers label Aug 25, 2022
@jeffwidman
Copy link
Member

The problem here is we don't yet support ARG in Dockerfiles... closing as a dupe of #2057

@jeffwidman jeffwidman closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: docker Docker containers T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants