andrejs

Results 27 comments of andrejs

It's fairly easy to build multiplatform images using buildx and github actions. Here is an example of a setup that doesn't require additional changes in Dockerfile (like custom arch argument...

@diemol without the health check, if this is used in some sort of CI setup or more or less automated setup when something spools up container and starts executing tests...

I seem to have the same issue after upgrade from High Sierra to Catalina. What helps me which is not great, but not terrible, is starting solargraph through bundler and...

Some small advertisement, I have been working on making dependabot app for gitlab that would be similar to github integration. It can also be used standalone like this script and...

I have encountered an issue with private maven repo, where it wouldn't work due to how the repository behaves and how dependabot-core tries to resolve new versions. For example repo...

Until official support lands, in case someone needs arm images, I have set up a small project that builds them for releases: https://github.com/dependabot-gitlab/core-images

>Such that security advisory link is exposed to the GitHub Actions workflow for users to do whatever they want with that metadata? This is probably more relevant for GitHub ecosystem...

> @andrcuns Do you still plan to work on this? If not, I'd be glad to help @arturictus . @lucastosetto Not at the moment, no.

This is by design. `before :all` hook runs outside of test context, meaning test case has not started so there is nothing to attach step to.