tetratelabs / tetrate-service-bridge-sandbox

Deploy Tetrate Service Bridge Demo on Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE) and/or Elastic Kubernetes Service (EKS) using Terraform
Apache License 2.0
12 stars 10 forks source link

Improve ```skopeo sync``` process for dev builds #144

Closed smarunich closed 1 year ago

smarunich commented 1 year ago

As per conversation: https://github.com/smarunich/tetrate-service-bridge-sandbox/pull/143#pullrequestreview-1164080467

we are required to have a silly workaround to upload the busybox image to CR, before leveraging skopeo sync

jumpbox.userdata

      # to initialize CR metadata and use skopeo for TSB images sync below
      docker pull busybox
      docker tag busybox $PROJECT_CR/busybox
      docker push $PROJECT_CR/busybox