You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run it I receive the following error message:
> Plugin apt-addrepo: Add repo 'deb [signed-by=/etc/apt/trusted.gpg.d/cri-o-apt-keyring.gpg]
https://pkgs.k8s.io/addons:/cri-o:/prerelease:/main/deb/ /' to apt sources
? Plugin apt-addrepo: Repo 'sdm-sourced-repo' already exists; Add argument 'name=somename' to
this apps plugin invocation
NOTE: This plugin is not idempotent; Restart with a fresh uncustomized IMG if this IMG is
previously customized
? Plugin 'apt-addrepo' exited with failure status '1'
To me it seems that the supplied name is ignored and instead replaced with "sdm-sourced-repo". Am I doing anything wrong or is this a bug? Note: My build script always builds fresh images, I've just stripped those commands for simplicity.
The text was updated successfully, but these errors were encountered:
I am using the following build script:
When I try to run it I receive the following error message:
To me it seems that the supplied name is ignored and instead replaced with "sdm-sourced-repo". Am I doing anything wrong or is this a bug?
Note: My build script always builds fresh images, I've just stripped those commands for simplicity.
The text was updated successfully, but these errors were encountered: