Git Product home page Git Product logo

rwxrob / workspace Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 5.0 406.09 MB

This workspace container image has all my favorite tools (and some toys) in one place. Also see my rwxrob/dot files.

Home Page: https://hub.docker.com/r/rwxrob/workspace

License: Apache License 2.0

Dockerfile 0.40% Shell 65.10% Perl 10.73% Vim Script 23.78%
container docker eduation golang ide k83 kind kubectl kubernetes learning linux lynx perl practice python shell tmux vim workspace

workspace's Introduction

workspace's People

Contributors

rwxrob avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

workspace's Issues

Add RUN section optimizer to build before push

Having a bunch of RUN statements in Dockerfile is an anti-pattern when
thinking of cloud deployments because of the number of overlays (and
bloat) it creates in the final image. However, it is far easier to
create a Dockerfile with multiple RUN statements during development.

Update entrypoint to recognize ws workspace config

The dot/scripts/ws script now mounts a user directory in /home, which
means that username, userid, groupname, and group id can all be inferred
from it by simply finding the first user (and only) user in /home.

User home Directory prompt doesnt take in input

When running the docker run, upon entering the entrypoint script when asked for username etc. I tried to modify home directory from /home/you to another directory the script didn't update the home directory name and i am greeted with the home directory still being /home/you.

Move all installers back to dotfiles

While it is nice to have all the installers here, sometimes I need to
install something that doesn't have Docker already on it. For example,
when just running from within WSL2.

Get multistage another way

FROM rwxrob/pandoc AS mypandoc
FROM rwxrob/hyperfine AS myhyperfine
FROM rwxrob/kubectl AS mykubectl

COPY --from=mypandoc /usr/bin/pandoc /usr/bin
COPY --from=myhyperfine /usr/bin/hyperfine /usr/bin
COPY --from=mykubectl /usr/bin/kubectl /usr/bin

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.