Skip to content

Commit a599aaa

Browse files
authored
Merge pull request #307 from nmfs-opensci/revert-306-eeholmes-patch-1
Revert "Install AWS CLI v2 in Dockerfile"
2 parents 3307ac3 + 7701f5d commit a599aaa

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.author="eli.holmes@noaa.gov"
55
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/py-rocket-base
66
LABEL org.opencontainers.image.description="Python (3.11), R (4.5.1), Desktop and Publishing tools"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2026.02.18
8+
LABEL org.opencontainers.image.version=2026.02.12
99

1010
USER root
1111

@@ -66,9 +66,6 @@ RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/ins
6666
# Install linux packages after R installation since the R install scripts get rid of packages
6767
RUN /pyrocket_scripts/install-apt-packages.sh ${REPO_DIR}/apt.txt
6868

69-
# Install AWS CLI v2
70-
RUN awsv2 --install
71-
7269
# Install some basic VS Code extensions
7370
RUN /pyrocket_scripts/install-vscode-extensions.sh ${REPO_DIR}/vscode-extensions.txt || (echo "install-vscode-extensions.sh failed for some extensions" >&2 && exit 1)
7471
# Don't need in image

NOTES.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ quarto render .
77
```
88
Then push to GitHub
99

10-
## 2026-02-18
11-
12-
* Add `awscli2 --install` to dockerfile
13-
1410
## 2026-02-07
1511

1612
* Update pangeo feedstock to latest version 2026-01-21

0 commit comments

Comments
 (0)