feat(update): prevent the creation of updater network [BE-12441] (#1517)

This commit is contained in:
Chaim Lev-Ari
2025-12-10 18:45:46 +02:00
committed by GitHub
parent 79e6271041
commit 3d0b8ec5f0
2 changed files with 1 additions and 3 deletions

View File

@@ -210,7 +210,6 @@ describe('ImportExportButtons', () => {
);
expect(apiCalled).toBe(false);
expect(mockConfirmImageExport).not.toHaveBeenCalled();
expect(mockSaveAs).not.toHaveBeenCalled();
});
it('should prevent export of images from different nodes', async () => {

View File

@@ -1,7 +1,6 @@
version: "3"
services:
updater:
network_mode: none
image: {{updater_image}}{{^updater_image}}portainer/portainer-updater:latest{{/updater_image}}
labels:
- io.portainer.hideStack=true