Skip to content

Commit

Permalink
Merge branch 'main' into update-helm-chart-703
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Dec 2, 2024
2 parents 4491bcb + 046783e commit a882539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/opensearch-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- test
- stage
- preprod
- prod

jobs:
backup:
Expand All @@ -24,7 +25,7 @@ jobs:

strategy:
matrix:
environment: ${{ github.event_name == 'schedule' && fromJson('["poc," "dev", "test", "stage"]') || fromJson(format('["{0}"]', github.event.inputs.environment)) }}
environment: ${{ github.event_name == 'schedule' && fromJson('["poc", "dev", "test", "stage"]') || fromJson(format('["{0}"]', github.event.inputs.environment)) }}

environment: ${{ matrix.environment }}-preapproved

Expand Down
2 changes: 1 addition & 1 deletion tools/utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm-slim

# Install utils
RUN apt-get update && apt-get install -y curl jq
RUN apt-get update && apt-get install -y curl jq awscli

# Create a non-root user and set the home directory
RUN useradd -u 999 -ms /bin/bash job
Expand Down

0 comments on commit a882539

Please sign in to comment.