Skip to content

Commit 10c41f8

Browse files
committed
[skip-release] Update urls in documentation to new location.
1 parent a56b8eb commit 10c41f8

File tree

28 files changed

+75
-75
lines changed

28 files changed

+75
-75
lines changed

.github/workflows/description.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,180 +24,180 @@ jobs:
2424
username: ${{ secrets.REGISTRY_USER }}
2525
password: ${{ secrets.REGISTRY_PASSWORD }}
2626
repository: ${{ vars.repository }}/activemq
27-
readme-filepath: ./activemq/README.md
27+
readme-filepath: ./images/activemq/README.md
2828

2929
- name: Alpaca - Update Docker Hub Description
3030
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
3131
with:
3232
username: ${{ secrets.REGISTRY_USER }}
3333
password: ${{ secrets.REGISTRY_PASSWORD }}
3434
repository: ${{ vars.repository }}/alpaca
35-
readme-filepath: ./alpaca/README.md
35+
readme-filepath: ./images/alpaca/README.md
3636

3737
- name: Base - Update Docker Hub Description
3838
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
3939
with:
4040
username: ${{ secrets.REGISTRY_USER }}
4141
password: ${{ secrets.REGISTRY_PASSWORD }}
4242
repository: ${{ vars.repository }}/base
43-
readme-filepath: ./base/README.md
43+
readme-filepath: ./images/base/README.md
4444

4545
- name: Blazegraph - Update Docker Hub Description
4646
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
4747
with:
4848
username: ${{ secrets.REGISTRY_USER }}
4949
password: ${{ secrets.REGISTRY_PASSWORD }}
5050
repository: ${{ vars.repository }}/blazegraph
51-
readme-filepath: ./blazegraph/README.md
51+
readme-filepath: ./images/blazegraph/README.md
5252

5353
- name: cantaloupe - Update Docker Hub Description
5454
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
5555
with:
5656
username: ${{ secrets.REGISTRY_USER }}
5757
password: ${{ secrets.REGISTRY_PASSWORD }}
5858
repository: ${{ vars.repository }}/cantaloupe
59-
readme-filepath: ./cantaloupe/README.dockerhub.md
59+
readme-filepath: ./images/cantaloupe/README.dockerhub.md
6060

6161
- name: Crayfish - Update Docker Hub Description
6262
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
6363
with:
6464
username: ${{ secrets.REGISTRY_USER }}
6565
password: ${{ secrets.REGISTRY_PASSWORD }}
6666
repository: ${{ vars.repository }}/crayfish
67-
readme-filepath: ./crayfish/README.md
67+
readme-filepath: ./images/crayfish/README.md
6868

6969
- name: CrayFits - Update Docker Hub Description
7070
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
7171
with:
7272
username: ${{ secrets.REGISTRY_USER }}
7373
password: ${{ secrets.REGISTRY_PASSWORD }}
7474
repository: ${{ vars.repository }}/crayfits
75-
readme-filepath: ./crayfits/README.md
75+
readme-filepath: ./images/crayfits/README.md
7676

7777
- name: Drupal - Update Docker Hub Description
7878
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
7979
with:
8080
username: ${{ secrets.REGISTRY_USER }}
8181
password: ${{ secrets.REGISTRY_PASSWORD }}
8282
repository: ${{ vars.repository }}/drupal
83-
readme-filepath: ./drupal/README.md
83+
readme-filepath: ./images/drupal/README.md
8484

8585
- name: Fcrepo6 - Update Docker Hub Description
8686
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
8787
with:
8888
username: ${{ secrets.REGISTRY_USER }}
8989
password: ${{ secrets.REGISTRY_PASSWORD }}
9090
repository: ${{ vars.repository }}/fcrepo6
91-
readme-filepath: ./fcrepo6/README.md
91+
readme-filepath: ./images/fcrepo6/README.md
9292

9393
- name: Fits - Update Docker Hub Description
9494
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
9595
with:
9696
username: ${{ secrets.REGISTRY_USER }}
9797
password: ${{ secrets.REGISTRY_PASSWORD }}
9898
repository: ${{ vars.repository }}/fits
99-
readme-filepath: ./fits/README.md
99+
readme-filepath: ./images/fits/README.md
100100

101101
- name: Handle - Update Docker Hub Description
102102
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
103103
with:
104104
username: ${{ secrets.REGISTRY_USER }}
105105
password: ${{ secrets.REGISTRY_PASSWORD }}
106106
repository: ${{ vars.repository }}/handle
107-
readme-filepath: ./handle/README.md
107+
readme-filepath: ./images/handle/README.md
108108

109109
- name: Homarus - Update Docker Hub Description
110110
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
111111
with:
112112
username: ${{ secrets.REGISTRY_USER }}
113113
password: ${{ secrets.REGISTRY_PASSWORD }}
114114
repository: ${{ vars.repository }}/homarus
115-
readme-filepath: ./homarus/README.md
115+
readme-filepath: ./images/homarus/README.md
116116

117117
- name: Houdini - Update Docker Hub Description
118118
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
119119
with:
120120
username: ${{ secrets.REGISTRY_USER }}
121121
password: ${{ secrets.REGISTRY_PASSWORD }}
122122
repository: ${{ vars.repository }}/houdini
123-
readme-filepath: ./houdini/README.md
123+
readme-filepath: ./images/houdini/README.md
124124

125125
- name: hypercube - Update Docker Hub Description
126126
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
127127
with:
128128
username: ${{ secrets.REGISTRY_USER }}
129129
password: ${{ secrets.REGISTRY_PASSWORD }}
130130
repository: ${{ vars.repository }}/hypercube
131-
readme-filepath: ./hypercube/README.md
131+
readme-filepath: ./images/hypercube/README.md
132132

133133
- name: Java - Update Docker Hub Description
134134
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
135135
with:
136136
username: ${{ secrets.REGISTRY_USER }}
137137
password: ${{ secrets.REGISTRY_PASSWORD }}
138138
repository: ${{ vars.repository }}/java
139-
readme-filepath: ./java/README.md
139+
readme-filepath: ./images/java/README.md
140140

141141
- name: MariaDB - Update Docker Hub Description
142142
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
143143
with:
144144
username: ${{ secrets.REGISTRY_USER }}
145145
password: ${{ secrets.REGISTRY_PASSWORD }}
146146
repository: ${{ vars.repository }}/mariadb
147-
readme-filepath: ./mariadb/README.md
147+
readme-filepath: ./images/mariadb/README.md
148148

149149
- name: Milliner - Update Docker Hub Description
150150
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
151151
with:
152152
username: ${{ secrets.REGISTRY_USER }}
153153
password: ${{ secrets.REGISTRY_PASSWORD }}
154154
repository: ${{ vars.repository }}/milliner
155-
readme-filepath: ./milliner/README.md
155+
readme-filepath: ./images/milliner/README.md
156156

157157
- name: Nginx - Update Docker Hub Description
158158
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
159159
with:
160160
username: ${{ secrets.REGISTRY_USER }}
161161
password: ${{ secrets.REGISTRY_PASSWORD }}
162162
repository: ${{ vars.repository }}/nginx
163-
readme-filepath: ./nginx/README.md
163+
readme-filepath: ./images/nginx/README.md
164164

165165
- name: PostgreSQL - Update Docker Hub Description
166166
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
167167
with:
168168
username: ${{ secrets.REGISTRY_USER }}
169169
password: ${{ secrets.REGISTRY_PASSWORD }}
170170
repository: ${{ vars.repository }}/postgresql
171-
readme-filepath: ./postgresql/README.md
171+
readme-filepath: ./images/postgresql/README.md
172172

173173
- name: RipRap - Update Docker Hub Description
174174
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
175175
with:
176176
username: ${{ secrets.REGISTRY_USER }}
177177
password: ${{ secrets.REGISTRY_PASSWORD }}
178178
repository: ${{ vars.repository }}/riprap
179-
readme-filepath: ./riprap/README.md
179+
readme-filepath: ./images/riprap/README.md
180180

181181
- name: Solr - Update Docker Hub Description
182182
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
183183
with:
184184
username: ${{ secrets.REGISTRY_USER }}
185185
password: ${{ secrets.REGISTRY_PASSWORD }}
186186
repository: ${{ vars.repository }}/solr
187-
readme-filepath: ./solr/README.md
187+
readme-filepath: ./images/solr/README.md
188188

189189
- name: Test - Update Docker Hub Description
190190
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
191191
with:
192192
username: ${{ secrets.REGISTRY_USER }}
193193
password: ${{ secrets.REGISTRY_PASSWORD }}
194194
repository: ${{ vars.repository }}/tomcat
195-
readme-filepath: ./test/README.md
195+
readme-filepath: ./images/test/README.md
196196

197197
- name: Tomcat - Update Docker Hub Description
198198
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
199199
with:
200200
username: ${{ secrets.REGISTRY_USER }}
201201
password: ${{ secrets.REGISTRY_PASSWORD }}
202202
repository: ${{ vars.repository }}/tomcat
203-
readme-filepath: ./tomcat/README.md
203+
readme-filepath: ./images/tomcat/README.md

images/activemq/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Docker image for [ActiveMQ] version 5.19.1.
44

5-
Built from [Islandora-DevOps/isle-buildkit activemq](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/activemq)
5+
Built from [Islandora-DevOps/isle-buildkit activemq](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/activemq)
66

77
Please refer to the [ActiveMQ Documentation] for more in-depth information.
88

@@ -19,7 +19,7 @@ docker run --rm -ti -p 8161:8161 islandora/activemq
1919

2020
## Dependencies
2121

22-
Requires `islandora/java` docker image to build. Please refer to the
22+
Requires `islandora/java` Docker image to build. Please refer to the
2323
[Java Image README](../java/README.md) for additional information including
2424
additional settings, volumes, ports, etc.
2525

images/alpaca/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Docker image for [Alpaca] version 2.2.0.
44

5-
Built from [Islandora-DevOps/isle-buildkit alpaca](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/alpaca)
5+
Built from [Islandora-DevOps/isle-buildkit alpaca](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/alpaca)
66

77
Please refer to the [Alpaca Documentation] for more in-depth information.
88

99
## Dependencies
1010

11-
Requires `islandora/java` docker image to build. Please refer to the
11+
Requires `islandora/java` Docker image to build. Please refer to the
1212
[Java Image README](../java/README.md) for additional information including
1313
additional settings, volumes, ports, etc.
1414

images/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Base Docker image from which almost all others are derived. It is not meant to
44
be run on its own.
55

6-
Built from [Islandora-DevOps/isle-buildkit base](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/base)
6+
Built from [Islandora-DevOps/isle-buildkit base](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/base)
77

88
It's based off off [Alpine Linux], and includes [s6 overlay] and [confd].
99

images/blazegraph/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Docker image for [Blazegraph] version 2.1.5.
44

5-
Built from [Islandora-DevOps/isle-buildkit blazegraph](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/blazegraph)
5+
Built from [Islandora-DevOps/isle-buildkit blazegraph](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/blazegraph)
66

77
Please refer to the [Blazegraph Documentation] for more in-depth information.
88

@@ -15,7 +15,7 @@ docker run --rm -ti -p 80:80 islandora/blazegraph
1515

1616
## Dependencies
1717

18-
Requires `islandora/tomcat` docker image to build. Please refer to the
18+
Requires `islandora/tomcat` Docker image to build. Please refer to the
1919
[Tomcat Image README](../tomcat/README.md) for additional information including
2020
additional settings, volumes, ports, etc.
2121

images/cantaloupe/README.dockerhub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docker run --rm -ti -p 8182:8182 islandora/cantaloupe
1313

1414
## Dependencies
1515

16-
Requires `islandora/java` docker image to build. Please refer to the
16+
Requires `islandora/java` Docker image to build. Please refer to the
1717
[Java Image README](../java/README.md) for additional information including
1818
additional settings, volumes, ports, etc.
1919

@@ -26,7 +26,7 @@ additional settings, volumes, ports, etc.
2626
## Settings
2727

2828
Please see the
29-
[documentation](https://github.com/Islandora-Devops/isle-buildkit/tree/main/cantaloupe#settings)
29+
[documentation](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/cantaloupe#settings)
3030
in Github as the settings here exceed the file length supported by Docker Hub.
3131

3232
[Cantaloupe Caching]: https://cantaloupe-project.github.io/manual/3.1/caching.html

images/cantaloupe/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Docker image for [Cantaloupe] version 5.0.6.
44

5-
Built from [Islandora-DevOps/isle-buildkit cantaloupe](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/cantaloupe)
5+
Built from [Islandora-DevOps/isle-buildkit cantaloupe](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/cantaloupe)
66

77
Please refer to the [Cantaloupe Documentation] for more in-depth information.
88

@@ -15,7 +15,7 @@ docker run --rm -ti -p 8182:8182 islandora/cantaloupe
1515

1616
## Dependencies
1717

18-
Requires `islandora/java` docker image to build. Please refer to the
18+
Requires `islandora/java` Docker image to build. Please refer to the
1919
[Java Image README](../java/README.md) for additional information including
2020
additional settings, volumes, ports, etc.
2121

images/crayfish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Docker image for [Crayfish] (**unreleased version**).
44

5-
Built from [Islandora-DevOps/isle-buildkit crayfish](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/crayfish)
5+
Built from [Islandora-DevOps/isle-buildkit crayfish](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/crayfish)
66

77
Acts as base Docker image for Crayfish based micro-services. It is not meant to
88
be run on its own it is only used to cache the download.
99

1010
## Dependencies
1111

12-
Requires `islandora/nginx` docker image to build. Please refer to the
12+
Requires `islandora/nginx` Docker image to build. Please refer to the
1313
[Nginx Image README](../nginx/README.md) for additional information including
1414
additional settings, volumes, ports, etc.
1515

images/crayfits/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Docker image for [CrayFits]. [FITS][1] as a microservice.
44

55

6-
Built from [Islandora-DevOps/isle-buildkit crayfits](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/crayfits)
6+
Built from [Islandora-DevOps/isle-buildkit crayfits](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/crayfits)
77

88
## Dependencies
99

10-
Requires `islandora/scyllaridae` docker image to build. Please refer to the
10+
Requires `islandora/scyllaridae` Docker image to build. Please refer to the
1111
[Scyllaridae Image README](../scyllaridae/README.md) for additional information including
1212
additional settings, volumes, ports, etc.
1313

images/drupal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Docker image for [Drupal].
44

5-
Built from [Islandora-DevOps/isle-buildkit drupal](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/drupal)
5+
Built from [Islandora-DevOps/isle-buildkit drupal](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/images/drupal)
66

77
Acts as base Docker image for Drupal based projects, it doesn't install Drupal
88
as consumers of this image are expected to provide their own composer file.
@@ -11,7 +11,7 @@ image is first run.
1111

1212
## Dependencies
1313

14-
Requires `islandora/nginx` docker image to build. Please refer to the
14+
Requires `islandora/nginx` Docker image to build. Please refer to the
1515
[Nginx Image README](../nginx/README.md) for additional information including
1616
additional settings, volumes, ports, etc.
1717

0 commit comments

Comments
 (0)