UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
Istio-1.5
citadel-1.5
Commits
c01f88b7
Commit
c01f88b7
authored
Jun 18, 2020
by
gavin.scallon
Committed by
sean.melissari
Jun 18, 2020
Browse files
Add renovate to project
parent
dd64af2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
18 deletions
+47
-18
Dockerfile
Dockerfile
+11
-15
README.md
README.md
+2
-2
download.yaml
download.yaml
+1
-1
renovate.json
renovate.json
+33
-0
No files found.
Dockerfile
View file @
c01f88b7
...
@@ -4,25 +4,21 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
...
@@ -4,25 +4,21 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_TAG=8.2
ARG
BASE_TAG=8.2
###############################################################
###############################################################
FROM
opensource/istio-1.5/citadel-1.5
/citadel:1.5.4 AS base
FROM
istio
/citadel:1.5.4 AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL
org.opencontainers.image.title="citadel" \
org.opencontainers.image.description="Istio Citadel enables service-to-service and end-user authentication." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.url="https://istio.io" \
org.opencontainers.image.version="1.5.4" \
maintainer="cht@dsop.io"
COPY
--from=base /usr/local/bin/istio_ca /usr/local/bin/istio_ca
COPY
--from=base /usr/local/bin/istio_ca /usr/local/bin/istio_ca
RUN
dnf update
-y
&&
\
RUN
dnf update
-y
&&
\
dnf clean all
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf/
rm
-rf
/var/cache/dnf/
###############################################################
# Provide label information
LABEL
name="istio-citadel" \
maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \
version="1.5.4" \
release="1" \
summary="Enables service-to-service and end-user authentication" \
description="Utilizes built-in identity and credential management and allows for upgrading unencrypted traffic in the service mesh"
###############################################################
# Run as non-root user
USER
1001
USER
1001
###############################################################
HEALTHCHECK
--interval=1m --start-period=30s CMD version
###############################################################
ENTRYPOINT
[ "/usr/local/bin/istio_ca", "--self-signed-ca" ]
ENTRYPOINT
[ "/usr/local/bin/istio_ca", "--self-signed-ca" ]
\ No newline at end of file
README.md
View file @
c01f88b7
#
To Build
#
citadel-1.5
Version 1.5.4
## To Build
```
bash
```
bash
# Pull the citadel image from the Iron Bank and navigate to the download location
# Pull the citadel image from the Iron Bank and navigate to the download location
...
...
download.yaml
View file @
c01f88b7
---
---
resources
:
resources
:
-
url
:
"
docker://docker.io/istio/citadel@sha256:50d2dc08d385f2dfcd1675d26326f1d7733cca1a4899eac779f87f7ee89a683a"
-
url
:
"
docker://docker.io/istio/citadel@sha256:50d2dc08d385f2dfcd1675d26326f1d7733cca1a4899eac779f87f7ee89a683a"
tag
:
opensource/istio-1.5/citadel-1.5
/citadel:1.5.4
tag
:
"
istio
/citadel:1.5.4
"
renovate.json
0 → 100644
View file @
c01f88b7
{
"assignees"
:
[
"@gavin.scallon"
],
"baseBranches"
:
[
"development"
],
"packageRules"
:
[
{
"datasources"
:
[
"docker"
],
"packageNames"
:
[
"istio/citadel"
],
"separateMinorPatch"
:
true
,
"minor"
:
{
"enabled"
:
false
}
}
],
"regexManagers"
:
[
{
"fileMatch"
:
[
"^Dockerfile$"
],
"matchStrings"
:
[
"version=
\"
(?<currentValue>.*?)
\"
"
],
"depNameTemplate"
:
"istio/citadel"
,
"datasourceTemplate"
:
"docker"
},
{
"fileMatch"
:
[
"^Jenkinsfile$"
],
"matchStrings"
:
[
"version:
\\
s+
\"
(?<currentValue>.*?)
\"
"
],
"depNameTemplate"
:
"istio/citadel"
,
"datasourceTemplate"
:
"docker"
}
]
}
\ No newline at end of file
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