Skip to content

Commit

Permalink
add oracle cloud cli to image (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Silva <[email protected]>
Co-authored-by: Justin Van Patten <[email protected]>
  • Loading branch information
3 people authored May 11, 2024
1 parent 3565b6f commit ddce061
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.116.0

- Add Oracle Cloud Infrastructure CLI (oci-cli)
([#182](https://github.com/pulumi/pulumi-docker-containers/pull/182))

## 3.112.0

- Install the latest version of `npm` in the `pulumi/nodejs` image
Expand Down
3 changes: 3 additions & 0 deletions docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ RUN apt-get update -y && \
# Clean up the lists work
rm -rf /var/lib/apt/lists/*

# Install Oracle Cloud Infrastructure CLI
RUN bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" -- --exec-dir /usr/bin --accept-all-defaults

# Install Go
RUN curl -fsSLo /tmp/go.tgz https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
echo "${GOLANG_SHA256} /tmp/go.tgz" | sha256sum -c - && \
Expand Down

0 comments on commit ddce061

Please sign in to comment.