Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
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
containers
eic_container
Commits
ccb4121f
Commit
ccb4121f
authored
1 year ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Fix docker buildx problem:
parent
5b7a3c10
Branches
v24.09-stable
Branches containing commit
Tags
v24.09.0-stable
Tags containing commit
1 merge request
!727
Fix docker buildx problem:
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
with
5 additions
and
0 deletions
.gitlab-ci.yml
+
5
−
0
View file @
ccb4121f
...
@@ -232,6 +232,7 @@ base:
...
@@ -232,6 +232,7 @@ base:
--platform ${PLATFORM}
--platform ${PLATFORM}
--build-arg BASE_IMAGE=${BASE_IMAGE}
--build-arg BASE_IMAGE=${BASE_IMAGE}
--build-arg BUILD_IMAGE=${BUILD_IMAGE}
--build-arg BUILD_IMAGE=${BUILD_IMAGE}
--provenance
false
containers/debian
containers/debian
jug_dev
:
jug_dev
:
...
@@ -311,8 +312,10 @@ jug_dev:
...
@@ -311,8 +312,10 @@ jug_dev:
--build-arg jobs=${JOBS}
--build-arg jobs=${JOBS}
--build-context spack-environment=spack-environment
--build-context spack-environment=spack-environment
--secret id=mirrors,src=mirrors.yaml
--secret id=mirrors,src=mirrors.yaml
--provenance
false
containers/jug
containers/jug
jug_xl:default
:
jug_xl:default
:
parallel
:
parallel
:
matrix
:
matrix
:
...
@@ -344,6 +347,7 @@ jug_xl:default:
...
@@ -344,6 +347,7 @@ jug_xl:default:
--build-arg JUG_VERSION=${EXPORT_TAG}-$(git rev-parse HEAD)
--build-arg JUG_VERSION=${EXPORT_TAG}-$(git rev-parse HEAD)
--build-arg jobs=${JOBS}
--build-arg jobs=${JOBS}
--build-context detectors=.
--build-context detectors=.
--provenance
false
containers/jug
containers/jug
jug_xl:nightly
:
jug_xl:nightly
:
...
@@ -397,6 +401,7 @@ jug_xl:nightly:
...
@@ -397,6 +401,7 @@ jug_xl:nightly:
--build-arg JUG_VERSION=${EXPORT_TAG}-nightly-$(git rev-parse HEAD)-$(date +%Y-%m-%d_%H-%M-%S)
--build-arg JUG_VERSION=${EXPORT_TAG}-nightly-$(git rev-parse HEAD)-$(date +%Y-%m-%d_%H-%M-%S)
--build-arg NIGHTLY=1
--build-arg NIGHTLY=1
--build-context detectors=.
--build-context detectors=.
--provenance
false
containers/jug
containers/jug
...
...
This diff is collapsed.
Click to expand it.
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