Commit graph

  • 4a2a15f2eb Give access to mounts under $HOME, and make autofs work Daniel J Walsh 2019-01-28 11:04:45 +0100
  • 4ff281b5ed Show a spinner while creating the toolbox image using buildah Debarshi Ray 2019-01-23 17:19:43 +0100
  • 00eeeae6c4 Show a spinner while configuring the working container using buildah Debarshi Ray 2019-01-23 17:20:20 +0100
  • f10d8e7495 Split out the code to configure the working directory Debarshi Ray 2019-01-23 16:22:48 +0100
  • f976ba0fc3 Style fixes Debarshi Ray 2019-01-23 14:23:27 +0100
  • e32a8d3d03 Show a spinner while creating the toolbox container using podman Debarshi Ray 2019-01-23 14:23:11 +0100
  • 6f22c0bf98 Show a spinner while pulling an image from the registry using buildah Debarshi Ray 2019-01-23 14:21:04 +0100
  • c155acbc15 Add a spinner framework Debarshi Ray 2019-01-23 14:14:09 +0100
  • c047659c1d README.md: Rework in various ways Colin Walters 2019-01-26 10:57:26 +0100
  • 093002d8a4 README.md: Remove trailing newline Debarshi Ray 2019-01-21 17:07:43 +0100
  • 8c3ce3b386 README.md: Tweak Debarshi Ray 2019-01-21 17:07:02 +0100
  • cd30c869c8 Prepare 0.0.4 Debarshi Ray 2019-01-21 15:29:43 +0100
  • ed14389150 Avoid a Bash-ism (ie. ==) and stick to POSIX (ie. =) Debarshi Ray 2019-01-16 20:08:41 +0100
  • 66e982af72 Set up $HOME and /home to match the host Owen W. Taylor 2019-01-10 19:09:27 +0000
  • 47614b980c Avoid spooky root-like behaviour for non-root interactive shells Debarshi Ray 2019-01-15 13:42:10 +0100
  • ca41e387d7 Give access to the FUSE kernel module Debarshi Ray 2019-01-11 16:01:29 +0100
  • 4873850da2 Separate fedora-toolbox debug output from those originating elsewhere Debarshi Ray 2019-01-11 15:01:43 +0100
  • 1f9007cc2c Replace tabs with spaces Debarshi Ray 2019-01-11 15:00:21 +0100
  • b71609580b Improve the readability of the debug output Debarshi Ray 2019-01-11 14:50:02 +0100
  • e2315f183e Try to enter the same directory inside the toolbox Mildred Ki'Lya 2019-01-07 22:00:33 +0100
  • d7ec66c8ab Prepare 0.0.3 Debarshi Ray 2019-01-04 12:41:43 +0000
  • 0ed1be57e4 Update copyright notices Debarshi Ray 2019-01-04 12:37:52 +0000
  • 62e20f9df3 Clean up the Buildah working containers on error Debarshi Ray 2019-01-03 13:00:43 +0000
  • c713908e8b Unbreak creating the toolbox if the toolbox image already exists Milos Vyletel 2018-12-03 12:49:13 +0100
  • dd4394c32c README.md: Tweak Debarshi Ray 2018-11-12 15:11:33 +0000
  • cfefaf368a Prepare 0.0.2 Debarshi Ray 2018-11-12 14:49:04 +0000
  • 606c2da224 Don't fallback to /bin/bash when exiting with a failure return code Debarshi Ray 2018-11-12 13:38:44 +0000
  • be719eac89 Hide the error output from sed(1) unless --verbose is used Debarshi Ray 2018-11-09 12:30:15 +0000
  • cc0caef627 Give access to the system D-Bus instance Debarshi Ray 2018-11-09 12:27:40 +0000
  • 9b9cdf2179 Don't assume the value of XDG_RUNTIME_DIR in the error message Debarshi Ray 2018-11-09 10:58:18 +0000
  • 02f9650b5f Split out the code to check for an integer Debarshi Ray 2018-11-07 16:17:02 +0000
  • fdc00a2778 Make shm_open work Debarshi Ray 2018-11-07 12:56:10 +0100
  • cf2347fe56 Allow an 'F' or 'f' prefix when specifying the release Debarshi Ray 2018-10-26 12:06:52 +0000
  • 74bf0e4eb7 Avoid a Bash-ism (ie. ==) and stick to POSIX (ie. =) Debarshi Ray 2018-10-26 11:41:30 +0000
  • 912f3000a9 Fallback to /bin/bash if $SHELL doesn't exist in the toolbox container Debarshi Ray 2018-10-25 17:11:32 +0200
  • 48ddba6306 Use the $SHELL from the host when customizing the toolbox image Debarshi Ray 2018-10-25 17:07:36 +0200
  • beadcec0da README.md: Tweak Debarshi Ray 2018-10-25 17:27:29 +0200
  • e5b2800dd3 Prepare 0.0.1 Debarshi Ray 2018-10-19 19:25:13 +0200
  • 6b5a9710c2 Rename LICENSE as COPYING Debarshi Ray 2018-10-19 18:24:06 +0200
  • 44c44566b9 Add a Meson-based build system for ease of distribution Debarshi Ray 2018-10-19 17:45:15 +0200
  • 93bde90c24 README.md: Remove the step about building the base fedora-toolbox image Debarshi Ray 2018-10-19 16:50:59 +0200
  • c95a4c1e85 Give access to the GPUs for OpenGL and Vulkan Debarshi Ray 2018-10-16 19:50:31 +0200
  • 31de3ff96f Allow having multiple toolbox images from the same base image Debarshi Ray 2018-10-16 19:35:34 +0200
  • ef05b5c7c1 Reformat the --help output to fit narrower terminals Debarshi Ray 2018-10-16 19:21:46 +0200
  • 5739d4b2a9 Allow having multiple toolbox containers from the same image Debarshi Ray 2018-10-16 19:07:41 +0200
  • 80f25c6924 Allow decoupling the toolbox's OS version from the host's Debarshi Ray 2018-10-15 19:24:12 +0200
  • f3eab6afca Refactor common code into a function Debarshi Ray 2018-10-15 17:05:49 +0200
  • a0a9e7dc03 Look up the base image from the registry if it's absent locally Debarshi Ray 2018-10-12 17:03:23 +0200
  • bf830ac21c Make room for specifying command-specific options Debarshi Ray 2018-10-12 16:58:21 +0200
  • a2d39e04bc Use the correct variable in the error message Debarshi Ray 2018-10-12 17:32:06 +0200
  • 1b08b259fe Fix typo Debarshi Ray 2018-09-27 11:59:24 +0200
  • bcd55f84fb Make su(1) work Debarshi Ray 2018-09-20 20:34:31 +0200
  • f30dd246dc Use a more direct way to check for the customized toolbox image Debarshi Ray 2018-09-26 17:14:08 +0200
  • 65ce3f76e8 Remove redundant if branch Debarshi Ray 2018-09-26 17:10:42 +0200
  • 07b37dbc2a Style fix Debarshi Ray 2018-09-26 16:59:38 +0200
  • 573b156b92 Add fedora-toolbox image definitions for Fedoras 29 and 30 Debarshi Ray 2018-09-26 16:37:46 +0200
  • 169f91669f Make room for Dockerfiles for multiple operating system versions Debarshi Ray 2018-09-26 16:25:29 +0200
  • b103571d77 Dockerfile: Simplify the package installation Debarshi Ray 2018-09-26 12:07:13 +0200
  • 913e3ea5e7 Dockerfile: Rely on an updated base image build for package updates Debarshi Ray 2018-09-24 18:01:56 +0200
  • 188e625dcb Dockerfile: Add a usage label Debarshi Ray 2018-09-24 17:16:13 +0200
  • 31a3469fa9 Dockerfile: Fix the build on Fedora OpenShift Build Service Debarshi Ray 2018-09-24 17:08:44 +0200
  • 68a19bcfd7 Clarify the error message if the container already exists Debarshi Ray 2018-09-21 12:26:33 +0200
  • 66ab4da724 Allow running under sudo(8) when desired Debarshi Ray 2018-09-20 20:33:00 +0200
  • 4bda42d414 Ensure that the toolbox user runs with 'wheel' as an additional group Debarshi Ray 2018-09-20 15:50:55 +0200
  • cfcf4eb31e Map the host UID into the container Debarshi Ray 2018-09-14 17:44:46 +0200
  • a878a1fe40 Dockerfile: Add a maintainer label Debarshi Ray 2018-09-18 16:06:55 +0200
  • c9e1d585f0 Remove extra whitespaces Debarshi Ray 2018-09-14 19:33:07 +0200
  • 4581537baf Localize the working container name to 'create' Debarshi Ray 2018-09-14 19:27:50 +0200
  • 29b8471f6c Unhide the error output when unable to create a working container Debarshi Ray 2018-09-14 17:14:38 +0200
  • 5cc2678a36 Dockerfile: Specify a CMD Debarshi Ray 2018-09-14 16:38:59 +0200
  • 419bb1edeb README.md: Be consistent with the hyphenation Debarshi Ray 2018-09-14 13:11:53 +0200
  • edfb736517 Dockerfile: COPY the README.md into the fedora-toolbox image Debarshi Ray 2018-09-14 11:46:38 +0200
  • b85fd7fccc README.md: Link to the GitHub page Debarshi Ray 2018-09-14 11:37:05 +0200
  • 89bd833f44 README.md: Add description Debarshi Ray 2018-09-13 14:17:34 +0200
  • fd697274a3 Use a lighter PID 1 than $SHELL Debarshi Ray 2018-09-12 14:57:38 +0200
  • d7219ba512 Allow unhiding the error output when desired Debarshi Ray 2018-09-12 20:13:32 +0200
  • 678bdbaf4e Make room for specifying global options and commands Debarshi Ray 2018-09-12 20:00:30 +0200
  • 7cd0b3ce97 Be more explicit when the number of arguments is wrong Debarshi Ray 2018-09-12 19:53:31 +0200
  • fb3b0f76cb Add missing 'enter' command to --help Debarshi Ray 2018-09-12 19:48:42 +0200
  • e02ea68921 README.md: Update Debarshi Ray 2018-09-12 16:29:15 +0200
  • 6c3031c9d0 Prefix the toolbox PS1 with an emoji for differentiation Debarshi Ray 2018-09-12 14:54:50 +0200
  • f100cdaf77 Use $XDG_RUNTIME_DIR instead of /run/user/$UID Debarshi Ray 2018-09-11 19:25:28 +0200
  • 34bfd0317d extra-packages: Add more things present in the Workstation image Debarshi Ray 2018-09-11 19:09:10 +0200
  • 9e9a373d97 extra-packages: Add dnf-plugins-core Debarshi Ray 2018-09-04 16:35:54 +0200
  • 0dedc0140d Avoid repeated prompts to unlock SSH keys Michael Scherer 2018-08-31 18:48:16 +0200
  • 990e9eb5b7 Initial revision Debarshi Ray 2018-08-31 18:02:49 +0200