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

feat: use meggernet instead of netlogix #1

Merged
merged 1 commit into from
Jul 20, 2024
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/cfssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 +64,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
2 changes: 1 addition & 1 deletion .github/workflows/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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.

2 changes: 1 addition & 1 deletion .github/workflows/httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
2 changes: 1 addition & 1 deletion .github/workflows/mailpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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
2 changes: 1 addition & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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
4 changes: 2 additions & 2 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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 +68,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
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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
14 changes: 7 additions & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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 +98,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 +112,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 +126,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 +194,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 +208,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 +222,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
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-apache-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
target: prometheus-apache-exporter
file: ./prometheus-apache-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-apache-exporter:latest,ghcr.io/netlogix/docker/prometheus-apache-exporter:1.0.8
tags: ghcr.io/meggernet/docker/prometheus-apache-exporter:latest,ghcr.io/meggernet/docker/prometheus-apache-exporter:1.0.8
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-elasticsearch-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
target: prometheus-elasticsearch-exporter
file: ./prometheus-elasticsearch-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-elasticsearch-exporter:latest,ghcr.io/netlogix/docker/prometheus-elasticsearch-exporter:1.7.0
tags: ghcr.io/meggernet/docker/prometheus-elasticsearch-exporter:latest,ghcr.io/meggernet/docker/prometheus-elasticsearch-exporter:1.7.0
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-nginx-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
target: prometheus-nginx-exporter
file: ./prometheus-nginx-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-nginx-exporter:latest,ghcr.io/netlogix/docker/prometheus-nginx-exporter:1.2.0
tags: ghcr.io/meggernet/docker/prometheus-nginx-exporter:latest,ghcr.io/meggernet/docker/prometheus-nginx-exporter:1.2.0
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-php-fpm-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
target: prometheus-php-fpm-exporter
file: ./prometheus-php-fpm-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-php-fpm-exporter:latest,ghcr.io/netlogix/docker/prometheus-php-fpm-exporter:2.2.0
tags: ghcr.io/meggernet/docker/prometheus-php-fpm-exporter:latest,ghcr.io/meggernet/docker/prometheus-php-fpm-exporter:2.2.0
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-postgres-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
target: prometheus-postgres-exporter
file: ./prometheus-postgres-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-postgres-exporter:latest,ghcr.io/netlogix/docker/prometheus-postgres-exporter:0.15.0
tags: ghcr.io/meggernet/docker/prometheus-postgres-exporter:latest,ghcr.io/meggernet/docker/prometheus-postgres-exporter:0.15.0
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-redis-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
target: prometheus-redis-exporter
file: ./prometheus-redis-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-redis-exporter:latest,ghcr.io/netlogix/docker/prometheus-redis-exporter:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/prometheus-redis-exporter:latest,ghcr.io/meggernet/docker/prometheus-redis-exporter:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-solr-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
target: prometheus-solr-exporter
file: ./prometheus-solr-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-solr-exporter:latest,ghcr.io/netlogix/docker/prometheus-solr-exporter:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/prometheus-solr-exporter:latest,ghcr.io/meggernet/docker/prometheus-solr-exporter:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-varnish-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
target: prometheus-varnish-exporter
file: ./prometheus-varnish-exporter/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/prometheus-varnish-exporter:latest,ghcr.io/netlogix/docker/prometheus-varnish-exporter:1.6.1
tags: ghcr.io/meggernet/docker/prometheus-varnish-exporter:latest,ghcr.io/meggernet/docker/prometheus-varnish-exporter:1.6.1
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
target: rabbitmq
file: ./rabbitmq/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/rabbitmq:latest,ghcr.io/netlogix/docker/rabbitmq:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/rabbitmq:latest,ghcr.io/meggernet/docker/rabbitmq:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
target: redis
file: ./redis/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/redis:latest,ghcr.io/netlogix/docker/redis:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/redis:latest,ghcr.io/meggernet/docker/redis:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
target: solr
file: ./solr/${{ matrix.image.file || 'Dockerfile' }}
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/solr:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/solr:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha, scope=${{ github.workflow }}-solr
cache-to: type=gha, scope=${{ github.workflow }}-solr, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tideways-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
target: tideways-daemon
file: ./tideways-daemon/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/tideways-daemon:latest,ghcr.io/netlogix/docker/tideways-daemon:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/tideways-daemon:latest,ghcr.io/meggernet/docker/tideways-daemon:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/varnish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
target: varnish
file: ./varnish/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/netlogix/docker/varnish:latest,ghcr.io/netlogix/docker/varnish:${{ steps.docker.outputs.version }}
tags: ghcr.io/meggernet/docker/varnish:latest,ghcr.io/meggernet/docker/varnish:${{ steps.docker.outputs.version }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha, mode=max
Expand Down