Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit db51c6e

Browse files
authored
Merge pull request #56 from linuxserver/rename
rename git repo to match docker hub
2 parents ee6cc7f + 1de2de3 commit db51c6e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ pipeline {
1212
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
1313
BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
1414
LS_USER = 'linuxserver'
15-
LS_REPO = 'docker-openvpnas'
16-
CONTAINER_NAME = 'openvpnas'
15+
LS_REPO = 'docker-openvpn-as'
16+
CONTAINER_NAME = 'openvpn-as'
1717
DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
1818
DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
1919
PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Below are the instructions for updating containers:
171171

172172
## Versions
173173

174+
* **12.02.19:** - Rename github repo to match the docker hub repo and container name.
174175
* **07.02.19:** - Add pipeline logic and multi arch.
175176
* **31.01.19:** - Add port mappings to docker create sample in readme.
176177
* **26.01.19:** - Removed `privileged` and `host` networking requirements, added `cap-add=NET_ADMIN` requirement instead. `INTERFACE` no longer needs to be defined as in bridge mode, it will use the container's eth0 interface by default.

jenkins-vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
# jenkins variables
4-
project_name: docker-openvpnas
4+
project_name: docker-openvpn-as
55
external_type: na
66
custom_version_command: "curl -w '%{url_effective}' -ILsS https://openvpn.net/downloads/openvpn-as-latest-ubuntu18.amd_64.deb -o /dev/null | awk -F '(openvpn-as-|-Ubuntu18)' '{print $2}'"
77
release_type: stable
@@ -10,8 +10,8 @@ ls_branch: master
1010
repo_vars:
1111
- BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
1212
- LS_USER = 'linuxserver'
13-
- LS_REPO = 'docker-openvpnas'
14-
- CONTAINER_NAME = 'openvpnas'
13+
- LS_REPO = 'docker-openvpn-as'
14+
- CONTAINER_NAME = 'openvpn-as'
1515
- DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
1616
- DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
1717
- PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ app_setup_block: |
6060
6161
# changelog
6262
changelogs:
63+
- { date: "12.02.19:", desc: "Rename github repo to match the docker hub repo and container name." }
6364
- { date: "07.02.19:", desc: "Add pipeline logic and multi arch." }
6465
- { date: "31.01.19:", desc: "Add port mappings to docker create sample in readme." }
6566
- { date: "26.01.19:", desc: "Removed `privileged` and `host` networking requirements, added `cap-add=NET_ADMIN` requirement instead. `INTERFACE` no longer needs to be defined as in bridge mode, it will use the container's eth0 interface by default." }

0 commit comments

Comments
 (0)