Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions deprecated/golang/deprecated.txt

This file was deleted.

7 changes: 0 additions & 7 deletions deprecated/java/deprecated.txt

This file was deleted.

7 changes: 0 additions & 7 deletions deprecated/node/deprecated.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ ENV GOPATH /home/coder/go
ENV GOBIN $GOPATH/bin
ENV PATH $PATH:$GOBIN

COPY deprecated.txt /etc/motd
RUN echo '[ ! -z "$TERM" ] && cat /etc/motd' >> /etc/bash.bashrc

# Set back to coder user
USER coder
4 changes: 2 additions & 2 deletions deprecated/golang/README.md → images/golang/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enterprise Golang
# Golang

[![DockerPulls](https://img.shields.io/docker/pulls/codercom/enterprise-golang)](https://hub.docker.com/r/codercom/enterprise-golang)

Expand All @@ -7,7 +7,7 @@
Wraps [enterprise-base](../base/README.md) with the basics for Go development.

> **Note:** This image does not contain GoLand. For an example of how to install
> GoLand, see [enterprise-goland](../goland/README.md)
> GoLand, see [enterprise-goland](../../deprecated/goland/README.md)

## How To Use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,5 @@ RUN mkdir -p /usr/share/gradle /usr/share/gradle/ref \

ENV PATH $PATH:$GRADLE_HOME/bin

COPY deprecated.txt /etc/motd
RUN echo '[ ! -z "$TERM" ] && cat /etc/motd' >> /etc/bash.bashrc

# Set back to coder user
USER coder
4 changes: 2 additions & 2 deletions deprecated/java/README.md → images/java/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enterprise Java
# Java

[![Docker Pulls](https://img.shields.io/docker/pulls/codercom/enterprise-java?label=codercom%2Fenterprise-java)](https://hub.docker.com/r/codercom/enterprise-java)

Expand All @@ -7,7 +7,7 @@
Wraps [enterprise-base](../base/README.md) with the basics for Java development.

> **Note:** This image does not contain IntelliJ. For an example of how to
> install IntelliJ, see [enterprise-intellij](../intellij/README.md)
> install IntelliJ, see [enterprise-intellij](../../deprecated/intellij/README.md)

## How To Use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN DEBIAN_FRONTEND="noninteractive" apt-get update && apt-get install -y yarn

COPY deprecated.txt /etc/motd
RUN echo '[ ! -z "$TERM" ] && cat /etc/motd' >> /etc/bash.bashrc

# Set back to coder user
USER coder
2 changes: 1 addition & 1 deletion deprecated/node/README.md → images/node/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enterprise Node
# Node

[![Docker Pulls](https://img.shields.io/docker/pulls/codercom/enterprise-node?label=codercom%2Fenterprise-node)](https://hub.docker.com/r/codercom/enterprise-node)

Expand Down