Skip to content

Commit 2299e89

Browse files
Bot Updating Templated Files
1 parent 7aa14f4 commit 2299e89

10 files changed

Lines changed: 42 additions & 85 deletions

File tree

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 6 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,11 @@ description: Create a report to help us improve
44
title: "[BUG] <title>"
55
labels: [Bug]
66
body:
7-
- type: checkboxes
7+
- type: markdown
88
attributes:
9-
label: Is there an existing issue for this?
10-
description: Please search to see if an issue already exists for the bug you encountered.
11-
options:
12-
- label: I have searched the existing issues
13-
required: true
14-
- type: textarea
15-
attributes:
16-
label: Current Behavior
17-
description: Tell us what happens instead of the expected behavior.
18-
validations:
19-
required: true
20-
- type: textarea
21-
attributes:
22-
label: Expected Behavior
23-
description: Tell us what should happen.
24-
validations:
25-
required: false
26-
- type: textarea
27-
attributes:
28-
label: Steps To Reproduce
29-
description: Steps to reproduce the behavior.
30-
placeholder: |
31-
1. In this environment...
32-
2. With this config...
33-
3. Run '...'
34-
4. See error...
35-
validations:
36-
required: true
37-
- type: textarea
38-
attributes:
39-
label: Environment
40-
description: |
41-
examples:
42-
- **OS**: Ubuntu 20.04
43-
- **How docker service was installed**: distro's packagemanager
449
value: |
45-
- OS:
46-
- How docker service was installed:
47-
render: markdown
48-
validations:
49-
required: false
50-
- type: textarea
51-
attributes:
52-
label: Docker creation
53-
description: |
54-
Command used to create docker container
55-
Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container
56-
render: bash
57-
validations:
58-
required: true
59-
- type: textarea
60-
attributes:
61-
description: |
62-
Provide a full docker log, output of "docker logs baseimage-rdesktop"
63-
label: Container logs
64-
placeholder: |
65-
Output of `docker logs baseimage-rdesktop`
66-
render: bash
67-
validations:
68-
required: true
10+
# DEPRECATION NOTICE
11+
This image is deprecated. We will not offer support for this image and it will not be updated.
12+
13+
14+
These images were originally created for Apache Guacamole-based Webtop, but since transitioning to an in house web-native protocol, they are no longer maintained. RDP users should seek alternatives while others are advised to transition to [Webtop](https://github.com/linuxserver/docker-webtop).

.github/ISSUE_TEMPLATE/issue.feature.yml

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,11 @@ description: Suggest an idea for this project
44
title: "[FEAT] <title>"
55
labels: [enhancement]
66
body:
7-
- type: checkboxes
8-
attributes:
9-
label: Is this a new feature request?
10-
description: Please search to see if a feature request already exists.
11-
options:
12-
- label: I have searched the existing issues
13-
required: true
14-
- type: textarea
15-
attributes:
16-
label: Wanted change
17-
description: Tell us what you want to happen.
18-
validations:
19-
required: true
20-
- type: textarea
21-
attributes:
22-
label: Reason for change
23-
description: Justify your request, why do you want it, what is the benefit.
24-
validations:
25-
required: true
26-
- type: textarea
27-
attributes:
28-
label: Proposed code change
29-
description: Do you have a potential code change in mind?
30-
validations:
31-
required: false
7+
- type: markdown
8+
attributes:
9+
value: |
10+
# DEPRECATION NOTICE
11+
This image is deprecated. We will not offer support for this image and it will not be updated.
12+
13+
14+
These images were originally created for Apache Guacamole-based Webtop, but since transitioning to an in house web-native protocol, they are no longer maintained. RDP users should seek alternatives while others are advised to transition to [Webtop](https://github.com/linuxserver/docker-webtop).

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# DEPRECATION NOTICE
2+
This image is deprecated. We will not offer support for this image and it will not be updated.
3+
4+
5+
These images were originally created for Apache Guacamole-based Webtop, but since transitioning to an in house web-native protocol, they are no longer maintained. RDP users should seek alternatives while others are advised to transition to [Webtop](https://github.com/linuxserver/docker-webtop).
16
<!--- Provide a general summary of your changes in the Title above -->
27

38
[linuxserverurl]: https://linuxserver.io

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<!-- DO NOT EDIT THIS FILE MANUALLY -->
22
<!-- Please read https://github.com/linuxserver/docker-baseimage-rdesktop/blob/master/.github/CONTRIBUTING.md -->
3+
# DEPRECATION NOTICE
4+
This image is deprecated. We will not offer support for this image and it will not be updated.
5+
6+
7+
These images were originally created for Apache Guacamole-based Webtop, but since transitioning to an in house web-native protocol, they are no longer maintained. RDP users should seek alternatives while others are advised to transition to [Webtop](https://github.com/linuxserver/docker-webtop).
38
# rdesktop Base Images from LinuxServer
49

510
The purpose of these images is to provide a full featured rdesktop Linux desktop experience for any Linux application or desktop environment. They ship with passwordless sudo to allow easy package installation, testing, and customization. By default they have no logic to mount out anything but the users home directory, meaning on image updates anything outside of `/config` will be lost.

root/etc/s6-overlay/s6-rc.d/init-deprecate/dependencies.d/init-config-end

Whitespace-only changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/with-contenv bash
2+
# shellcheck shell=bash
3+
4+
echo '
5+
╔════════════════════════════════════════════════════╗
6+
╠════════════════════════════════════════════════════╣
7+
║ ║
8+
║ This image is deprecated. ║
9+
║ We will not offer support for this image ║
10+
║ and it will not be updated. ║
11+
║ ║
12+
╠════════════════════════════════════════════════════╣
13+
╚════════════════════════════════════════════════════╝
14+
15+
These images were originally created for Apache Guacamole-based Webtop, but since transitioning to an in house web-native protocol, they are no longer maintained. RDP users should seek alternatives while others are advised to transition to [Webtop](https://github.com/linuxserver/docker-webtop).
16+
17+
══════════════════════════════════════════════════════'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot

root/etc/s6-overlay/s6-rc.d/init-deprecate/up

Whitespace-only changes.

root/etc/s6-overlay/s6-rc.d/init-services/dependencies.d/init-deprecate

Whitespace-only changes.

root/etc/s6-overlay/s6-rc.d/user/contents.d/init-deprecate

Whitespace-only changes.

0 commit comments

Comments
 (0)