Skip to content

Commit

Permalink
feat(deployment): update ssh images
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Aug 22, 2024
1 parent 7405f74 commit d46b8c2
Show file tree
Hide file tree
Showing 2 changed files with 14,335 additions and 36,981 deletions.
8 changes: 4 additions & 4 deletions apps/deploy-web/src/utils/sdl/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ export const defaultService: ServiceType = {
};

export const SSH_VM_IMAGES = {
"Ubuntu 24.04": "ghcr.io/akash-network/ubuntu-2404-ssh:1",
"CentOS Stream 9": "ghcr.io/akash-network/centos-stream9-ssh:1",
"Debian 11": "ghcr.io/akash-network/debian-11-ssh:1",
"SuSE Leap 15.5": "ghcr.io/akash-network/opensuse-leap-155-ssh:1"
"Ubuntu 24.04": "ghcr.io/akash-network/ubuntu-2404-ssh:2",
"CentOS Stream 9": "ghcr.io/akash-network/centos-stream9-ssh:2",
"Debian 11": "ghcr.io/akash-network/debian-11-ssh:2",
"SuSE Leap 15.5": "ghcr.io/akash-network/opensuse-leap-155-ssh:2"
};
export const sshVmDistros: string[] = Object.keys(SSH_VM_IMAGES);
export const sshVmImages: Set<string> = new Set(Object.values(SSH_VM_IMAGES));
Expand Down
Loading

0 comments on commit d46b8c2

Please sign in to comment.