Skip to content

Commit

Permalink
fix: remove Homebrew path line
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Dec 3, 2023
1 parent e082b2e commit e3b08d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
push: true
tags: kbdharun/kasm-dev-ubuntu:1.14.0

build-debian-image-ghcr:
debian-image-ghcr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -85,7 +85,7 @@ jobs:
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }}
docker image push "ghcr.io/kbdharun/kasm-dev-debian:1.14.0"
build-fedora-image-ghcr:
fedora-image-ghcr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -99,7 +99,7 @@ jobs:
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }}
docker image push "ghcr.io/kbdharun/kasm-dev-fedora:1.14.0"
build-ubuntu-image-ghcr:
ubuntu-image-ghcr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ This repository contains my custom Images for Kasm Workspace.

> [!NOTE]
> These images are tested and available for Kasm Workspace 1.14.0.
**Registry**: <https://kbdharun.dev/kasm-workspaces-registry>.
**Registry repo**: <https://github.com/kbdharun/kasm-workspaces-registry>.
1 change: 0 additions & 1 deletion configs/Debian-DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN apt-get update && \

# Install Linuxbrew
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
RUN echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >> /etc/profile

# Install dependencies for NodeSource
RUN apt-get install -y ca-certificates curl gnupg && \
Expand Down
1 change: 0 additions & 1 deletion configs/Fedora-DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN dnf install -y @development-tools \

# Install Homebrew
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
RUN echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >> /etc/profile

# Install Node.js using provided RPM
RUN dnf install -y https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm && \
Expand Down
1 change: 0 additions & 1 deletion configs/Ubuntu-DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN apt-get update && \

# Install Homebrew
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
RUN echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >> /etc/profile

# Install dependencies for NodeSource
RUN apt-get install -y ca-certificates curl gnupg && \
Expand Down

0 comments on commit e3b08d3

Please sign in to comment.