Skip to content

Commit

Permalink
Merge pull request #212 from ministryofjustice/DBA-656
Browse files Browse the repository at this point in the history
Dba 656
  • Loading branch information
ranbeersingh1 authored Mar 11, 2024
2 parents 77e06b0 + be542db commit 6fee9de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oracle-db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
environment: ${{needs.build_rman_target_name.outputs.TargetEnvironment}}
runs-on: ubuntu-latest
container:
image: ghcr.io/ministryofjustice/hmpps-delius-operational-automation:0.1
image: ghcr.io/ministryofjustice/hmpps-delius-operational-automation:0.40.0
timeout-minutes: 1440
env:
backup_command: ansible-playbook operations/playbooks/oracle_backup/backup.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-automation-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
# Start deployment container job based on the build delius-ansible-aws image
deployment:
name: Test automation task
environment: development # hard-coded this while spiking this out
environment: delius-core-dev-preapproved # hard-coded this while spiking this out
runs-on: ubuntu-22.04
container:
image: ghcr.io/ministryofjustice/hmpps-delius-operational-automation:0.1
image: ghcr.io/ministryofjustice/hmpps-delius-operational-automation:0.40.0-beta.1

steps:
- name: Checkout Code
Expand Down
3 changes: 2 additions & 1 deletion ansible/group_vars/dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
ansible_python_interpreter: /usr/bin/python3.9
ansible_aws_ssm_bucket_name: delius-core-development-openldap-migration
# ansible_aws_ssm_bucket_name: delius-core-development-openldap-migration
ansible_aws_ssm_bucket_name: ldap-dev-migration20240123173113114100000001
5 changes: 3 additions & 2 deletions docker/delius-ansible-aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ LABEL org.opencontainers.image.authors="HMPPS Probation Webops Team (probation-w
org.opencontainers.image.source="https://github.com/ministryofjustice/hmpps-delius-operational-automation"

RUN apk update --no-cache \
&& apk upgrade --no-cache
&& apk upgrade --no-cache \
&& apk add jq bash

# Pip
RUN pip install -U pip;
Expand All @@ -35,4 +36,4 @@ COPY --from=ssm-builder /go/src/github.com/session-manager-plugin/bin/linux_amd

RUN adduser -D -u 1000 ansible

USER ansible
USER ansible

0 comments on commit 6fee9de

Please sign in to comment.