Skip to content

Commit

Permalink
Withdraw the Ubuntu images
Browse files Browse the repository at this point in the history
Toolbx now offers built-in support for Ubuntu and these images are
maintained as part of the Toolbx project.

#81
  • Loading branch information
debarshiray committed Jan 19, 2024
1 parent b8ed054 commit 048c385
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 412 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
id: bug-image
attributes:
label: Image and version of the image where the issue happens
placeholder: Ubuntu 22.04
placeholder: AlmaLinux 9
validations:
required: true

Expand Down
123 changes: 0 additions & 123 deletions .github/workflows/ubuntu.yaml

This file was deleted.

36 changes: 29 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,24 +122,46 @@ directly use the commands below:
$ toolbox enter rockylinux-toolbox-8
```

- [Ubuntu]:
- [Ubuntu]: The images are now maintained as part of [Toolbx] ([GitHub]) ([repo
on Quay.io](https://quay.io/repository/toolbx/ubuntu-toolbox)). Usage:
```
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:23.10
$ toolbox create --distro ubuntu --release 23.10
$ toolbox enter ubuntu-toolbox-23.10
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:23.04
$ toolbox create --distro ubuntu --release 23.04
$ toolbox enter ubuntu-toolbox-23.04
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04
$ toolbox create --distro ubuntu --release 22.04
$ toolbox enter ubuntu-toolbox-22.04
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:20.04
$ toolbox create --distro ubuntu --release 20.04
$ toolbox enter ubuntu-toolbox-20.04
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:18.04
$ toolbox create --distro ubuntu --release 18.04
$ toolbox enter ubuntu-toolbox-18.04
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:16.04
$ toolbox create --distro ubuntu --release 16.04
$ toolbox enter ubuntu-toolbox-16.04
```

Or, alternatively:
```
$ toolbox create --image quay.io/toolbx/ubuntu-toolbox:23.10
$ toolbox enter ubuntu-toolbox-23.10
$ toolbox create --image quay.io/toolbx/ubuntu-toolbox:23.04
$ toolbox enter ubuntu-toolbox-23.04
$ toolbox create --image quay.io/toolbx/ubuntu-toolbox:22.04
$ toolbox enter ubuntu-toolbox-22.04
$ toolbox create --image quay.io/toolbx/ubuntu-toolbox:20.04
$ toolbox enter ubuntu-toolbox-20.04
$ toolbox create --image quay.io/toolbx/ubuntu-toolbox:18.04
$ toolbox enter ubuntu-toolbox-18.04
$ toolbox create --image quay.io/toolbx/ubuntu-toolbox:16.04
$ toolbox enter ubuntu-toolbox-16.04
```

Expand Down
37 changes: 0 additions & 37 deletions ubuntu/16.04/Containerfile

This file was deleted.

8 changes: 0 additions & 8 deletions ubuntu/16.04/extra-packages

This file was deleted.

37 changes: 0 additions & 37 deletions ubuntu/18.04/Containerfile

This file was deleted.

8 changes: 0 additions & 8 deletions ubuntu/18.04/extra-packages

This file was deleted.

41 changes: 0 additions & 41 deletions ubuntu/20.04/Containerfile

This file was deleted.

9 changes: 0 additions & 9 deletions ubuntu/20.04/extra-packages

This file was deleted.

38 changes: 0 additions & 38 deletions ubuntu/22.04/Containerfile

This file was deleted.

9 changes: 0 additions & 9 deletions ubuntu/22.04/extra-packages

This file was deleted.

Loading

0 comments on commit 048c385

Please sign in to comment.