Porównaj commity

...

8 Commity

Autor SHA1 Wiadomość Data
LinuxServer-CI 6db0c2fa7f Bot Updating Package Versions 2022-09-20 05:01:58 -05:00
LinuxServer-CI 87156aee9e Bot Updating Templated Files 2022-09-20 04:57:36 -05:00
LinuxServer-CI 10b21dc0bc Bot Updating Package Versions 2022-09-06 11:54:25 +02:00
LinuxServer-CI 29c6d241ec Bot Updating Package Versions 2022-07-19 11:53:13 +02:00
LinuxServer-CI bbf013c622 Bot Updating Package Versions 2022-07-12 11:53:12 +02:00
Adam fd8606a3c8
Merge pull request #9 from linuxserver/deprecate-master 2022-06-29 19:28:03 +01:00
TheSpad 0ec7809989
Run builder 2022-06-23 18:48:52 +01:00
TheSpad 2bc9122f49
Deprecate master 2022-06-23 18:44:59 +01:00
9 zmienionych plików z 58 dodań i 25 usunięć

Wyświetl plik

@ -3,6 +3,10 @@ name: Bug report
about: Create a report to help us improve
---
# DEPRECATION NOTICE
This image is deprecated. We will not offer support for this image and it will not be updated.
[linuxserverurl]: https://linuxserver.io
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]

Wyświetl plik

@ -3,6 +3,10 @@ name: Feature request
about: Suggest an idea for this project
---
# DEPRECATION NOTICE
This image is deprecated. We will not offer support for this image and it will not be updated.
[linuxserverurl]: https://linuxserver.io
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]

Wyświetl plik

@ -1,3 +1,7 @@
# DEPRECATION NOTICE
This image is deprecated. We will not offer support for this image and it will not be updated.
<!--- Provide a general summary of your changes in the Title above -->
[linuxserverurl]: https://linuxserver.io

Wyświetl plik

@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/first-interaction@v1
with:
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/.github/ISSUE_TEMPLATE/issue.bug.md) or [feature](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/.github/ISSUE_TEMPLATE/issue.feature.md) issue templates!'
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
issue-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/README.md) may have additional information. Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/.github/ISSUE_TEMPLATE/issue.bug.md) or [feature](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/.github/ISSUE_TEMPLATE/issue.feature.md) issue templates!'
pr-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/README.md) may have additional information. Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
repo-token: ${{ secrets.GITHUB_TOKEN }}

6
Jenkinsfile vendored
Wyświetl plik

@ -56,7 +56,7 @@ pipeline {
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
env.PULL_REQUEST = env.CHANGE_ID
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.md ./.github/ISSUE_TEMPLATE/issue.feature.md ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml'
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.md ./.github/ISSUE_TEMPLATE/issue.feature.md ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml ./root/etc/cont-init.d/99-deprecation'
}
script{
env.LS_RELEASE_NUMBER = sh(
@ -310,6 +310,7 @@ pipeline {
cd ${TEMPDIR}/docker-${CONTAINER_NAME}
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/workflows
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/root/etc/cont-init.d
cp --parents ${TEMPLATED_FILES} ${TEMPDIR}/repo/${LS_REPO}/ || :
cd ${TEMPDIR}/repo/${LS_REPO}/
if ! grep -q '.jenkins-external' .gitignore 2>/dev/null; then
@ -317,6 +318,7 @@ pipeline {
git add .gitignore
fi
git add ${TEMPLATED_FILES}
git rm ${TEMPDIR}/repo/${LS_REPO}/.github/workflows/{external_trigger,external_trigger_scheduler,package_trigger,package_trigger_scheduler}.yml || :
git commit -m 'Bot Updating Templated Files'
git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git --all
echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER}
@ -673,7 +675,7 @@ pipeline {
-e DO_REGION="ams3" \
-e DO_BUCKET="lsio-ci" \
-t ghcr.io/linuxserver/ci:latest \
python /ci/ci.py'''
python3 test_build.py'''
}
}
}

Wyświetl plik

@ -1,6 +1,10 @@
<!-- DO NOT EDIT THIS FILE MANUALLY -->
<!-- Please read the https://github.com/linuxserver/docker-baseimage-cloud9/blob/master/.github/CONTRIBUTING.md -->
# DEPRECATION NOTICE
This image is deprecated. We will not offer support for this image and it will not be updated.
[linuxserverurl]: https://linuxserver.io
[forumurl]: https://forum.linuxserver.io
[ircurl]: https://www.linuxserver.io/irc/

Wyświetl plik

@ -8,29 +8,29 @@ bsdutils1:2.31.1-0.4ubuntu3.7
bzip21.0.6-8.1ubuntu0.2
ca-certificates20211016~18.04.1
coreutils8.28-1ubuntu1
curl7.58.0-2ubuntu3.19
curl7.58.0-2ubuntu3.20
dash0.5.8-2.10
debconf1.5.66ubuntu1
debianutils4.8.4
diffutils1:3.6-1
dirmngr2.2.4-1ubuntu1.5
dirmngr2.2.4-1ubuntu1.6
dpkg1.19.0.5ubuntu2.3
e2fsprogs1.44.1-1ubuntu1.3
fdisk2.31.1-0.4ubuntu3.7
findutils4.6.0+git+20170828-2
gcc-8-base8.4.0-1ubuntu1~18.04
git1:2.17.1-1ubuntu0.11
git-man1:2.17.1-1ubuntu0.11
gnupg2.2.4-1ubuntu1.5
gnupg-l10n2.2.4-1ubuntu1.5
gnupg-utils2.2.4-1ubuntu1.5
gpg2.2.4-1ubuntu1.5
gpg-agent2.2.4-1ubuntu1.5
gpgconf2.2.4-1ubuntu1.5
gpgsm2.2.4-1ubuntu1.5
gpgv2.2.4-1ubuntu1.5
gpg-wks-client2.2.4-1ubuntu1.5
gpg-wks-server2.2.4-1ubuntu1.5
git1:2.17.1-1ubuntu0.12
git-man1:2.17.1-1ubuntu0.12
gnupg2.2.4-1ubuntu1.6
gnupg-l10n2.2.4-1ubuntu1.6
gnupg-utils2.2.4-1ubuntu1.6
gpg2.2.4-1ubuntu1.6
gpg-agent2.2.4-1ubuntu1.6
gpgconf2.2.4-1ubuntu1.6
gpgsm2.2.4-1ubuntu1.6
gpgv2.2.4-1ubuntu1.6
gpg-wks-client2.2.4-1ubuntu1.6
gpg-wks-server2.2.4-1ubuntu1.6
grep3.1-2build1
gzip1.6-5ubuntu1.1
hostname3.20
@ -50,8 +50,8 @@ libc62.27-3ubuntu1.5
libcap-ng00.7.7-3.1
libc-bin2.27-3ubuntu1.5
libcom-err21.44.1-1ubuntu1.3
libcurl3-gnutls7.58.0-2ubuntu3.19
libcurl47.58.0-2ubuntu3.19
libcurl3-gnutls7.58.0-2ubuntu3.20
libcurl47.58.0-2ubuntu3.20
libdb5.35.3.28-13.1ubuntu1.1
libdebconfclient00.213ubuntu1
liberror-perl0.17025-1
@ -111,9 +111,9 @@ libsemanage12.7-2build2
libsemanage-common2.7-2build2
libsepol12.7-1
libsmartcols12.31.1-0.4ubuntu3.7
libsqlite3-03.22.0-1ubuntu0.5
libsqlite3-03.22.0-1ubuntu0.6
libss21.44.1-1ubuntu1.3
libssl1.11.1.1-1ubuntu2.1~18.04.19
libssl1.11.1.1-1ubuntu2.1~18.04.20
libstdc++68.4.0-1ubuntu1~18.04
libsystemd0237-3ubuntu10.53
libtasn1-64.13-2
@ -130,7 +130,7 @@ mawk1.3.3-17ubuntu3
mount2.31.1-0.4ubuntu3.7
ncurses-base6.1-1ubuntu1.18.04
ncurses-bin6.1-1ubuntu1.18.04
openssl1.1.1-1ubuntu2.1~18.04.19
openssl1.1.1-1ubuntu2.1~18.04.20
passwd1:4.5-1ubuntu2.2
perl5.26.1-6ubuntu0.5
perl-base5.26.1-6ubuntu0.5
@ -144,7 +144,7 @@ sensible-utils0.0.12
sudo1.8.21p2-3ubuntu1.4
sysvinit-utils2.88dsf-59.10ubuntu1
tar1.29b-2ubuntu0.3
tzdata2022a-0ubuntu0.18.04
tzdata2022c-0ubuntu0.18.04.0
ubuntu-keyring2018.09.18.1~18.04.2
unzip6.0-21ubuntu1.1
util-linux2.31.1-0.4ubuntu3.7

Wyświetl plik

@ -1,5 +1,5 @@
---
project_deprecation_status: true
# project information
project_name: baseimage-cloud9
full_custom_readme: |

Wyświetl plik

@ -0,0 +1,15 @@
#!/usr/bin/with-contenv bash
echo '
******************************************************
******************************************************
* *
* *
* This image is deprecated. *
* We will not offer support for this image *
* and it will not be updated. *
* *
* *
******************************************************
******************************************************
'