Skip to content

Commit

Permalink
Merge pull request #58 from HeshanSudarshana/master-image-bump
Browse files Browse the repository at this point in the history
Upgrade Alpine base image to 3.19.4 and Ubuntu base image to 24.04
  • Loading branch information
HeshanSudarshana authored Oct 1, 2024
2 parents 0ef6a29 + cd84b40 commit fafa4bc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to Docker resources for WSO2 API Microgateway will be docume

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v3.2.9.4] - 2024-08-30

### Changed
- Upgrade Alpine base image to 3.19.4 and Ubuntu base image to 24.04 (refer to [issue](https://github.com/wso2/docker-mg/issues/56))

## [v3.2.9.3] - 2024-07-29

### Changed
Expand Down Expand Up @@ -98,3 +103,4 @@ For detailed information on the tasks carried out during this release, please se
[v3.2.8.1]: https://github.com/wso2/docker-mg/compare/v3.2.7.1...v3.2.8.1
[v3.2.8.2]: https://github.com/wso2/docker-mg/compare/v3.2.8.1...v3.2.8.2
[v3.2.9.3]: https://github.com/wso2/docker-mg/compare/v3.2.9.2...v3.2.9.3
[v3.2.9.4]: https://github.com/wso2/docker-mg/compare/v3.2.9.3...v3.2.9.4
4 changes: 2 additions & 2 deletions dockerfiles/alpine/mg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# limitations under the License.
# -----------------------------------------------------------------------

FROM alpine:3.19.1
FROM alpine:3.19.4

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.3"
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.4"

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/alpine/mg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This section defines the step-by-step instructions to build an [Alpine](https://
1. Navigate to `/dockerfiles/alpine/mg` directory.
2. Build the Docker image using the following command.

```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.9.3 .```
```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.9.4 .```

> By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.
Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/ubuntu/mg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# -----------------------------------------------------------------------

# set base Docker image to AdoptOpenJDK Ubuntu Docker image
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.3"
com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.4"

ENV LANG=C.UTF-8

Expand Down Expand Up @@ -63,7 +63,7 @@ RUN \
fontconfig \
locales \
libxml2-utils \
netcat \
netcat-traditional \
unzip \
wget \
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/mg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This section defines the step-by-step instructions to build an [Ubuntu](https://
1. Navigate to `/dockerfiles/ubuntu/mg` directory.
2. Build the Docker image using the following command.

```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.9.3-ubuntu .```
```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.9.4-ubuntu .```

> By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.
Expand Down

0 comments on commit fafa4bc

Please sign in to comment.