Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1e694e36 authored by Dorian Turba's avatar Dorian Turba
Browse files

fixed image version

parent 3c796e9d
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[![Pipeline](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/badges/trunk/pipeline.svg)](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/pipelines?ref=trunk)
### Changed
* Job image tag is now fixed, regular updates will be done by hands
## [0.2.1] - 2024-07-13
[![Pipeline](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/badges/0.2.1/pipeline.svg)](https://lab.frogg.it/swepy/cicd-templates/pypi-to-docker-missing-version/-/pipelines?ref=0.2.1)
......
......@@ -16,12 +16,7 @@ registry, ready to be used for other jobs to build the image.
Add the following to your `.gitlab-ci.yml` file.
As a remote Template (recommended):
```yaml
include:
- remote: 'https://gitlab.com/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.2.1/templates/pypi-to-docker-missing-version.yml'
```
As a local Template (if the template is local to the instance):
......@@ -40,6 +35,13 @@ include:
- component: $CI_SERVER_FQDN/swepy/cicd-templates/pypi-to-docker-missing-version/pypi-to-docker-missing-version@0.2.1
```
As a remote Template (recommended):
```yaml
include:
- remote: 'https://gitlab.com/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.2.1/templates/pypi-to-docker-missing-version.yml'
```
### Customize job
You can customize the job by overriding specific keys. For example:
......
pypi-to-docker-missing-version:
stage: build
image: alpine:latest
image: alpine:3.20.1
variables:
IMAGE_NAME: ""
PACKAGE_INDEX_API_URL: https://pypi.org/pypi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment