Skip to content

Commit ada2ad8

Browse files
bpmctblink-so[bot]
authored andcommitted
refactor: (part 2) rename enterprise-* images to example-* across all Dockerfiles and docs
1 parent de69b84 commit ada2ad8

File tree

10 files changed

+17
-15
lines changed

10 files changed

+17
-15
lines changed

images/base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Enterprise Base
1+
# Example Base
22

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

55
## Description
66

images/desktop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Desktop
22

3-
[![DockerPulls](https://img.shields.io/docker/pulls/codercom/enterprise-desktop)](https://hub.docker.com/r/codercom/enterprise-desktop)
3+
[![DockerPulls](https://img.shields.io/docker/pulls/codercom/example-desktop)](https://hub.docker.com/r/codercom/example-desktop)
44

55
## Description
66

7-
Wraps [enterprise-base](../base/README.md) with a xfce desktop environment.
7+
Wraps [example-minimal](../minimal/README.md) with a xfce desktop environment.
88

99
> **Note:** This image does not contain a vnc-server.
1010
> A VNC server can be added by using the [KasmVNC](https://registry.coder.com/modules/kasmvnc) module.

images/desktop/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM codercom/enterprise-minimal:latest
1+
FROM codercom/example-minimal:latest
22

33
USER root
44

images/golang/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Golang
22

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

55
## Description
66

7-
Wraps [enterprise-base](../base/README.md) with the basics for Go development.
7+
Wraps [example-base](../base/README.md) with the basics for Go development.
88

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

images/golang/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM codercom/enterprise-base:ubuntu
1+
FROM codercom/example-base:ubuntu
22

33
# Run everything as root
44
USER root

images/java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Java
22

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

55
## Description
66

7-
Wraps [enterprise-base](../base/README.md) with the basics for Java development.
7+
Wraps [example-base](../base/README.md) with the basics for Java development.
88

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

images/java/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM codercom/enterprise-base:ubuntu
1+
FROM codercom/example-base:ubuntu
22

33
# Run everything as root
44
USER root

images/minimal/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Minimal Image
1+
# Example Minimal
2+
3+
[![Docker Pulls](https://img.shields.io/docker/pulls/codercom/example-minimal?label=codercom%2Fexample-minimal)](https://hub.docker.com/r/codercom/example-minimal)
24

35
This image only contains the bare necessities:
46

images/node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Node
22

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

55
## Description
66

7-
Wraps [enterprise-base](../base/README.md) with the basics for Node development.
7+
Wraps [example-base](../base/README.md) with the basics for Node development.
88

99
## How To Use
1010

images/node/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM codercom/enterprise-base:ubuntu
1+
FROM codercom/example-base:ubuntu
22

33
# Run everything as root
44
USER root

0 commit comments

Comments
 (0)