Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
cspp_geo
cspp-geo-gridded-glm
Commits
cc04d47a
Commit
cc04d47a
authored
10 months ago
by
Levi Pfantz
Browse files
Options
Downloads
Patches
Plain Diff
Update docker file to use rocky8
parent
c992df3e
No related branches found
Branches containing commit
No related tags found
2 merge requests
!37
Merge work from 1.1 into master
,
!35
Merge Feature g19 into develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildbucket/Dockerfile
+2
-2
2 additions, 2 deletions
buildbucket/Dockerfile
with
2 additions
and
2 deletions
buildbucket/Dockerfile
+
2
−
2
View file @
cc04d47a
# To build:
# docker build -t gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket:r$(date '+%Y%m%d') .
FROM
--platform=linux/amd64
centos:7
FROM
--platform=linux/amd64
rockylinux:8
WORKDIR
/work
...
...
@@ -8,7 +8,7 @@ COPY buildbucket_environment.yaml .
COPY
package.sh .
# Install the `which` command for debugging
RUN
yum
-y
install
which git
&&
yum
clean all
RUN
dnf
-y
install
which git
findutils
&&
dnf
clean all
# Download and install miniforge
# https://github.com/conda-forge/miniforge#miniforge
...
...
This diff is collapsed.
Click to expand it.
Levi Pfantz
@lpfantz
mentioned in commit
22f818ba
·
10 months ago
mentioned in commit
22f818ba
mentioned in commit 22f818ba5832e01202882ea71204e1ce2194262d
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