Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ghsc
National Geomagnetism Program
geomag-algorithms
Merge requests
!188
Pipeline updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Pipeline updates
ghsc/users/jmfee/geomag-algorithms:pipeline-updates
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Jeremy M Fee
requested to merge
ghsc/users/jmfee/geomag-algorithms:pipeline-updates
into
master
2 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
switch to provisional images from code.usgs.gov (python 3.10 image is smaller)
add
poethepoet
for integration scripts
e.g.
poetry run poe lint
,
poetry run poe test
add (but does not use yet)
isort
for import organization
0
0
Merge request reports
Viewing commit
bbb4d026
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bbb4d026
Update default FROM_IMAGE to python 3.10
· bbb4d026
Jeremy M Fee
authored
2 years ago
Dockerfile
+
1
−
1
Options
ARG
FROM_IMAGE=usgs/python:3.
9
-obspy
ARG
FROM_IMAGE=
code.usgs.gov:5001/devops/images/
usgs/python:3.
10
-obspy
# build wheel
# build wheel
FROM
${FROM_IMAGE}
as
build
FROM
${FROM_IMAGE}
as
build
Loading