Skip to content

Commit

Permalink
Removed recast
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Feb 17, 2023
1 parent 2fd19d2 commit 815c8ac
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 264 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,6 @@ jobs:
tags: ${{ needs.tags.outputs.tags }}
secrets: inherit
needs: [tags, base]
recast:
uses: ./.github/workflows/build.yml
with:
contexts: ${{ needs.crayfish.outputs.context }}
image: recast
repository: ${{ vars.repository }}
tags: ${{ needs.tags.outputs.tags }}
secrets: inherit
needs: [tags, crayfish]
riprap:
uses: ./.github/workflows/build.yml
with:
Expand Down Expand Up @@ -424,13 +415,6 @@ jobs:
image: postgresql
secrets: inherit
needs: [postgresql]
test-recast:
uses: ./.github/workflows/test.yml
with:
digests: ${{ needs.recast.outputs.digest }}
image: recast
secrets: inherit
needs: [recast]
test-riprap:
uses: ./.github/workflows/test.yml
with:
Expand Down Expand Up @@ -642,13 +626,6 @@ jobs:
image: postgresql
secrets: inherit
needs: [postgresql]
grype-recast:
uses: ./.github/workflows/grype.yml
with:
digest: ${{ needs.recast.outputs.digest }}
image: recast
secrets: inherit
needs: [recast]
grype-riprap:
uses: ./.github/workflows/grype.yml
with:
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ The following docker images are provided:
- [milliner]
- [nginx]
- [postgresql]
- [recast]
- [ripgrep]
- [solr]
- [test]
Expand Down Expand Up @@ -671,7 +670,6 @@ are arranged in a hierarchy, that roughly follows below:
│ ├── houdini (consumes "imagemagick" as well during its build stage)
│ ├── hypercube
│ ├── milliner
│ ├── recast
│ └── riprap
├── crayfits
├── drupal
Expand Down Expand Up @@ -845,7 +843,6 @@ adding the following, and restarting `Docker`:
[milliner]: ./milliner/README.md
[nginx]: ./nginx/README.md
[postgresql]: ./postgresql/README.md
[recast]: ./recast/README.md
[ripgrep]: ./ripgrep/README.md
[solr]: ./solr/README.md
[test]: ./test/README.md
Expand Down
44 changes: 0 additions & 44 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ IMAGES = [
"milliner",
"nginx",
"postgresql",
"recast",
"riprap",
"solr",
"test",
Expand Down Expand Up @@ -53,7 +52,6 @@ DEPENDENCIES = {
milliner = ["crayfish"]
nginx = ["base"]
postgresql = ["base"]
recast = ["crayfish"]
riprap = ["nginx"]
solr = ["java"]
test = ["drupal"]
Expand Down Expand Up @@ -241,10 +239,6 @@ group "postgresql-ci" {
targets = arches("postgresql", "ci")
}

group "recast-ci" {
targets = arches("recast", "ci")
}

group "riprap-ci" {
targets = arches("riprap", "ci")
}
Expand Down Expand Up @@ -400,11 +394,6 @@ target "postgresql-common" {
context = "postgresql"
}

target "recast-common" {
inherits = ["common"]
context = "recast"
}

target "riprap-common" {
inherits = ["common"]
context = "riprap"
Expand Down Expand Up @@ -574,13 +563,6 @@ target "postgresql" {
tags = tags("postgresql", "")
}

target "recast" {
inherits = ["recast-common"]
contexts = dependencies("recast", "")
cache-from = cacheFrom("recast", hostArch())
tags = tags("recast", "")
}

target "riprap" {
inherits = ["riprap-common"]
contexts = dependencies("riprap", "")
Expand Down Expand Up @@ -758,13 +740,6 @@ target "postgresql-amd64" {
tags = tags("postgresql", "amd64")
}

target "recast-amd64" {
inherits = ["recast-common", "amd64-common"]
contexts = dependencies("recast", "amd64")
cache-from = cacheFrom("recast", "amd64")
tags = tags("recast", "amd64")
}

target "riprap-amd64" {
inherits = ["riprap-common", "amd64-common"]
contexts = dependencies("riprap", "amd64")
Expand Down Expand Up @@ -942,13 +917,6 @@ target "postgresql-arm64" {
tags = tags("postgresql", "arm64")
}

target "recast-arm64" {
inherits = ["recast-common", "arm64-common"]
contexts = dependencies("recast", "arm64")
cache-from = cacheFrom("recast", "arm64")
tags = tags("recast", "arm64")
}

target "riprap-arm64" {
inherits = ["riprap-common", "arm64-common"]
contexts = dependencies("riprap", "arm64")
Expand Down Expand Up @@ -1105,12 +1073,6 @@ target "postgresql-amd64-ci" {
cache-to = cacheTo("postgresql", "amd64")
}

target "recast-amd64-ci" {
inherits = ["recast-amd64"]
contexts = dependencies("recast", "amd64-ci")
cache-to = cacheTo("recast", "amd64")
}

target "riprap-amd64-ci" {
inherits = ["riprap-amd64"]
contexts = dependencies("riprap", "amd64-ci")
Expand Down Expand Up @@ -1265,12 +1227,6 @@ target "postgresql-arm64-ci" {
cache-to = cacheTo("postgresql", "arm64")
}

target "recast-arm64-ci" {
inherits = ["recast-arm64"]
contexts = dependencies("recast", "arm64-ci")
cache-to = cacheTo("recast", "arm64")
}

target "riprap-arm64-ci" {
inherits = ["riprap-arm64"]
contexts = dependencies("riprap", "arm64-ci")
Expand Down
5 changes: 1 addition & 4 deletions docs/release-notes/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ code-server
composer
crayfish
crayfits
demo
drupal
fcrepo
fcrepo6
fits
handle
Expand All @@ -62,15 +60,14 @@ houdini
hypercube
imagemagick
java
karaf
mariadb
matomo
milliner
nginx
postgresql
recast
riprap
solr
test
tomcat
--->

Expand Down
4 changes: 0 additions & 4 deletions recast/.dockerignore

This file was deleted.

23 changes: 0 additions & 23 deletions recast/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions recast/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions recast/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml

This file was deleted.

7 changes: 0 additions & 7 deletions recast/rootfs/etc/confd/conf.d/monolog.yaml.toml

This file was deleted.

7 changes: 0 additions & 7 deletions recast/rootfs/etc/confd/conf.d/security.yaml.toml

This file was deleted.

7 changes: 0 additions & 7 deletions recast/rootfs/etc/confd/conf.d/services.yaml.toml

This file was deleted.

3 changes: 0 additions & 3 deletions recast/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl

This file was deleted.

8 changes: 0 additions & 8 deletions recast/rootfs/etc/confd/templates/monolog.yaml.tmpl

This file was deleted.

33 changes: 0 additions & 33 deletions recast/rootfs/etc/confd/templates/security.yaml.tmpl

This file was deleted.

48 changes: 0 additions & 48 deletions recast/rootfs/etc/confd/templates/services.yaml.tmpl

This file was deleted.

16 changes: 0 additions & 16 deletions recast/tests/ServiceStartsWithDefaults/docker-compose.yml

This file was deleted.

Loading

0 comments on commit 815c8ac

Please sign in to comment.