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 5d7303a9 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '3-ci-lint-and-build' into 'main'

Resolve "ci: lint and build"

Closes #3

See merge request lydra/compagnons-devops/linux-installation-automatique!3
parents 00071709 47217507
No related branches found
No related tags found
1 merge request!3Resolve "ci: lint and build"
Pipeline #8474 passed with warnings
---
# -*- coding: utf-8 -*-
variables:
IMAGE_NAME: "equivs"
include:
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/activate-dind.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/stages.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/lint.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/build.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/lint.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/delivery.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/security.yml'
FROM ubuntu:22.04
RUN apt update && \
apt install -y equivs
# hadolint ignore=DL3009
RUN apt-get update \
&& apt-get install --no-install-recommends -y equivs=2.3.1 \
&& apt-get clean
WORKDIR /app
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