-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39713e5
commit 84be25f
Showing
1 changed file
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,38 @@ | ||
# gitlab-octocli | ||
This repository contains a GitLab compatible Octopus CLI Docker image. | ||
|
||
There are three images built in this repo: | ||
This repository contains GitLab-compatible Docker images for: | ||
|
||
- Ubuntu 20.04 | ||
- Ubuntu 18.04 | ||
- The [_legacy_ Octopus CLI](https://github.com/OctopusDeploy/OctopusCLI) : `octo` | ||
- The new [_vNext_ Octopus CLI](https://github.com/OctopusDeploy/cli): `octopus` | ||
|
||
Each image is built from the `alpine` platform. | ||
|
||
**Please Consider this repository provided as is. If there are any issues please do not contact support.** | ||
|
||
## Tags | ||
|
||
The version tag corresponds to the version of the Octopus CLI installed on the image. | ||
A new image will be built each time a new version of Octopus CLI is created. | ||
|
||
The tags are as follows: | ||
- Latest | ||
- [Version] For example `1.3.0` | ||
- Latest-[architecture] For example `latest-alpine` | ||
- [Version]-[architecture] For example `1.3.0-alpine` | ||
|
||
### gitlab-octocli Tags | ||
|
||
Tag | Dockerfile | ||
---------| --------------- | ||
alpine| [Dockerfile](https://github.com/OctopusDeployLabs/gitlab-octocli/blob/main/octopus-cli/alpine/dockerfile) | ||
|
||
You can retrieve a list of all available tags for octopuslabs/gitlab-octopus-cli at https://hub.docker.com/v2/repositories/octopuslabs/gitlab-octopus-cli/tags. | ||
|
||
### gitlab-octopuscli Tags | ||
|
||
Tag | Dockerfile | ||
---------| --------------- | ||
alpine| [Dockerfile](https://github.com/OctopusDeployLabs/gitlab-octocli/blob/main/octopus-cli/alpine/dockerfile) | ||
|
||
You can retrieve a list of all available tags for octopuslabs/gitlab-octopus-cli at https://hub.docker.com/v2/repositories/octopuslabs/gitlab-octopus-cli/tags. | ||
|