-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Tag name convention #2
Comments
Hi @dkastl , I'm not totally convinced of current tag naming system but I couldn't find another that "sounds" better :)
Example with current naming system:
Example with debian based naming system:
It is a little bit long but it sounds good and maybe it is more clear for people. On the other hand I make a mistake with Docker repository name. It must be "pgrouting" and not "docker-pgrouting" (which is the github repository name). Ups.... I think I need to delete and recreate... UPDATE: when I change Docker repository name the example will be the following:
|
OK, feel free to recreate it. How about starting with the pgRouting release number followed by PostgreSQL:
or with full name for postgresql
|
I like your ideas @dkastl . I'm going to recreate Docker repository so this is the moment to change naming system :) I choose second proposal (full name for postgresql) because psql could be confusing with CLI tool. |
pgrouting is used for pgrouting |
@cvvergara this change is only for Docker repository not for Github repository. Github reposity remains as "docker-pgrouting". |
ah, I didnt know docker has repositories, so much for my docker knowledge ;) |
Builded images with new tags. New repository created. |
@cayetanobv |
There should be a way to automate this, but I had to study a bit how to set this up. Anyone knows how to do? |
I will open another issue with this topic change. |
@cayetanobv , I saw that you were trying a few different ways to name the tags.
What if we would follow the way Debian packages are named?
For example: https://packages.debian.org/sid/hppa/postgresql-10-pgrouting/download
The package name starts with
postgresql-{version}
followed by-pgrouting_version
.The text was updated successfully, but these errors were encountered: