Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocker images should be built with version numbers built into image metadata #758
Comments
|
|
|
I think in my case that won't be enough. What I'm seeing is
And the fnlb says
I didn't know about |
|
hmm, that one looks like a k8s issue.
pulling the sha should pull all the associated tags for that image from the registry (which has version affixed), at least from |
|
all the cool kids are doing this, can try again on #760 |
I used
fn-helmto run fnserver inside of a minikube. I'm trying to diagnose an issue with the fnserver, but the helm chart specifies the image as justfnproject/fnserver:latest. The docker image itself doesn't have the project version or tag numbers built into it so it's hard to tell what commit the image was built from.It's possible to pull other tagged version from Docker hub and compare the image hashes, but it would be much easier if the the Docker image itself had the commit or tag version number built in to it so that it could be found via
docker inspectordocker history.