playground

By gitlab-de

Playground Alternatives

Similar projects and alternatives to playground

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better playground alternative or higher similarity.

playground reviews and mentions

Posts with mentions or reviews of playground. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-09.
  • Let's make faster Gitlab CI/CD pipelines – From 14 to 3 mins
    8 projects | news.ycombinator.com | 9 Dec 2021
    The dependency proxy in GitLab can help with caching the Docker images.

    https://docs.gitlab.com/ee/user/packages/dependency_proxy/

    When Docker Hub introduced rate limits last year, one way to mitigate its impact was to make the dependency proxy available for everyone.

    https://about.gitlab.com/blog/2020/10/30/mitigating-the-impa...

    https://about.gitlab.com/blog/2020/10/30/minor-breaking-chan...

    Another way can be maintaining your own group which maintains all base images for your environment, and stores them in the GitLab package registry.

    Using your own images can help enforce security policies, to avoid that containers introduce vulnerabilities (e.g. when always pulling :latest tag, or sticking to old tags). Reminds me of Infrastructure as Code security scanning, which can help detect things like this. Played with it when released in GitLab 14.5, examples in https://gitlab.com/gitlab-de/playground/infrastructure-as-co... + https://gitlab.com/gitlab-de/playground/infrastructure-as-co...

    Depending on the languages and environments involved, builder images might be needed to reduce complexity with installing build tools. Like, C++ with gcc and controlling the exact version being used (major versions may introduce ABI breaking changes, I've seen it with armhf and gcc6 a while ago). Builder images also reduce the possibly for users to make mistakes in CI/CD before_script/script sections. An optimized pipeline may just include a remote CI/CD template with the magic happening in central maintained projects, using the builder images.

    Another thought on builder images - multi arch images with buildx. I've read https://medium.com/@tomwillfixit/migrating-a-dockerized-gitl... yesterday, need to learn more :)

Stats

Basic playground repo stats
1
-
-
-

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com