Eduard Marbach
Eduard Marbach
Currently the `latest-alpine` tag is a near bare alpine image which has limitied support for the available plugins for glances. It will be probably be fixed in #1786 if we...
@escoand @nicolargo What do we want to achieve with the alpine image: - should be as minimal as possible? Problem is that this will make it incompatible with multiple additional...
Currently testing the image sizes between debian based and alpine based with all plugins installed. So far i think it wouldn't be much benefit using alpine for this case. Image...
Hey @escoand, made some progress in reducing the image sizes :) Would you like to test both? You can find those under my user in docker hub `blackdark93/glances` 
Example with node api (https://github.com/octokit/rest.js/) ```ts const orga = 'your-orga'; const repos = await this.githubApi.repos.listForOrg({ org: orga }); for(let repo of repos.data) { try { console.log(`Adding: ${repo.name}`); this.githubApi.teams.addOrUpdateRepo({ team_id: 860,...
@idefy Support for other archs does not exist yet. Docker images are currently only build for amd64 (x64 bit) and not arm. @sridhar391 you can contact me personally and we...
Maybe something is fishy with release script or automation? the variable and code is still available on the master branch and somehow got dropped between the tagging?
@steffen-l is this a valid issue?
Probably caused by the missing definition on how to handle `Restrictions` in combination with intersection (and also other constructs). See snippet below: ``` ... 0 2 ... ```