Skip to content

Commit

Permalink
Update to micromamba 2.0.2 Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Oct 10, 2024
1 parent b05ee89 commit 410b5d8
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 395 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:

# Lint Dockerfiles for errors and to ensure best practices
- repo: https://github.com/AleksaC/hadolint-py
rev: v2.12.0.3
rev: v2.12.1b3
hooks:
- id: hadolint

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:1.5.10
FROM mambaorg/micromamba:2.0.2

ENV PGDATA=${CONTAINER_HOME}/pgdata

Check warning on line 3 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Test building the PUDL ETL Docker image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$CONTAINER_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 3 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker image, push to Docker Hub and deploy to Google Batch

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$CONTAINER_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Expand Down
43 changes: 21 additions & 22 deletions environments/conda-linux-64.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 410b5d8

Please sign in to comment.