Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker images to Ubuntu 20.04 #10353

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sjoelund
Copy link
Member

@sjoelund sjoelund commented Mar 8, 2023

No description provided.

@sjoelund sjoelund enabled auto-merge (squash) March 8, 2023 15:44
@sjoelund sjoelund force-pushed the docker-focal-update branch 2 times, most recently from bad63e4 to 3cf0bd5 Compare March 10, 2023 08:21
@AnHeuermann
Copy link
Member

@sjoelund I added some dev containers. If you continue to work on this please also update the devcontainer.json files, e.g. https://github.com/OpenModelica/OpenModelica/blob/master/.devcontainer/build-deps-v1.16.4/devcontainer.json#L7.

  // Build and tag base Docker image from .CI/cache/Dockerfile
-  "initializeCommand": "docker build --tag build-deps-v1.16.4-base ${localWorkspaceFolder}/.CI/cache/",
+  "initializeCommand": "docker build --tag build-deps-v1.21.1-base ${localWorkspaceFolder}/.CI/cache/",

  // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
  "build": {
    "dockerfile": "Dockerfile",
    "args": {
-        "BASE_IMAGE": "build-deps-v1.16.4-base",
+        "BASE_IMAGE": "build-deps-v1.21.1-base",
        // On Windows USERNAME is set, on Linux USER is set
        // We hope only one is set
        "USERNAME": "${localEnv:USER}${localEnv:USERNAME}"
    }
  },

@CLAassistant
Copy link

CLAassistant commented Oct 5, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants