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

Upgrading image versions in rac-gcp-deploy #593

Closed
wants to merge 4 commits into from

Conversation

jensraaby
Copy link
Contributor

@jensraaby jensraaby commented Mar 4, 2024

WIP!

  • Attempts to update images to supported versions, following the brownout warnings
  • Removes KMI related steps as the one service that was using them isn't anymore

Note that to build the docker image from the Dockerfile, it has to be published to dockerhub

@jensraaby jensraaby marked this pull request as draft March 5, 2024 12:07
@@ -1,5 +1,5 @@
ARG GCLOUD_SDK_VERSION
FROM google/cloud-sdk:${GCLOUD_SDK_VERSION:-328.0.0-alpine}
FROM google/cloud-sdk:${GCLOUD_SDK_VERSION:-466.0.0-alpine}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what the base image is for this

@@ -15,13 +15,12 @@ aliases:
google-compute-zone: <<parameters.google-compute-zone>>

orbs:
snyk: snyk/[email protected]
aws-ecr: circleci/[email protected]
snyk: snyk/[email protected]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: check the changelog of this orb, can we go to v2?

@jensraaby jensraaby changed the title Bump versions for rac-gcp-deploy Upgrading image versions in rac-gcp-deploy Mar 5, 2024
@quartin quartin closed this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants