Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upstream #335

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
* @netlogix/devops
* @saschanowak
* @paxuclus
* @nlx-klein
* @megger
9 changes: 6 additions & 3 deletions .github/workflows/cfssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build cfssl docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -51,7 +54,7 @@ jobs:
target: cfssl
file: ./cfssl/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/cfssl:latest,ghcr.io/netlogix/docker/cfssl:1.6
tags: ghcr.io/meggernet/docker/cfssl:latest,ghcr.io/meggernet/docker/cfssl:1.6
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand All @@ -64,7 +67,7 @@ jobs:
target: cfssl-server
file: ./cfssl/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/cfssl-server:latest,ghcr.io/netlogix/docker/cfssl:1.6
tags: ghcr.io/meggernet/docker/cfssl-server:latest,ghcr.io/meggernet/docker/cfssl:1.6
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build chromium docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -51,7 +54,7 @@ jobs:
target: chromium
file: ./chromium/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/chromium:latest
tags: ghcr.io/meggernet/docker/chromium:latest
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build elasticsearch docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -55,7 +58,7 @@ jobs:
target: elasticsearch
file: ./elasticsearch/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/elasticsearch:latest,ghcr.io/netlogix/docker/elasticsearch:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/elasticsearch:latest,ghcr.io/meggernet/docker/elasticsearch:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/generate_dependabot.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build httpd docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -67,7 +70,7 @@ jobs:
target: httpd-${{ matrix.image.name }}
file: ./httpd/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/httpd-${{ matrix.image.name }}:${{ steps.docker.outputs.version }},ghcr.io/netlogix/docker/webserver-${{ matrix.image.name }}:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/httpd-${{ matrix.image.name }}:${{ steps.docker.outputs.version }},ghcr.io/meggernet/docker/webserver-${{ matrix.image.name }}:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-httpd
cache-to: type=gha, scope=${{ github.workflow }}-httpd, mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/mailpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build mailpit docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -55,7 +58,7 @@ jobs:
target: mailpit
file: ./mailpit/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/mailpit:latest,ghcr.io/netlogix/docker/mailpit:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/mailpit:latest,ghcr.io/meggernet/docker/mailpit:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build mariadb docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:
target: mariadb
file: ./mariadb/${{ matrix.image.file || 'Dockerfile' }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/mariadb:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/mariadb:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-mariadb
cache-to: type=gha, scope=${{ github.workflow }}-mariadb, mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build mysql docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:
target: mysql
file: ./mysql/${{ matrix.image.file || 'Dockerfile' }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/mysql:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/mysql:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-mysql
cache-to: type=gha, scope=${{ github.workflow }}-mysql, mode=max
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build nginx docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -55,7 +58,7 @@ jobs:
target: nginx
file: ./nginx/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/nginx:latest,ghcr.io/netlogix/docker/nginx:${{ steps.docker.outputs.version }},ghcr.io/netlogix/docker/proxy:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/nginx:latest,ghcr.io/meggernet/docker/nginx:${{ steps.docker.outputs.version }},ghcr.io/meggernet/docker/proxy:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -68,7 +71,7 @@ jobs:
target: styleguide
file: ./nginx/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/styleguide:latest,ghcr.io/netlogix/docker/styleguide:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/styleguide:latest,ghcr.io/meggernet/docker/styleguide:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build node docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
file: ./node/Dockerfile
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/node:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/node:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-node
cache-to: type=gha, scope=${{ github.workflow }}-node, mode=max
Expand Down
19 changes: 11 additions & 8 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build php docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -84,7 +87,7 @@ jobs:
file: ./php/${{ matrix.image.file || 'Dockerfile' }}
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/php-fpm:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/php-fpm:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-php
cache-to: type=gha, scope=${{ github.workflow }}-php, mode=max
Expand All @@ -98,7 +101,7 @@ jobs:
file: ./php/${{ matrix.image.file || 'Dockerfile' }}
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/php-cli:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/php-cli:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-php
cache-to: type=gha, scope=${{ github.workflow }}-php, mode=max
Expand All @@ -112,7 +115,7 @@ jobs:
file: ./php/${{ matrix.image.file || 'Dockerfile' }}
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/php-cron:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/php-cron:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-php
cache-to: type=gha, scope=${{ github.workflow }}-php, mode=max
Expand All @@ -126,7 +129,7 @@ jobs:
file: ./php/${{ matrix.image.file || 'Dockerfile' }}
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/php-supervisor:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/php-supervisor:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-php
cache-to: type=gha, scope=${{ github.workflow }}-php, mode=max
Expand Down Expand Up @@ -194,7 +197,7 @@ jobs:
file: ./php/${{ matrix.image.file || 'Dockerfile' }}
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/php-fpm-dev:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/php-fpm-dev:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-php
cache-to: type=gha, scope=${{ github.workflow }}-php, mode=max
Expand All @@ -208,7 +211,7 @@ jobs:
file: ./php/${{ matrix.image.file || 'Dockerfile' }}
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/php-cli-dev:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/php-cli-dev:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-php
cache-to: type=gha, scope=${{ github.workflow }}-php, mode=max
Expand All @@ -222,7 +225,7 @@ jobs:
file: ./php/${{ matrix.image.file || 'Dockerfile' }}
build-args: ${{ matrix.image.build-args }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/php-cron-dev:${{ matrix.image.version }}
tags: ghcr.io/meggernet/docker/php-cron-dev:${{ matrix.image.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-php
cache-to: type=gha, scope=${{ github.workflow }}-php, mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build postgres docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
target: postgres
file: ./postgres/${{ matrix.image.file || 'Dockerfile' }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/postgres:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/postgres:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-postgres
cache-to: type=gha, scope=${{ github.workflow }}-postgres, mode=max
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: 'Build prettier docker image'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: write

on:
schedule:
- cron: 0 7 * * THU
- cron: 0 18 * * SAT
push:
branches:
- main
Expand Down Expand Up @@ -51,7 +54,7 @@ jobs:
target: prettier
file: ./prettier/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prettier:latest,ghcr.io/netlogix/docker/prettier:stable
tags: ghcr.io/meggernet/docker/prettier:latest,ghcr.io/meggernet/docker/prettier:stable
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
Loading