mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
New Dockerfiles and environment variables structure
This commit is contained in:
parent
97108f2e28
commit
630d9cb5ac
4
.github/workflows/dockerhub_description.yml
vendored
4
.github/workflows/dockerhub_description.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- 'trunk'
|
||||
paths:
|
||||
- "*/*/README.md"
|
||||
- "Dockerfiles/*/*/README.md"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -41,4 +41,4 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
|
||||
readme-filepath: ./${{ matrix.build }}/${{ env.SUBDIR }}/README.md
|
||||
readme-filepath: ./Dockerfiles/${{ matrix.build }}/${{ env.SUBDIR }}/README.md
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: Images build
|
||||
|
||||
on:
|
||||
release:
|
||||
@ -12,9 +12,9 @@ on:
|
||||
- '5.4'
|
||||
- 'trunk'
|
||||
paths-ignore:
|
||||
- '.env*'
|
||||
- 'env_vars/*'
|
||||
- 'docker-compose*.yaml'
|
||||
- '*/rhel/*'
|
||||
- 'Dockerfiles/*/rhel/*'
|
||||
- "**.md"
|
||||
|
||||
defaults:
|
1
Dockerfiles/agent/alpine/build.sh
Symbolic link
1
Dockerfiles/agent/alpine/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/agent/centos/build.sh
Symbolic link
1
Dockerfiles/agent/centos/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/agent/ubuntu/build.sh
Symbolic link
1
Dockerfiles/agent/ubuntu/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/java-gateway/alpine/build.sh
Symbolic link
1
Dockerfiles/java-gateway/alpine/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/java-gateway/centos/build.sh
Symbolic link
1
Dockerfiles/java-gateway/centos/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/java-gateway/ubuntu/build.sh
Symbolic link
1
Dockerfiles/java-gateway/ubuntu/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/proxy-mysql/alpine/build.sh
Symbolic link
1
Dockerfiles/proxy-mysql/alpine/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/proxy-mysql/centos/build.sh
Symbolic link
1
Dockerfiles/proxy-mysql/centos/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/proxy-mysql/ubuntu/build.sh
Symbolic link
1
Dockerfiles/proxy-mysql/ubuntu/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/proxy-sqlite3/alpine/build.sh
Symbolic link
1
Dockerfiles/proxy-sqlite3/alpine/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/proxy-sqlite3/centos/build.sh
Symbolic link
1
Dockerfiles/proxy-sqlite3/centos/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/proxy-sqlite3/ubuntu/build.sh
Symbolic link
1
Dockerfiles/proxy-sqlite3/ubuntu/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/server-mysql/alpine/build.sh
Symbolic link
1
Dockerfiles/server-mysql/alpine/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/server-mysql/centos/build.sh
Symbolic link
1
Dockerfiles/server-mysql/centos/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/server-mysql/ubuntu/build.sh
Symbolic link
1
Dockerfiles/server-mysql/ubuntu/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/server-pgsql/alpine/build.sh
Symbolic link
1
Dockerfiles/server-pgsql/alpine/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/server-pgsql/centos/build.sh
Symbolic link
1
Dockerfiles/server-pgsql/centos/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
1
Dockerfiles/server-pgsql/ubuntu/build.sh
Symbolic link
1
Dockerfiles/server-pgsql/ubuntu/build.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../build.sh
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user