Giter VIP home page Giter VIP logo

php-package-cache's Introduction

php-package-cache

Local composer cache intended as a pull though cache to speed up php builds in ci pipelines.

Usage examples

Use repman plugin to rewrite requests

composer global require repman-io/composer-plugin

Add config to composer.json, to fetch files via proxy

{
    "extra": {
        "repman": {
            "url": "http://php-package-cache:8080/"
        }
    }
}

Optional add config to composer.json, to fetch internally via http

{
    "config": {
        "secure-http": false
    }
}

php-package-cache's People

Contributors

damoon avatar renovate-bot avatar

Watchers

 avatar  avatar  avatar  avatar

php-package-cache's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update module github.com/aws/aws-sdk-go to v1.54.3
  • Update module github.com/prometheus/client_golang to v1.19.1
  • Update module github.com/uber/jaeger-client-go to v2.30.0+incompatible
  • Update yokawasa/action-setup-kube-tools action to v0.11.1
  • Update actions/checkout action to v4
  • Update actions/setup-go action to v5
  • Update docker/build-push-action action to v6
  • Update docker/login-action action to v3
  • Update docker/metadata-action action to v5
  • Update golangci/golangci-lint-action action to v6
  • Update module github.com/urfave/negroni to v3
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
deployment/Dockerfile
  • golang 1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
  • alpine 3.15.4@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
github-actions
.github/workflows/check.yml
  • actions/checkout v3@dcd71f646680f2efd8db4afa5ad64fdcba30e748
  • golangci/golangci-lint-action v3@b517f99ae23d86ecc4c0dec08dcf48d2336abc29
  • actions/checkout v3@dcd71f646680f2efd8db4afa5ad64fdcba30e748
  • actions/setup-go v3@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
  • actions/checkout v3@dcd71f646680f2efd8db4afa5ad64fdcba30e748
  • helm/kind-action v1.2.0@94729529f85113b88f4f819c17ce61382e6d8478
  • yokawasa/action-setup-kube-tools v0.8.0@c81bf94cddd6c3172e6f61aa7f5ad66a2b5db98d
  • actions/checkout v3@dcd71f646680f2efd8db4afa5ad64fdcba30e748
  • helm/kind-action v1.2.0@94729529f85113b88f4f819c17ce61382e6d8478
  • yokawasa/action-setup-kube-tools v0.8.0@c81bf94cddd6c3172e6f61aa7f5ad66a2b5db98d
.github/workflows/release.yml
  • actions/checkout v3@dcd71f646680f2efd8db4afa5ad64fdcba30e748
  • docker/login-action v1@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
  • docker/metadata-action v3@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67
  • docker/build-push-action v2@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
gomod
go.mod
  • go 1.17
  • github.com/aws/aws-sdk-go v1.43.43
  • github.com/gorilla/mux v1.8.0
  • github.com/opentracing/opentracing-go v1.2.0
  • github.com/prometheus/client_golang v1.12.1
  • github.com/uber/jaeger-client-go v2.29.1+incompatible
  • github.com/urfave/cli/v2 v2.4.0
  • github.com/urfave/negroni v1.0.0
kubernetes
dependencies/jaeger.yaml
  • jaegertracing/all-in-one 1.33.0@sha256:088ac9285dcd82b37e23bc67032f00b400edc4a4af9114d8687660796fe2b2d5
  • Deployment apps/v1
dependencies/minio.yaml
  • minio/minio RELEASE.2021-06-17T00-10-46Z@sha256:429b3934af4b387a00d1edc519da040d8d0d39879523b8fa2e85e8ec451a9736
  • quay.io/minio/mc RELEASE.2021-10-07T04-19-58Z@sha256:b46dd550d8930d4a24eeeb3582b65c445974fd64c397d477ffb3932b685e1080
  • quay.io/minio/mc RELEASE.2021-10-07T04-19-58Z@sha256:b46dd550d8930d4a24eeeb3582b65c445974fd64c397d477ffb3932b685e1080
  • Deployment apps/v1
dependencies/prometheus.yaml
  • quay.io/prometheus/prometheus v2.34.0@sha256:b37103e03399e90c9b7b1b2940894d3634915cf9df4aa2e5402bd85b4377808c
  • Deployment apps/v1
deployment/kubernetes.yaml
  • Deployment apps/v1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.