Merge branch 'master' of github.com:benzine-framework/docker
This commit is contained in:
commit
650244e6d0
13 changed files with 23 additions and 24 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
bouncer-build:
|
||||
name: "Bake Bouncer Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
4
.github/workflows/laravel.yml
vendored
4
.github/workflows/laravel.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: "Bake Laravel Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
latest:
|
||||
name: "Bake Laravel Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ build ]
|
||||
steps:
|
||||
- uses: docker/login-action@v2
|
||||
|
|
|
|||
2
.github/workflows/marshall.yml
vendored
2
.github/workflows/marshall.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
build:
|
||||
name: "Build Marshall"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/mqtt.yml
vendored
2
.github/workflows/mqtt.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
MQTT-build:
|
||||
name: "MQTT"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
node-build-flavours:
|
||||
name: "Build Node Flavours"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
4
.github/workflows/octoprint.yml
vendored
4
.github/workflows/octoprint.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
octoprint-build:
|
||||
name: "Bake Octoprint"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
tags: matthewbaggett/octoprint:latest
|
||||
octoprint-mjpg-build:
|
||||
name: "Bake Octoprint for yuvu cameras"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/php-core.yml
vendored
2
.github/workflows/php-core.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
php-build-core:
|
||||
name: "Build PHP Core"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
2
.github/workflows/php-flavours.yml
vendored
2
.github/workflows/php-flavours.yml
vendored
|
|
@ -21,7 +21,7 @@ on:
|
|||
jobs:
|
||||
php-build-flavours:
|
||||
name: "Build PHP Flavours"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
2
.github/workflows/php-vanity-tags.yml
vendored
2
.github/workflows/php-vanity-tags.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
php-vanity-tags:
|
||||
name: Vanity Tags
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
latest-stable-version: "8.2"
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/redis.yml
vendored
2
.github/workflows/redis.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
redis-build:
|
||||
name: "Redis with Healthchecks"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/swarm-monitor.yml
vendored
2
.github/workflows/swarm-monitor.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build Swarm Monitor
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
2
.github/workflows/wordpress.yml
vendored
2
.github/workflows/wordpress.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: "Bake Wordpress Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
|
|
@ -304,7 +304,7 @@ class BouncerTarget
|
|||
return true;
|
||||
}
|
||||
|
||||
// $this->logger->debug(sprintf('%s isEndpointValid: %s is a hostname does not resolve', Emoji::magnifyingGlassTiltedRight(), $this->getEndpointHostnameOrIp()));
|
||||
$this->logger->warning(sprintf('%s isEndpointValid: %s is a hostname that does not resolve', Emoji::magnifyingGlassTiltedRight(), $this->getEndpointHostnameOrIp()));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
@ -564,16 +564,15 @@ class Bouncer
|
|||
|
||||
// $this->logger->debug(sprintf('Decided that %s has the target path %s', $bouncerTarget->getName(), $bouncerTarget->getTargetPath()));
|
||||
|
||||
$valid = $bouncerTarget->isEndpointValid();
|
||||
// $this->logger->debug(sprintf(
|
||||
// '%s Decided that %s has the endpoint %s and it %s.',
|
||||
// Emoji::magnifyingGlassTiltedLeft(),
|
||||
// $bouncerTarget->getName(),
|
||||
// $bouncerTarget->getEndpointHostnameOrIp(),
|
||||
// $valid ? 'is valid' : 'is not valid'
|
||||
// ));
|
||||
if ($valid) {
|
||||
if ($bouncerTarget->isEndpointValid()) {
|
||||
$bouncerTargets[] = $bouncerTarget;
|
||||
}else{
|
||||
$this->logger->debug(sprintf(
|
||||
'%s Decided that %s has the endpoint %s and it is not valid.',
|
||||
Emoji::magnifyingGlassTiltedLeft(),
|
||||
$bouncerTarget->getName(),
|
||||
$bouncerTarget->getEndpointHostnameOrIp(),
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue