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
galley-1.5
Commits
255440fd
Commit
255440fd
authored
Jun 18, 2020
by
gavin.scallon
Committed by
sean.melissari
Jun 18, 2020
Browse files
Add renovate
parent
9006cdf3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
19 deletions
+44
-19
Dockerfile
Dockerfile
+10
-16
README.md
README.md
+0
-2
download.yaml
download.yaml
+1
-1
renovate.json
renovate.json
+33
-0
No files found.
Dockerfile
View file @
255440fd
...
@@ -3,30 +3,24 @@
...
@@ -3,30 +3,24 @@
ARG
BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
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/galley-1.5
/galley:1.5.4 AS base
FROM
istio
/galley:1.5.4 AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL
org.opencontainers.image.title="galley" \
org.opencontainers.image.description="Istio Galley provides configuration management services for Istio." \
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/ /usr/local/bin/
COPY
--from=base /usr/local/bin/ /usr/local/bin/
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-galley" \
maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \
version="1.5.4" \
release="1" \
summary="istio-galley" \
description="Galley provides configuration management services for Istio"
###############################################################
# Run as non-root user
USER
1001
USER
1001
###############################################################
HEALTHCHECK
--interval=1m --start-period=30s CMD version
###############################################################
ENTRYPOINT
[ "/usr/local/bin/galley" ]
ENTRYPOINT
[ "/usr/local/bin/galley" ]
README.md
View file @
255440fd
# galley
# galley
Version 1.5.4
# To Build/Run
# To Build/Run
```
bash
```
bash
# Navigate to the download location of the galley tar file obtained from the
# Navigate to the download location of the galley tar file obtained from the
...
...
download.yaml
View file @
255440fd
---
---
resources
:
resources
:
-
url
:
"
docker://docker.io/istio/galley@sha256:af917d433ce674fe072f891c0ee581ff1c0165b9827bab4ef2951d9d43dda542"
-
url
:
"
docker://docker.io/istio/galley@sha256:af917d433ce674fe072f891c0ee581ff1c0165b9827bab4ef2951d9d43dda542"
tag
:
opensource/istio-1.5/galley-1.5
/galley:1.5.4
tag
:
"
istio
/galley:1.5.4
"
renovate.json
0 → 100644
View file @
255440fd
{
"assignees"
:
[
"@gavin.scallon"
],
"baseBranches"
:
[
"development"
],
"packageRules"
:
[
{
"datasources"
:
[
"docker"
],
"packageNames"
:
[
"istio/galley"
],
"separateMinorPatch"
:
true
,
"minor"
:
{
"enabled"
:
false
}
}
],
"regexManagers"
:
[
{
"fileMatch"
:
[
"^Dockerfile$"
],
"matchStrings"
:
[
"version=
\"
(?<currentValue>.*?)
\"
"
],
"depNameTemplate"
:
"istio/galley"
,
"datasourceTemplate"
:
"docker"
},
{
"fileMatch"
:
[
"^Jenkinsfile$"
],
"matchStrings"
:
[
"version:
\\
s+
\"
(?<currentValue>.*?)
\"
"
],
"depNameTemplate"
:
"istio/galley"
,
"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