Skip to content

Commit

Permalink
new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 13, 2024
1 parent 66a4da8 commit de0d961
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/AlmaLinux8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN dnf install -y -q \
zlib-devel \
perl-Data-Dumper \
perl-Thread-Queue \
perl-IPC-Cmd \
wget \
openssl-devel \
bzip2-devel \
Expand Down
2 changes: 1 addition & 1 deletion docker/CI.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cesiumgs/omniverse-almalinux8-build:2024-04-12
FROM cesiumgs/omniverse-almalinux8-build:2024-09-12

WORKDIR /var/app

Expand Down
1 change: 1 addition & 0 deletions docker/CentOS7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN yum install -y -q \
zlib-devel \
perl-Data-Dumper \
perl-Thread-Queue \
perl-IPC-Cmd \
wget \
openssl-devel \
bzip2-devel \
Expand Down
2 changes: 1 addition & 1 deletion docs/release-guide/push-docker-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ After making your changes to the docker file, execute:
docker build --tag cesiumgs/omniverse-almalinux8-build:$TAGNAME -f docker/AlmaLinux8.Dockerfile . --no-cache
```

You should replace `TAGNAME` with the current date in `YYYY-MM-DD` format. So if it's the 29th of August, 2023, you would use `2023-08-29`.
You should replace `$TAGNAME` with the current date in `YYYY-MM-DD` format. So if it's the 29th of August, 2023, you would use `2023-08-29`.

### Push the image to Docker Hub

Expand Down

0 comments on commit de0d961

Please sign in to comment.