Skip to content

Commit

Permalink
Remove the gcloud-sdk repo
Browse files Browse the repository at this point in the history
This seems to be unused at the moment and we aren't installing gcloud.
Gcloud is installed with backplane-tools now so we can grab it from there.
A future MR will do that part.
  • Loading branch information
rendhalver committed May 31, 2024
1 parent 27fa2e7 commit 27c76f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,6 @@ FROM ocm-container-minimal as dnf-install
# Add Platform Conversion Tool for arm64/x86_64 compatibility
COPY utils/dockerfile_assets/platforms.sh /usr/local/bin/platform_convert

# Add google-cloud-sdk repo
COPY utils/dockerfile_assets/google-cloud-sdk.repo /etc/yum.repos.d/
# Use Platform Conversion Tool to set google-cloud-sdk repo arch
RUN platform_convert -i /etc/yum.repos.d/google-cloud-sdk.repo --x86_64 --aarch64

# Add epel repos
RUN rpm --import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9 \
&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
Expand Down

0 comments on commit 27c76f0

Please sign in to comment.