-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not pin digests for Dockerfiles and docker-compose files (#8689)
- Loading branch information
Showing
33 changed files
with
46 additions
and
47 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
2 changes: 1 addition & 1 deletion
2
...nt/src/intTest/resources/org/projectnessie/client/auth/oauth2/Dockerfile-authelia-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM authelia/authelia:4.38@sha256:19375b10024caeef4e0b119a6247beae84cbaa02c846cfd750e92dea910d4b6a | ||
FROM authelia/authelia:4.38 |
2 changes: 1 addition & 1 deletion
2
...nt/src/intTest/resources/org/projectnessie/client/auth/oauth2/Dockerfile-keycloak-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM quay.io/keycloak/keycloak:24.0.4@sha256:ff02c932f0249c58f32b8ff1b188a48cc90809779a3a05931ab67f5672400ad0 | ||
FROM quay.io/keycloak/keycloak:24.0.4 |
2 changes: 1 addition & 1 deletion
2
api/model/src/intTest/resources/org/projectnessie/model/Dockerfile-redocly-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM docker.io/redocly/cli:1.14.0@sha256:fcdcfd8cb8794bac7a7fb2518d583f33e6909f374785c64a6cbb38b7aa1be410 | ||
FROM docker.io/redocly/cli:1.14.0 |
2 changes: 1 addition & 1 deletion
2
...i/src/intTest/resources/org/projectnessie/nessie/cli/commands/Dockerfile-keycloak-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM quay.io/keycloak/keycloak:24.0.4@sha256:ff02c932f0249c58f32b8ff1b188a48cc90809779a3a05931ab67f5672400ad0 | ||
FROM quay.io/keycloak/keycloak:24.0.4 |
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
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...-jdbc/src/intTest/resources/org/projectnessie/gc/contents/jdbc/Dockerfile-mariadb-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM mariadb:11.4.2@sha256:a891b59da43875e5fa2e260da7901b10c5e01e63e26cc33981ffdd9ab2c50d3b | ||
FROM mariadb:11.4.2 |
2 changes: 1 addition & 1 deletion
2
...ry-jdbc/src/intTest/resources/org/projectnessie/gc/contents/jdbc/Dockerfile-mysql-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM mysql:8.4.0@sha256:aa021e164da6aacbefc59ed0b933427e4835636be380f3b6523f4a6c9564e1f0 | ||
FROM mysql:8.4.0 |
2 changes: 1 addition & 1 deletion
2
...jdbc/src/intTest/resources/org/projectnessie/gc/contents/jdbc/Dockerfile-postgres-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM postgres:16.3@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c | ||
FROM postgres:16.3 |
2 changes: 1 addition & 1 deletion
2
...container/src/main/resources/org/projectnessie/testing/azurite/Dockerfile-azurite-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM mcr.microsoft.com/azure-storage/azurite:3.30.0@sha256:01233a6593e2f2cb3e515731f83ca720454018b80e08207f18fa691b71bd054d | ||
FROM mcr.microsoft.com/azure-storage/azurite:3.30.0 |
2 changes: 1 addition & 1 deletion
2
...ainer/src/main/resources/org/projectnessie/testing/gcs/Dockerfile-fake-gcs-server-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM docker.io/fsouza/fake-gcs-server:1.49.1@sha256:2ac1a4d8eaa827cb9fe8794ea0690a4606d025666b7b032ad2896b91e675ec72 | ||
FROM docker.io/fsouza/fake-gcs-server:1.49.1 |
2 changes: 1 addition & 1 deletion
2
...ntainer/src/main/resources/org/projectnessie/testing/keycloak/Dockerfile-keycloak-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM quay.io/keycloak/keycloak:24.0.4@sha256:ff02c932f0249c58f32b8ff1b188a48cc90809779a3a05931ab67f5672400ad0 | ||
FROM quay.io/keycloak/keycloak:24.0.4 |
2 changes: 1 addition & 1 deletion
2
testing/minio-container/src/main/resources/org/projectnessie/minio/Dockerfile-minio-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM quay.io/minio/minio:RELEASE.2024-05-28T17-19-04Z@sha256:7cb3f11447d1ac7c4b73420dd8f3601afa16ea0cd7e929ecb00be1a8af1eac05 | ||
FROM quay.io/minio/minio:RELEASE.2024-05-28T17-19-04Z |
2 changes: 1 addition & 1 deletion
2
...e-container/src/main/resources/org/projectnessie/testing/nessie/Dockerfile-nessie-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM ghcr.io/projectnessie/nessie:0.83.2@sha256:7fc6cfe427db95f660f9676e10c30c5c21a91d48bf37b2ec52abb646d246b34d | ||
FROM ghcr.io/projectnessie/nessie:0.83.2 |
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...resources/org/projectnessie/versioned/storage/cassandratests/Dockerfile-cassandra-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM docker.io/cassandra:5.0@sha256:3869be6ad2d0819542ccb4e1ebd4c2239e5fd756eaea821c5c81c02487a2c365 | ||
FROM docker.io/cassandra:5.0 |
2 changes: 1 addition & 1 deletion
2
.../resources/org/projectnessie/versioned/storage/cassandratests/Dockerfile-scylladb-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM docker.io/scylladb/scylla:5.4.6@sha256:f479b2dc70e0dc6684a606d0f76c129829c9b847521a50168ae2dd92a4ef011e | ||
FROM docker.io/scylladb/scylla:5.4.6 |
2 changes: 1 addition & 1 deletion
2
...urces/org/projectnessie/versioned/storage/dynamodbtests/Dockerfile-dynamodb-local-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM docker.io/amazon/dynamodb-local:2.5.0@sha256:22b1f856581e5c77549b319c20371c7454381d7ef039d2a386c1b0dc686573cd | ||
FROM docker.io/amazon/dynamodb-local:2.5.0 |
2 changes: 1 addition & 1 deletion
2
...main/resources/org/projectnessie/versioned/storage/jdbctests/Dockerfile-cockroach-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM cockroachdb/cockroach:v23.2.5@sha256:e48162e1a7dd7611dc87bd06c145aa22b7a6f98f6fa046c1884e58ebd82d9d51 | ||
FROM cockroachdb/cockroach:v23.2.5 |
2 changes: 1 addition & 1 deletion
2
...c/main/resources/org/projectnessie/versioned/storage/jdbctests/Dockerfile-mariadb-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM mariadb:11.4.2@sha256:a891b59da43875e5fa2e260da7901b10c5e01e63e26cc33981ffdd9ab2c50d3b | ||
FROM mariadb:11.4.2 |
2 changes: 1 addition & 1 deletion
2
...src/main/resources/org/projectnessie/versioned/storage/jdbctests/Dockerfile-mysql-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM mysql:8.4.0@sha256:aa021e164da6aacbefc59ed0b933427e4835636be380f3b6523f4a6c9564e1f0 | ||
FROM mysql:8.4.0 |
2 changes: 1 addition & 1 deletion
2
.../main/resources/org/projectnessie/versioned/storage/jdbctests/Dockerfile-postgres-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM postgres:16.3@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c | ||
FROM postgres:16.3 |
2 changes: 1 addition & 1 deletion
2
...ain/resources/org/projectnessie/versioned/storage/mongodbtests/Dockerfile-mongodb-version
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dockerfile to provide the image name and tag to a test. | ||
# Version is managed by Renovate - do not edit. | ||
FROM mongo:7.0.11@sha256:8f9f843d383e358d9be2f172ba9d2455e8736f3c59b00330da1f1b44273ce267 | ||
FROM mongo:7.0.11 |