Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do I determine base Docker?

Featured Replies

Is there a way to list the base image version for each docker on the Docker tab?

 

I have some templated Dockers that I update, but some manual ones too - it would be great to see what they are all based on, on the Docker list.

Bizarrely this is not easy. It is one of my pet hates about docker and I am sure it will be addressed in time but curetnly you need to find the name of the template, locate its docker repo online then use that to find its githib page and check the dockerfile FROM line for the version you are using (as in theory it can easily change between versions)

You do not have to go to the Github page to find the Dockerfile. The Docker file is also located at the docker repo.

A docker file is there but since it lacks versioning it may not be the docker file that built the version you are using.

 

A docker file is there but since it lacks versioning it may not be the docker file that built the version you are using.

 

for an automated build it does

OK so I am confused then. For example where can I see the dockerfile for phusion 0.9.12

 

https://registry.hub.docker.com/u/phusion/baseimage/

 

(edit: bad example since this is a base OS albeit one based on another base OS)

 

or using this better example

 

https://registry.hub.docker.com/u/gfjardim/nzbget/dockerfile/

 

how can I confirm the version I have matches my slightly older install.?

 

Certainly the hub shows the latest dockerfile but I dont see how that can be assumed is an exact match for what i installed previously... or are we making the assumption to dockerfile is being reviewed at precisely the same time as container pull?

OK so I am confused then. For example where can I see the dockerfile for phusion 0.9.12

 

https://registry.hub.docker.com/u/phusion/baseimage/

 

(edit: bad example since this is a base OS albeit one based on another base OS)

 

or using this better example

 

https://registry.hub.docker.com/u/gfjardim/nzbget/dockerfile/

 

how can I confirm the version I have matches my slightly older install.?

 

Certainly the hub shows the latest dockerfile but I dont see how that can be assumed is an exact match for what i installed previously... or are we making the assumption to dockerfile is being reviewed at precisely the same time as container pull?

 

This is why I said Dockers should never use the 'latest' version tag and why I think unRAID is sort of abusing it. The version tag of the Docker file should be explicitly labeled and versioned and used in the Docker creation.

 

Yes, without refinement in the Docker-Manager UI that is a bit of a PITA to the end user, but it is what's needed. The UI should browse the specified repository, pull all the tag versions on the Docker file and present that selection as a choice to the user.

 

That way you will know exactly what you have in the Docker. Of course I'm also assuming the Docker follows the tenants of Docker and does not do abusive things like auto-updating.

 

Yeah agreed but even then the docker hub doesnt show you dockerfiles for different tags does it or am I being blind?

It only shows the Dockerfile for the latest build. Only the creator of the container can see the Dockerfile used to build the different builds.

I didn't see any options so that everyone can see the Dockerfile of each build when I looked.

It only shows the Dockerfile for the latest build. Only the creator of the container can see the Dockerfile used to build the different builds.

I didn't see any options so that everyone can see the Dockerfile of each build when I looked.

 

You'd have the Docker file setup in a public viewable GIT repository and tagged with the same version tag as used on the Docker Registry. It would have to be by convention, since the registry seems to have limited functionality.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.