Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
docker
Commits
2e3b495c
Unverified
Commit
2e3b495c
authored
May 12, 2021
by
Douglas Duteil
Browse files
chore(azure-cli): inline the renovate annotations
parent
294af4bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
23 deletions
+6
-23
.github/renovate.json
.github/renovate.json
+0
-11
azure-cli/Dockerfile
azure-cli/Dockerfile
+6
-12
No files found.
.github/renovate.json
View file @
2e3b495c
...
...
@@ -17,16 +17,5 @@
"semanticCommitType"
:
"fix"
}
}
],
"regexManagers"
:
[
{
"fileMatch"
:
[
"(^|/|
\\
.)Dockerfile$"
,
"(^|/)Dockerfile
\\
.[^/]*$"
],
"matchStrings"
:
[
"(?<depName>[a-zA-Z0-9-]+)(=~|==)(?<currentValue>[a-zA-Z0-9-._]+)"
],
"versioningTemplate"
:
"loose"
,
"datasourceTemplate"
:
"repology"
,
"lookupNameTemplate"
:
"alpine_3_13/{{depName}}"
}
]
}
azure-cli/Dockerfile
View file @
2e3b495c
FROM
debian:10.9-slim
# renovate: datasource=repology depName=debian_stable/ca-certificates versioning=loose
ARG
CA_CERTIFICATES_VERSION=20200601~deb10u2
# renovate: datasource=repology depName=debian_stable/curl versioning=loose
ARG
CURL_VERSION=7.64.0-4+deb10u2
# renovate: datasource=repology depName=debian_stable/gnupg versioning=loose
ARG
GNUPG_VERSION=2.2.12-1+deb10u1
# renovate: datasource=pypi depName=azure-cli versioning=2.22.1
ARG
AZURE_CLI_VERSION=2.22.1
...
...
@@ -23,9 +14,12 @@ RUN --mount=type=cache,target=/var/cache/apt \
#
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates="${CA_CERTIFICATES_VERSION}" \
curl="${CURL_VERSION}" \
gnupg="${GNUPG_VERSION}" \
# renovate: datasource=repology depName=debian_stable/ca-certificates versioning=loose
ca-certificates="20200601~deb10u2" \
# renovate: datasource=repology depName=debian_stable/curl versioning=loose
curl="7.64.0-4+deb10u2" \
# renovate: datasource=repology depName=debian_stable/gnupg versioning=loose
gnupg="2.2.12-1+deb10u1" \
#
&& curl -sL https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
&& echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ buster main" | tee /etc/apt/sources.list.d/azure-cli.list \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment