Build snap without internet connectivity

Hello everyone,

I really need the capability to build a snap offline. Background is the need of a “tagged” and rebuild able version of a specific revision.

The plan is to move the snap build process to a build server which I plan not to give internet access for many reasons.

For the thread


I heard it is planned, but not in a short term. That thread was in February 2019. Any news since then?

Thanks!

you could work around this by providing a local apt mirror (even an empty one) and poiting your sources.lists files to localhost … apt itself really doesnt care if it is online or not :wink: it just processes whats in sources.list(.d) …

Well that is good enough for me ! Thanks @ogra