Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/component breakout #221

Open
wants to merge 34 commits into
base: ci/code-pipeline
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
483f10d
split components
joe-lipson Jun 13, 2024
bc3ba51
commit build changes
joe-lipson Jun 13, 2024
b65fa86
commit build changes
joe-lipson Jun 13, 2024
fab37ec
repo and tagging changes
joe-lipson Jun 13, 2024
8dad6da
upgrade build containers
joe-lipson Jun 13, 2024
216e347
remove base stack name from pipeline
joe-lipson Jun 13, 2024
382f17c
remove unused vars
joe-lipson Jun 13, 2024
b91dcbb
remove the old containers component
joe-lipson Jun 13, 2024
959100a
pass secret to the build component
joe-lipson Jun 13, 2024
8f54bc7
import DB endpoints
joe-lipson Jun 13, 2024
a25fae7
update DB stack name to point ot another branch
joe-lipson Jun 13, 2024
0d25d80
correct var name
joe-lipson Jun 13, 2024
3e088d8
tweak secrets vars
joe-lipson Jun 13, 2024
4b99222
fix output ref
joe-lipson Jun 13, 2024
04d3cad
simplify aws account id retrieval
joe-lipson Jun 14, 2024
14e4c86
revert to older ubuntu
joe-lipson Jun 14, 2024
d0c13a2
use default python in codebuild containers
joe-lipson Jun 14, 2024
74764dc
tag Docker image with build number
joe-lipson Jun 14, 2024
74bf016
remove the ID from the secret name
joe-lipson Jun 14, 2024
88e7d9b
add tag to push as well
joe-lipson Jun 14, 2024
64abda1
pass aws account into deploy buildspec
joe-lipson Jun 14, 2024
5a69c62
Add latest tag
hamzajaved-csiro Jun 14, 2024
092f50d
Add latest tag in deploy spec
hamzajaved-csiro Jun 14, 2024
7fdca83
Add latest tag in deploy spec
hamzajaved-csiro Jun 14, 2024
540064d
simplify pipeline params
joe-lipson Jun 15, 2024
9b15150
Merge branch 'feature/component-breakout' of github-csiro:AtlasOfLivi…
joe-lipson Jun 15, 2024
65e4f91
remove stack name
joe-lipson Jun 15, 2024
7359807
Update port number in ingress deployment
hamzajaved-csiro Jun 18, 2024
1237749
Update ingress in helm
hamzajaved-csiro Jun 18, 2024
f563b5d
Update ingress in helm
hamzajaved-csiro Jun 19, 2024
cc3f894
Update target port
hamzajaved-csiro Jun 20, 2024
110a561
Update target port
hamzajaved-csiro Jun 20, 2024
106385a
Update target port
hamzajaved-csiro Jun 20, 2024
f4edd7f
Add SSL certificate and rds external name service
hamzajaved-csiro Jun 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add tag to push as well
  • Loading branch information
joe-lipson committed Jun 14, 2024
commit 88e7d9be7dafa7782b4f23285ee6847bbcb84391
2 changes: 1 addition & 1 deletion cicd/build/pipeline/build_alerts_buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ phases:
- echo tagging
- docker tag ala-alerts:latest $REPO:$CLEAN_BRANCH-$CODEBUILD_BUILD_NUMBER
- echo Pushing the Docker image to Amazon ECR...
- docker push $REPO:$CLEAN_BRANCH
- docker push $REPO:$CLEAN_BRANCH-$CODEBUILD_BUILD_NUMBER