Skip to content

Commit

Permalink
GITC-4955 - Docker updates, bumped OnEarth to 2.7.7-1
Browse files Browse the repository at this point in the history
Merge in GITC/onearth from docker-updates-GITC-4955 to develop

* commit '4bf800a73e3b5a8c8ad2fa3b40f3b9cbea12bc52':
  bumped OnEarth to 2.7.7-1
  bumped yq & go versions, bumped OnEarth to 2.7.7-1
  • Loading branch information
Matthew Graber committed Jan 2, 2024
2 parents 82a6eaf + 4bf800a commit 42ee2db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ RUN echo 'will cite' | parallel --citation || true

# Install yq
WORKDIR /tmp
RUN wget https://github.com/mikefarah/yq/releases/download/v4.40.3/yq_linux_amd64.tar.gz -O - |\
RUN wget https://github.com/mikefarah/yq/releases/download/v4.40.5/yq_linux_amd64.tar.gz -O - |\
tar xz && mv yq_linux_amd64 /usr/bin/yq && rm -rf *

# Install supercronic
WORKDIR /tmp
RUN wget https://go.dev/dl/go1.21.3.linux-amd64.tar.gz && \
tar xf go1.21.3.linux-amd64.tar.gz && \
RUN wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz && \
tar xf go1.21.5.linux-amd64.tar.gz && \
mv go /usr/local/ && \
ln -s /usr/local/go/bin/go /usr/local/bin/go && \
wget https://github.com/aptible/supercronic/archive/refs/tags/v0.2.28.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# The onearth version to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}).
export ONEARTH_VERSION=2.7.6 # This must be manually incremented with each OnEarth version
export ONEARTH_VERSION=2.7.7 # This must be manually incremented with each OnEarth version

# The onearth release to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}).
export ONEARTH_RELEASE=3 # This must be manually incremented with each OnEarth build
export ONEARTH_RELEASE=1 # This must be manually incremented with each OnEarth build

0 comments on commit 42ee2db

Please sign in to comment.