-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up dependabot for automated Dockerfile updates.
This PR adds a `dependabot.yml` config that enables automatic Dockerfile version updates, and adds Dockerfiles for all allowed Docker images.
- Loading branch information
Showing
10 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: "docker" | ||
directory: "/tests/tck-build-logic/src/main/resources/allowed-docker-images" | ||
reviewers: | ||
- "matneu" | ||
schedule: | ||
interval: "daily" |
1 change: 1 addition & 0 deletions
1
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-eclipse-mosquitto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM eclipse-mosquitto:2.0.15 |
1 change: 1 addition & 0 deletions
1
.../tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-greenmail_standalone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM greenmail/standalone:2.1.0-alpha-1 |
1 change: 1 addition & 0 deletions
1
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-mariadb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM mariadb:10.8 |
1 change: 1 addition & 0 deletions
1
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-mssql_server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM mcr.microsoft.com/mssql/server:2022-RTM-CU2-ubuntu-20.04 |
1 change: 1 addition & 0 deletions
1
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-mysql_mysql-server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM container-registry.oracle.com/mysql/community-server:8.1 |
1 change: 1 addition & 0 deletions
1
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-nats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM nats:2.9.19 |
1 change: 1 addition & 0 deletions
1
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-nginx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM nginx:1-alpine-slim |
1 change: 1 addition & 0 deletions
1
...s/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-opengauss_opengauss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM opengauss/opengauss:3.1.0 |
1 change: 1 addition & 0 deletions
1
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-postgres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM postgres:15-alpine |