UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
velero-plugin-for-csi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank Containers
Opensource
velero
velero-plugin-for-csi
Commits
7f2d2422
Commit
7f2d2422
authored
10 months ago
by
James Daniel III
Browse files
Options
Downloads
Patches
Plain Diff
rebase to alpine v3.19.1
parent
83ef0764
No related branches found
No related tags found
2 merge requests
!69
Development
,
!66
Jdaniel
Pipeline
#3158451
failed
10 months ago
Stage: .pre
Stage: validate-container-metadata
Stage: pipeline-trigger
Pipeline: velero-plugin-for-csi
#3158454
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-8
9 additions, 8 deletions
Dockerfile
with
9 additions
and
8 deletions
Dockerfile
+
9
−
8
View file @
7f2d2422
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/
redhat/ubi/ubi9-minimal
ARG
BASE_TAG=9.
3
ARG
BASE_IMAGE=ironbank/
opensource/alpinelinux/alpine
ARG
BASE_TAG=
3.1
9.
1
FROM
velero/velero-plugin-for-csi:v0.7.0
as
base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN
microdnf update
-y
&&
\
microdnf upgrade
-y
&&
\
microdnf clean all
&&
\
rm
-rf
/var/cache/dnf
RUN
mkdir
/plugins
RUN
apk update
&&
\
apk upgrade
&&
\
apk add
--no-cache
bash
&&
\
rm
-rf
/var/cache/apk/
*
&&
\
addgroup
-S
velero
&&
\
adduser
--no-create-home
--system
velero
--ingroup
velero
--shell
/sbin/nologin
COPY
--from=base /plugins/velero-plugin-for-csi /plugins
USER
nobody
USER
velero
HEALTHCHECK
NONE
...
...
This diff is collapsed.
Click to expand it.
Andrew Blanchard
@ablanchard
mentioned in issue
#82 (closed)
·
9 months ago
mentioned in issue
#82 (closed)
mentioned in issue #82
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment