Skip to content

Commit

Permalink
Update unrestricted & airlock review workspace base version (microsof…
Browse files Browse the repository at this point in the history
…t#4087)

* Update Unrestricted and Airlock Import Review workspaces to be built off the Base workspace 0.19.0

* Remove workaround in airlock import review

* Update CHANGELOG.md
  • Loading branch information
jonnyry authored Sep 19, 2024
1 parent 4040e72 commit 7dd1915
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
FEATURES:

ENHANCEMENTS:
* Update Unrestricted and Airlock Import Review workspaces to be built off the Base workspace 0.19.0 ([#4087](https://github.com/microsoft/AzureTRE/pull/4087))

BUG FIXES:

Expand Down
4 changes: 1 addition & 3 deletions templates/workspaces/airlock-import-review/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloa
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
apt-get update && apt-get install -y git jq curl ca-certificates patch --no-install-recommends

ARG AZURE_TRE_VERSION="0.15.2"
ARG AZURE_TRE_VERSION="0.19.0"

WORKDIR ${BUNDLE_DIR}

Expand All @@ -20,8 +20,6 @@ RUN curl -o azuretre.tar.gz -L "https://github.com/microsoft/AzureTRE/archive/re

# Copy and change the file extension of .terraform file to .tf
COPY ./terraform/import_review_resources.terraform "${BUNDLE_DIR}"/terraform/import_review_resources.tf
# HACK: PR #3769: Remove once base workspace includes this change
COPY ./terraform/network_output.terraform "${BUNDLE_DIR}"/terraform/network/temp_output.tf

# PORTER_MIXINS

Expand Down
2 changes: 1 addition & 1 deletion templates/workspaces/airlock-import-review/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-airlock-import-review
version: 0.12.16
version: 0.13.0
description: "A workspace to do Airlock Data Import Reviews for Azure TRE"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion templates/workspaces/unrestricted/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloa
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
apt-get update && apt-get install -y git jq curl ca-certificates patch --no-install-recommends

ARG AZURE_TRE_VERSION="0.14.0"
ARG AZURE_TRE_VERSION="0.19.0"

WORKDIR $BUNDLE_DIR

Expand Down
2 changes: 1 addition & 1 deletion templates/workspaces/unrestricted/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-unrestricted
version: 0.11.4
version: 0.12.0
description: "A base Azure TRE workspace"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down

0 comments on commit 7dd1915

Please sign in to comment.