Skip to content

Commit

Permalink
Merge pull request #83 from oberonia78/docker_update
Browse files Browse the repository at this point in the history
update docker version
  • Loading branch information
oberonia78 authored Apr 15, 2024
2 parents f4dbfd5 + 9f70b9d commit f869530
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Then, from inside the cloned repository, build the Docker image:
Load the Docker container image onto your computer:

```bash
docker load -i docker/dockerimg_dswx_s1_calval_0.4.1.tar
docker load -i docker/dockerimg_dswx_s1_calval_0.4.2.tar
```

See DSWx-SAR Science Algorithm Software (SAS) User Guide for instructions on processing via Docker.
2 changes: 1 addition & 1 deletion build_docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

IMAGE=opera/dswx-s1
tag=calval_0.4.1
tag=calval_0.4.2
echo "IMAGE is $IMAGE:$tag"

# fail on any non-zero exit codes
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM oraclelinux:8

LABEL author="OPERA ADT" \
description="DSWX-SAR calval release R4" \
version="0.4.1-calval"
version="0.4.2-calval"

RUN yum -y update &&\
yum -y install curl &&\
Expand Down
2 changes: 1 addition & 1 deletion src/dswx_sar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.4.1'
VERSION = '0.4.2'

0 comments on commit f869530

Please sign in to comment.