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
ca367f7c
Commit
ca367f7c
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: upgrade base images
parent
de274ae4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!616
feat: upgrade base images
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+6
-3
6 additions, 3 deletions
.gitlab-ci.yml
containers/debian/base.Dockerfile
+3
-3
3 additions, 3 deletions
containers/debian/base.Dockerfile
containers/jug/dev.Dockerfile
+1
-1
1 addition, 1 deletion
containers/jug/dev.Dockerfile
with
10 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
3
View file @
ca367f7c
...
@@ -161,10 +161,13 @@ version:
...
@@ -161,10 +161,13 @@ version:
base
:
base
:
parallel
:
parallel
:
matrix
:
matrix
:
-
BASE_IMAGE
:
debian:testing-
20220822-
slim
-
BASE_IMAGE
:
debian:testing-slim
BUILD_IMAGE
:
debian_testing_base
BUILD_IMAGE
:
debian_testing_base
PLATFORM
:
linux/amd64,linux/arm64/v8
PLATFORM
:
linux/amd64,linux/arm64/v8
-
BASE_IMAGE
:
ubuntu:20.04
-
BASE_IMAGE
:
debian:stable-slim
BUILD_IMAGE
:
debian_stable_base
PLATFORM
:
linux/amd64,linux/arm64/v8
-
BASE_IMAGE
:
ubuntu:22.04
BUILD_IMAGE
:
ubuntu_base
BUILD_IMAGE
:
ubuntu_base
PLATFORM
:
linux/amd64,linux/arm64/v8
PLATFORM
:
linux/amd64,linux/arm64/v8
-
BASE_IMAGE
:
intel/oneapi-hpckit:2022.3.0-devel-ubuntu20.04
-
BASE_IMAGE
:
intel/oneapi-hpckit:2022.3.0-devel-ubuntu20.04
...
@@ -194,7 +197,7 @@ base:
...
@@ -194,7 +197,7 @@ base:
jug_dev:default
:
jug_dev:default
:
parallel
:
parallel
:
matrix
:
matrix
:
-
BASE_IMAGE
:
debian_
testing
_base
-
BASE_IMAGE
:
debian_
stable
_base
BUILD_IMAGE
:
jug_dev
BUILD_IMAGE
:
jug_dev
PLATFORM
:
linux/amd64,linux/arm64/v8
PLATFORM
:
linux/amd64,linux/arm64/v8
# - BASE_IMAGE: oneapi_base
# - BASE_IMAGE: oneapi_base
...
...
This diff is collapsed.
Click to expand it.
containers/debian/base.Dockerfile
+
3
−
3
View file @
ca367f7c
#syntax=docker/dockerfile:1.
2
#syntax=docker/dockerfile:1.
4
ARG
BASE_IMAGE="amd64/debian:
testing-20220822
-slim"
ARG
BASE_IMAGE="amd64/debian:
stable
-slim"
ARG
BUILD_IMAGE="debian_base"
ARG
BUILD_IMAGE="debian_
stable_
base"
# Minimal container based on Debian base systems for up-to-date packages.
# Minimal container based on Debian base systems for up-to-date packages.
FROM
${BASE_IMAGE}
FROM
${BASE_IMAGE}
...
...
This diff is collapsed.
Click to expand it.
containers/jug/dev.Dockerfile
+
1
−
1
View file @
ca367f7c
#syntax=docker/dockerfile:1.4
#syntax=docker/dockerfile:1.4
ARG
DOCKER_REGISTRY="eicweb"
ARG
DOCKER_REGISTRY="eicweb"
ARG
BASE_IMAGE="debian_
testing
_base"
ARG
BASE_IMAGE="debian_
stable
_base"
ARG
INTERNAL_TAG="testing"
ARG
INTERNAL_TAG="testing"
## ========================================================================================
## ========================================================================================
...
...
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