Skip to content

Commit

Permalink
Merge branch 'main' into migrate-to-ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry authored Dec 6, 2024
2 parents 856b2a2 + c010466 commit fd74edb
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "2.12.0",
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:5f3e2005aad161ce3ff7700b2603f11935348c039f9166960efd050d69cd3014",
"integrity": "sha256:5f3e2005aad161ce3ff7700b2603f11935348c039f9166960efd050d69cd3014"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "1.2.0",
"resolved": "ghcr.io/devcontainers/features/kubectl-helm-minikube@sha256:ff50f0f68095dc2dadeb9bfd7e509b21b9fcfe012d708b303c55f7bedfa462d0",
"integrity": "sha256:ff50f0f68095dc2dadeb9bfd7e509b21b9fcfe012d708b303c55f7bedfa462d0"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.6.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:71590121aaf7b2040f3e1e2dfc4bb9a1389277fd5a88a7199094542b82ce5340",
"integrity": "sha256:71590121aaf7b2040f3e1e2dfc4bb9a1389277fd5a88a7199094542b82ce5340"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "1.6.5",
"resolved": "ghcr.io/devcontainers/features/python@sha256:f5e1557b5745bcc3aa8f12eaa1084b8d63952d73e776c406214d65f593aae6d8",
"integrity": "sha256:f5e1557b5745bcc3aa8f12eaa1084b8d63952d73e776c406214d65f593aae6d8"
},
"ghcr.io/ministryofjustice/devcontainer-feature/aws:1": {
"version": "1.0.1",
"resolved": "ghcr.io/ministryofjustice/devcontainer-feature/aws@sha256:53233b394572638b1853a96a5e9d2adc3bae459eb2038a77584330282c82bf40",
"integrity": "sha256:53233b394572638b1853a96a5e9d2adc3bae459eb2038a77584330282c82bf40"
}
}
}
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"./features/src/postgresql": {},
"./features/src/redis": {},
"ghcr.io/ministryofjustice/devcontainer-feature/aws:0": {},
"ghcr.io/ministryofjustice/devcontainer-feature/aws:1": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}
},
"postCreateCommand": "bash scripts/devcontainer/post-create.sh",
Expand Down
12 changes: 12 additions & 0 deletions controlpanel/frontend/jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,18 @@
"href": url("list-policies"),
"active": page_name == "groups",
},
{
"text": "Data Discovery Tool",
"href": "https://data-discovery-tool.analytical-platform.service.justice.gov.uk/",
"active": page_name == "data-discovery-tool",
"attributes": [["target", "_blank"]]
},
{
"text": "Find MoJ data",
"href": "https://find-moj-data.service.justice.gov.uk/",
"active": page_name == "find-moj-data",
"attributes": [["target", "_blank"]]
},
{
"text": "Training",
"href": "https://moj-analytical-services.github.io/ap-tools-training/",
Expand Down

0 comments on commit fd74edb

Please sign in to comment.