-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30597 from KyleAure/revert-revert-30300-relocate-…
…dockerfiles
- Loading branch information
Showing
103 changed files
with
455 additions
and
714 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
10 changes: 0 additions & 10 deletions
10
dev/build.example.testcontainers_fat/publish/files/postgres/Dockerfile
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
dev/build.example.testcontainers_fat/publish/files/postgres/initDB.sql
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 @@ | ||
DROP TABLE IF EXISTS testtable; | ||
|
||
-- Create table | ||
CREATE TABLE testtable ( | ||
PersonID int, | ||
LastName varchar(255), | ||
FirstName varchar(255), | ||
City varchar(255) | ||
); | ||
|
||
-- Insert test data | ||
INSERT INTO testtable (PersonID, LastName, FirstName, City) VALUES (1, 'Doe', 'John', 'Rochester'); |
32 changes: 0 additions & 32 deletions
32
dev/build.example.testcontainers_fat/publish/files/postgres/release.sh
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
dev/com.ibm.ws.cloudant_fat/publish/files/couchdb-ssl/Dockerfile
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
dev/com.ibm.ws.cloudant_fat/publish/files/couchdb-ssl/release.sh
This file was deleted.
Oops, something went wrong.
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
27 changes: 0 additions & 27 deletions
27
dev/com.ibm.ws.install.featureUtility_fat/publish/simple-keyserver/Dockerfile
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
dev/com.ibm.ws.install.featureUtility_fat/publish/simple-keyserver/release.sh
This file was deleted.
Oops, something went wrong.
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
76 changes: 0 additions & 76 deletions
76
dev/com.ibm.ws.jdbc_fat_db2/publish/files/db2-ssl/release.sh
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
dev/com.ibm.ws.jdbc_fat_krb5/publish/files/kdc-server/Dockerfile
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
dev/com.ibm.ws.jdbc_fat_krb5/publish/files/kdc-server/release.sh
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
dev/com.ibm.ws.jdbc_fat_krb5/publish/files/oracle/release.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.