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

Commit

Permalink
Merge pull request #56 from linuxserver/rename
Browse files Browse the repository at this point in the history
rename git repo to match docker hub
  • Loading branch information
j0nnymoe authored Feb 13, 2019
2 parents ee6cc7f + 1de2de3 commit db51c6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pipeline {
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
LS_USER = 'linuxserver'
LS_REPO = 'docker-openvpnas'
CONTAINER_NAME = 'openvpnas'
LS_REPO = 'docker-openvpn-as'
CONTAINER_NAME = 'openvpn-as'
DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Below are the instructions for updating containers:

## Versions

* **12.02.19:** - Rename github repo to match the docker hub repo and container name.
* **07.02.19:** - Add pipeline logic and multi arch.
* **31.01.19:** - Add port mappings to docker create sample in readme.
* **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.
Expand Down
6 changes: 3 additions & 3 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# jenkins variables
project_name: docker-openvpnas
project_name: docker-openvpn-as
external_type: na
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}'"
release_type: stable
Expand All @@ -10,8 +10,8 @@ ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-openvpnas'
- CONTAINER_NAME = 'openvpnas'
- LS_REPO = 'docker-openvpn-as'
- CONTAINER_NAME = 'openvpn-as'
- DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
- PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "12.02.19:", desc: "Rename github repo to match the docker hub repo and container name." }
- { date: "07.02.19:", desc: "Add pipeline logic and multi arch." }
- { date: "31.01.19:", desc: "Add port mappings to docker create sample in readme." }
- { 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." }
Expand Down

0 comments on commit db51c6e

Please sign in to comment.