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
ruby
ruby27
Commits
c16ee8d1
Commit
c16ee8d1
authored
Apr 27, 2021
by
Adam Martin
Browse files
version bump to 2.7.3
parent
0e4dc5ce
Pipeline
#235617
passed with stages
in 21 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
Dockerfile
Dockerfile
+4
-2
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
c16ee8d1
######################## Base Args ########################
ARG
BASE_REGISTRY=registry1.dso
p.io
ARG
BASE_REGISTRY=registry1.dso
.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.
2
ARG
BASE_TAG=8.
3
ARG
UBI_BASE_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
@@ -50,4 +50,6 @@ RUN useradd -u 1001 -g 0 -M -d /opt/app-root/src default && \
USER
1001
HEALTHCHECK
NONE
CMD
["irb"]
hardening_manifest.yaml
View file @
c16ee8d1
...
...
@@ -8,7 +8,7 @@ name: "opensource/ruby/ruby27"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
2.7.
2
"
-
"
2.7.
3
"
-
"
latest"
# Build args passed to Dockerfile ARGs
...
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
www.ruby-lang.org"
# Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Opensource"
org.opencontainers.image.version
:
"
2.7.
2
"
org.opencontainers.image.version
:
"
2.7.
3
"
# Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
programming,scripting,script,ruby,interpreted"
# This value can be "opensource" or "commercial"
...
...
@@ -38,10 +38,10 @@ labels:
# List of resources to make available to the offline build context
resources
:
-
filename
:
ruby-27.tar.gz
url
:
https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.
2
.tar.gz
url
:
https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.
3
.tar.gz
validation
:
type
:
sha256
value
:
6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4
value
:
8925a95e31d8f2c81749025a52a544ea1d05dad18794e6828709268b92e55338
-
filename
:
gdbm.tar.gz
url
:
http://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz
validation
:
...
...
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