-
Avans student | Go, TS, PHP and C# developer | Enthusiastic Silverblue/CoreOS user
- Joined on
2023-07-06
Block a user
go (main)
Installation
docker pull git.plabble.org/job79/go:mainsha256:de949b08aeb628b9ad97b2a87edbf20ae41abbf5117f48877113d111e1a92c11
Image Layers
| KIWI 10.3.0 |
| /bin/sh -c --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 dnf update -y && dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install bash-completion git-core fzf curl awk jq fd-find rg unzip which host-spawn wl-copy gcc |
| /bin/sh -c LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | jq -r .tag_name | sed 's/^v//') && curl -sL "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_linux_x86_64.tar.gz" | tar xz -C /usr/local/bin lazygit && curl -sL "https://github.com/jorgerojas26/lazysql/releases/latest/download/lazysql_Linux_x86_64.tar.gz" | tar xz -C /usr/local/bin lazysql && curl -sL "https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz" | tar xz -C /usr/local --strip-components=1 |
| COPY dir:cef0b20e080ce5b3feda8f36e44123bd6b99bdb390b027ca96529a9679e4a47a in /usr/local/bin |
| /bin/sh -c useradd -ms /bin/bash user && echo 'user ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/user && mkdir -p /run/user/1000 && chown user:user /run/user/1000 |
| USER user |
| WORKDIR /home/user |
| /bin/sh -c mkdir -p .config .local .cache && git clone https://git.plabble.org/Job79/neovim-config.git .config/nvim |
| COPY file:ed0dd6d276d6474bb7f79ab466d2cdaeea6ae027df4047b24bb7c0068f46a444 in .bashrc |
| COPY file:3339b0df0e1cd446ea0ae4ca5fb0bdae0d23ac26fd0752ff97b495979588e0fb in .config/git/config |
| VOLUME /home/user |
| USER root |
| /bin/sh -c GO_VERSION=$(curl -sL "https://go.dev/VERSION?m=text" | head -n 1 | tr -d '\r\n') && curl -sL "https://go.dev/dl/${GO_VERSION}.linux-amd64.tar.gz" | tar xz -C /usr/local && ln -sf /usr/local/go/bin/go /usr/local/bin/go && ln -sf /usr/local/go/bin/gofmt /usr/local/bin/gofmt |
| USER user |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.0 |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.title | fedora |
| org.opencontainers.image.url | https://fedoraproject.org/ |
| org.opencontainers.image.vendor | Fedora Project |
| org.opencontainers.image.version | 44 |