Skip to content

Commit

Permalink
added url; abb npm sticky versions to nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jan 12, 2025
1 parent 5973917 commit 91d4758
Show file tree
Hide file tree
Showing 48 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion alpine/nodejs18/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}NodeJS Image by gOOvER${NC}"
echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion alpine/nodejs20/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}NodeJS Image by gOOvER${NC}"
echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion apps/uptimekuma/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Uptime Kuma Image by gOOvER${NC}"
echo -e "${RED}Uptime Kuma Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Alpine: ${RED} $(cat /etc/alpine-release)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} ${TZ} ${NC}"
Expand Down
4 changes: 2 additions & 2 deletions bots/athenabot/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Athena Bot Image by gOOvER${NC}"
echo -e "${RED}Athena Bot Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on: ${RED} $(. /etc/os-release ; echo $NAME $VERSION)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down Expand Up @@ -51,4 +51,4 @@ echo -e "${BLUE}----------------------------------------------------------------
eval ${MODIFIED_STARTUP}

# stop mongo
mongod --shutdown
mongod --shutdown
2 changes: 1 addition & 1 deletion bots/championbots/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}ChampionsBot Image by gOOvER${NC}"
echo -e "${RED}ChampionsBot Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
4 changes: 2 additions & 2 deletions bots/multibot/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Multi-Bot Image by gOOvER${NC}"
echo -e "${RED}Multi-Bot Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on: ${RED} $(. /etc/os-release ; echo $NAME $VERSION)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down Expand Up @@ -51,4 +51,4 @@ echo -e "${BLUE}----------------------------------------------------------------
eval ${MODIFIED_STARTUP}

# stop mongo
mongod --shutdown
mongod --shutdown
4 changes: 2 additions & 2 deletions bots/nodemongo/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}NodeJS & MongoDB Image by gOOvER${NC}"
echo -e "${RED}NodeJS & MongoDB Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on: ${RED} $(. /etc/os-release ; echo $NAME $VERSION)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand All @@ -50,4 +50,4 @@ echo -e "${BLUE}----------------------------------------------------------------
eval ${MODIFIED_STARTUP}

# stop mongo
mongod --shutdown
mongod --shutdown
2 changes: 1 addition & 1 deletion bots/sinusbot/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Sinusbot Image by gOOvER${NC}"
echo -e "${RED}Sinusbot Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion box64/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# System informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Box64 (Quinten) Image by gOOvER${NC}"
echo -e "${RED}Box64 (Quinten) Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion custom/node16132/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}NodeJS Image by gOOvER${NC}"
echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion custom/rustserverredirect/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export INTERNAL_IP

# Information output
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}RustServerRedirect Image by gOOvER${NC}"
echo -e "${RED}RustServerRedirect Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion database/keydb/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}KeyDB Image by gOOvER${NC}"
echo -e "${RED}KeyDB Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion database/mariadb/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}MariaDB Image by gOOvER${NC}"
echo -e "${RED}MariaDB Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion database/mongodb/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}MongoDB Image by gOOvER${NC}"
echo -e "${RED}MongoDB Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion database/postgres/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Postgres Image by gOOvER${NC}"
echo -e "${RED}Postgres Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion database/redis/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Redis Image by gOOvER${NC}"
echo -e "${RED}Redis Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion depotdl/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export INTERNAL_IP

# Information output
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}DepotDownloader Image by gOOvER${NC}"
echo -e "${RED}DepotDownloader Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion dev/bun/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}BUN Image by gOOvER${NC}"
echo -e "${RED}BUN Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion dev/dart/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# System informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}NodeJS Image by gOOvER${NC}"
echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion dev/dotnet/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export DOTNET_ROOT=/usr/share/

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}DotNet Image by gOOvER${NC}"
echo -e "${RED}DotNet Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion dev/elixir/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}BUN Image by gOOvER${NC}"
echo -e "${RED}BUN Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt -y install --no-install-recommends \
libnss3 \
libsqlite3-dev

RUN npm install npm@9.8.1 typescript ts-node @types/node --location=global
RUN npm install npm@next-9 typescript ts-node @types/node --location=global

# add Yarn
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt -y install --no-install-recommends \
libnss3 \
libsqlite3-dev

RUN npm install npm@9.8.1 typescript ts-node @types/node --location=global
RUN npm install npm@next-9 typescript ts-node @types/node --location=global

# add Yarn
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt -y install --no-install-recommends \
libnss3 \
libsqlite3-dev

RUN npm install npm@9.8.1 typescript ts-node @types/node --location=global
RUN npm install npm@next-9 typescript ts-node @types/node --location=global

# add Yarn
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& apt -y install yarn

# updating npm
RUN npm install npm@latest -g
RUN npm install npm@next-10 -g
RUN npm install typescript ts-node @types/node --location=global

# install pnpm
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt -y install \
libsqlite3-dev

# updating npm
RUN npm install npm@latest -g
RUN npm install npm@next-10 -g
RUN npm install -g typescript ts-node

# install pnpm
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt -y install \
libsqlite3-dev

# updating npm
RUN npm install npm@latest -g
RUN npm install npm@next-11 -g
RUN npm install -g typescript ts-node

# install pnpm
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt -y install \
libsqlite3-dev

# updating npm
RUN npm install npm@latest -g
RUN npm install npm@next-11 -g
RUN npm install -g typescript ts-node

# install pnpm
Expand Down
2 changes: 1 addition & 1 deletion dev/nodejs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}NodeJS Image by gOOvER${NC}"
echo -e "${RED}NodeJS Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion dev/python/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Python Image by gOOvER${NC}"
echo -e "${RED}Python Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion dev/rust/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Rust Image by gOOvER${NC}"
echo -e "${RED}Rust Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion distros/debian/10-buster/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Debian 10 Image by gOOvER${NC}"
echo -e "${RED}Debian 10 Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion distros/debian/11-bullseye/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Debian 11 Image by gOOvER${NC}"
echo -e "${RED}Debian 11 Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
2 changes: 1 addition & 1 deletion distros/debian/12-bookworm/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Debian 12 Image by gOOvER${NC}"
echo -e "${RED}Debian 12 Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand Down
4 changes: 2 additions & 2 deletions distros/ubuntu/18-bionic/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Ubuntu Image by gOOvER${NC}"
echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand All @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo -e ":/home/container$ ${MODIFIED_STARTUP}"

# Run the Server
eval ${MODIFIED_STARTUP}
eval ${MODIFIED_STARTUP}
4 changes: 2 additions & 2 deletions distros/ubuntu/20-focal/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Ubuntu Image by gOOvER${NC}"
echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand All @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo -e ":/home/container$ ${MODIFIED_STARTUP}"

# Run the Server
eval ${MODIFIED_STARTUP}
eval ${MODIFIED_STARTUP}
4 changes: 2 additions & 2 deletions distros/ubuntu/22-jammy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Ubuntu Image by gOOvER${NC}"
echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand All @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo -e ":/home/container$ ${MODIFIED_STARTUP}"

# Run the Server
eval ${MODIFIED_STARTUP}
eval ${MODIFIED_STARTUP}
4 changes: 2 additions & 2 deletions distros/ubuntu/24-noble/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export INTERNAL_IP

# system informations
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Ubuntu Image by gOOvER${NC}"
echo -e "${RED}Ubuntu Image by gOOvER - https://discord.goover.dev${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Running on Ubuntu ${RED} $(cat /etc/debian_version)${NC}"
echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"
Expand All @@ -34,4 +34,4 @@ MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo -e ":/home/container$ ${MODIFIED_STARTUP}"

# Run the Server
eval ${MODIFIED_STARTUP}
eval ${MODIFIED_STARTUP}
Loading

0 comments on commit 91d4758

Please sign in to comment.