GithubHelp home page GithubHelp logo

Comments (2)

lizardruss avatar lizardruss commented on May 29, 2024

@bribroder

Can you try setting the kaniko image that is used? Here's an updated example config:

version: v2beta1
name: asdf

localRegistry:
  enabled: false

images:
  main:
    image: 1234567890.dkr.ecr.us-west-1.amazonaws.com/asdf
    dockerfile: ./Dockerfile
    tags:
    - $(bash get-tag.sh)
    kaniko:
      image: gcr.io/kaniko-project/executor:v1.20.1
      cache: true
      serviceAccount: asdf-kaniko
      snapshotMode: "time"
      namespace: asdf

I don't see anything in the releases notes that mention breaking changes, though there are a few with notes regarding an AWS auth regression, but it appears to have been resolved in v1.19.2. If this works out for you we can update the default kaniko image that DevSpace uses.

from devspace.

bribroder avatar bribroder commented on May 29, 2024

It works!! Nice sharpshooting, thanks very much!

from devspace.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.