@atripp ,
Guess you are right. thank you.
udi.moshe_0021
@udi.moshe_0021
Best posts made by udi.moshe_0021
Latest posts made by udi.moshe_0021
-
RE: Proget - Feature Request - Package Upload
-
RE: Proget - Feature Request - Package Upload
@atripp ,
thank you very much. can't you utilize a mechanism based on folders ?
i have a script that does just that.Regards,
-
Proget - Feature Request - Package Upload
Hi Team,
one of the things i like in proget is the drop folder and bulk upload but this feature is not applicable to all the package feeds and it would be awesome to have it.
currently, i am lacking this feature in rpm and deb packages.Great Work.
-
RE: Ubuntu 24.04.1 InRelease Problem
@atripp hi,
i already searched the internet and found nothing helpful. this is why i turned to you
.
as said, i will start over and try to give you the output.thanks,
udi -
RE: Ubuntu 24.04.1 InRelease Problem
@atripp hi,
will take some time. just to be clear, i had one installation that worked but i wasn't the 1 who installed it i do not know what he did before.
i am starting a from scratch and again, the only permitted network connection to the outside is through the proget server. dns, ntp all is through the local network.
can you simulate my configuration at your network ?
maybe i must allow an initial connection to ubuntu for downloading gpg keys or something like that.thanks,
udi -
RE: Ubuntu 24.04.1 InRelease Problem
@atripp hi,
do you want me to start from the beginning ?
just to let you know that i have upgraded proget to the latest version. -
RE: Ubuntu 24.04.1 InRelease Problem
Hi @atripp ,
@ time of writing this post i used the 1 version before the last stable release and today i have noticed that another release was published so i will upgrade to it.
i have followed the given instructions before posting this and i have to say that the same version of ubuntu desktop worked. after reinstalling and connecting the OS only to proget, i can't seem to update the apt and i am always stuck at "InRelease".
thank you very much
-
Ubuntu 24.04.1 InRelease Problem
Hello,
i have installed ubuntu desktop 24.04.1 on a virtual machine with no internet connection.
dns is allowed and i have configured the apt source to go to the proget server.
proget is connected to the internet and offer http and https and is working.
when i run apt update i get errors about InRelease and it does not update. i have tried importing the feed's gpg key but i am getting an error the proget's generated gpg key is an unsupported filetype and that i do not have the public key.
i have configured the source list of the proget to use the http with [trusted=yes] and i can't still update apt i do not see the package i want. searching proget for the package and i can see it is there and should be compatible to this version of ubuntu. btw, my connector is configured to archive.ubuntu.comhelp is appreciated.
-
RE: Proget 2023 - docker manifest problem
Hi @atripp ,
found this config. i remember seeing it and left it checked because the description recommended it for registries like microsoft and for some reason i didn't pay attention to this until i figured out that i need to add "library" prefix.
thank you very much for all the help. -
RE: Proget 2023 - docker manifest problem
Hi @atripp ,
i have managed to successfully pull an image to proget.
the syntax i used is like: "podman pull xxx:8625/docker/library/ubuntu"
and this i discovered from the podman's response. when i tried looking up the additional "library" in the client setup of the feed or the documentation, i didn't find any thing related to that.
i have tried replacing "library" with something else like "udi" and it didn't work.
i then, tried to download fluent/fluent-id with the syntax "podman pull xxx:8625/docker/library/fluent/fluent-id" and it didn't work. i then deleted the "library" part and it worked.is this how it is suppose to work ?
images without a prefix will need the "library" prefix ?thanks