Skip to content

Commit c4f8f03

Browse files
authored
Merge pull request #604 from mamba-org/update-2.0.8
Update to micromamba version 2.0.8
2 parents 9d20aae + 2919537 commit c4f8f03

File tree

16 files changed

+26
-24
lines changed

16 files changed

+26
-24
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This change log covers changes to the docker image and does not include
44
[changes to the micromamba program](https://github.com/mamba-org/mamba/blob/main/CHANGELOG.md).
55

6+
## 20 March 2025
7+
8+
- Updated to micromamba version 2.0.8
9+
610
## 16 March 2025
711

812
- set `cuda` tag image based on `nvidia/cuda:12.8.1-base-ubuntu24.04`

alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BASE_IMAGE=frolvlad/alpine-glibc:alpine-3.20
44
# curl and openssl installed
55
FROM $BASE_IMAGE AS stage1
66
ARG TARGETARCH
7-
ARG VERSION=2.0.7
7+
ARG VERSION=2.0.8
88
# hadolint ignore=DL3018
99
RUN apk add --no-cache \
1010
bash \

debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BASE_IMAGE=debian:12-slim
44
# curl and openssl installed
55
FROM $BASE_IMAGE AS stage1
66
ARG TARGETARCH
7-
ARG VERSION=2.0.7
7+
ARG VERSION=2.0.8
88
RUN apt-get update && apt-get install -y --no-install-recommends \
99
bzip2 \
1010
ca-certificates \

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'micromamba-docker'
1010
copyright = '2023-2024, micromamba documentation contributors'
1111
author = 'micromamba documentation contributors'
12-
release = '2.0.7'
12+
release = '2.0.8'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/requirements.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,37 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --strip-extras requirements.in
66
#
7-
--index-url https://aws:eyJ2ZXIiOjEsImlzdSI6MTc0MjE4NTIzMywiZW5jIjoiQTEyOEdDTSIsInRhZyI6InhqbkZzSHdUUm0zMldVeEU0c0J1RUEiLCJleHAiOjE3NDIyMjg0MzMsImFsZyI6IkExMjhHQ01LVyIsIml2IjoiSm9uX01aSC12WWtkWUppUiJ9.6j2OgFvVSQ-ldB11paiaWA.TD2GTrKuU_XPfVts.nJchCWWYWTTP3Q1-w3JfaieNRP9hPLkONNB72uMUB9ELpx7eEl-Evm4RQYj5m6Ec1vYJY29blMF-o1FbmGcMwCNqoC_DvosEuDu_b-UOsm5hX0XmAdLbxKo4U_4VvPs_01qeOhyaih_1yoKIi6sllx--djzp_ctFs_1xqoakUma55ksjqjdbm110PytoIgUNoyB_VOaSoKAMehHQxjgih4Av3bhqGzVXdw1UHbd12D6cRlDsTkWTWXg9YTAW_pncgflDJRWaXfJwXNjoqfT2rM77QcG85FeZJek6ihs7xdCMzsVlgBCb9rC877HHiu6Xt-dPzbP84d-8t8EHySVdJkK7NfazWUUkM-x7BA7tF25-gpTf429MME7teF2YuCEF8vPmv6v3DNRnPpIR2PyluIPMfLvjXoXsOn6iNRmASYJHUf3bcT-5ORpNsnjPfQsXyBdaFvu784H2bYYRZfGGH1M1NSXqot7GXjuMx4Ni6SfTpkl9WZTv5C9DcYH2oLH5b-vPaCs2-7mHbEeiOpvIveFV33RyBagrM7ML7hUqtcipVUXkLUlqQsW3CgqNBT979Ol9tjWa30j2SqP7aUhJ3x8cCy4zu_mNO4pXld3JeKNMcpHKjOj-VrD5nvnT7O0KMhMFdaLCGhD7DjgpMoUXK00_9wcZmeGi_MlGrpDfdr1VDiiv0go8fUNXO6pJ_ZKTM6jZTQnrLoC33B9PxmwSIkmxR6T78ZLFyiCby5oT5VUW5iYwvGZ6apQABfxoWx_bFsEMy5yPLzZAFWoTm5IiA-4ri2MEzM5QjhqLtBcHxUXyL8vq_EnzdcJofWKIKmRWqF_jelSQLxlvyk7YUtVrcNGiPV6VZ-bdkHLItd5eUWG_ZOGd2U08WWrb0zRTiCJ6bLz8wesEQHkTF0Uvsu_KReaDXVFsKztQGFlqLc-5EXgVtwyQ6NhrnkqQfeggcc0OedVWFVxIHDSRCahgXicmVsUkYBzcA_CIXQL63S5jd_-c.g55JhWVWek5kSc8lei9qZA@ansabio-035240862206.d.codeartifact.us-west-2.amazonaws.com/pypi/ansa.bio/simple/
8-
97
alabaster==1.0.0
108
# via sphinx
119
babel==2.17.0
1210
# via sphinx
13-
certifi==2024.7.4
11+
certifi==2025.1.31
1412
# via requests
15-
charset-normalizer==3.2.0
13+
charset-normalizer==3.4.1
1614
# via requests
1715
docutils==0.21.2
1816
# via
1917
# sphinx
2018
# sphinx-rtd-theme
21-
idna==3.7
19+
idna==3.10
2220
# via requests
2321
imagesize==1.4.1
2422
# via sphinx
2523
jinja2==3.1.6
2624
# via
2725
# -r requirements.in
2826
# sphinx
29-
markupsafe==2.1.3
27+
markupsafe==3.0.2
3028
# via jinja2
31-
packaging==23.1
29+
packaging==24.2
3230
# via sphinx
3331
pygments==2.19.1
3432
# via sphinx
3533
readthedocs-sphinx-search==0.3.2
3634
# via -r requirements.in
37-
requests==2.32.2
35+
requests==2.32.3
3836
# via sphinx
3937
roman-numerals-py==3.1.0
4038
# via sphinx
@@ -64,5 +62,5 @@ sphinxcontrib-qthelp==2.0.0
6462
# via sphinx
6563
sphinxcontrib-serializinghtml==2.0.0
6664
# via sphinx
67-
urllib3==2.2.2
65+
urllib3==2.3.0
6866
# via requests

examples/add_micromamba/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bring in the micromamba image so we can copy files from it
2-
FROM mambaorg/micromamba:2.0.7 as micromamba
2+
FROM mambaorg/micromamba:2.0.8 as micromamba
33

44
# This is the image we are going add micromaba to:
55
FROM tomcat:9-jdk17-temurin-focal

examples/apt_install/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mambaorg/micromamba:2.0.7
1+
FROM mambaorg/micromamba:2.0.8
22

33
COPY --chown=$MAMBA_USER:$MAMBA_USER env.yaml /tmp/env.yaml
44
RUN micromamba install -y -n base -f /tmp/env.yaml && \

examples/cmdline_spec/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mambaorg/micromamba:2.0.7
1+
FROM mambaorg/micromamba:2.0.8
22

33
RUN micromamba install -y -n base -c conda-forge \
44
pyopenssl=24.3.0 \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docker run --rm -v "$(pwd):/tmp" \
22
"--platform=${DOCKER_PLATFORM}" \
3-
mambaorg/micromamba:2.0.7 /bin/bash -c "\
3+
mambaorg/micromamba:2.0.8 /bin/bash -c "\
44
micromamba create --yes --name new_env --file env.yaml \
55
&& micromamba env export --name new_env --explicit" > env.lock

examples/install_lock/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mambaorg/micromamba:2.0.7
1+
FROM mambaorg/micromamba:2.0.8
22

33
COPY --chown=$MAMBA_USER:$MAMBA_USER env.lock /tmp/env.lock
44
RUN micromamba install --name base --yes --file /tmp/env.lock \

0 commit comments

Comments
 (0)