Skip to content

Commit

Permalink
Remove multiarch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Apr 26, 2024
1 parent 0c958a1 commit 3095e73
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/jdk21/rocky/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ docker buildx inspect --bootstrap
#### 4. Build and push

```
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0-rocky-jdk21-multiarch --push .
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0-rocky-jdk21 --push .
```

> - Here <DOCKER_USERNAME> is a valid Docker or Dockerhub username.
Expand All @@ -111,7 +111,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2
#### 5. Run
```
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0-rocky-jdk21-multiarch
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0-rocky-jdk21
```
> Docker will pull the suitable image for the architecture and run
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/jdk21/ubuntu/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ docker buildx inspect --bootstrap
#### 4. Build and push

```
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0-jdk21-multiarch --push .
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0-jdk21 --push .
```

> - Here <DOCKER_USERNAME> is a valid Docker or Dockerhub username.
Expand All @@ -109,7 +109,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2
#### 5. Run
```
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0-jdk21-multiarch
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0-jdk21
```
> Docker will pull the suitable image for the architecture and run
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/rocky/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ docker buildx inspect --bootstrap
#### 4. Build and push

```
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0-rocky-multiarch --push .
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0-rocky --push .
```

> - Here <DOCKER_USERNAME> is a valid Docker or Dockerhub username.
Expand All @@ -120,7 +120,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2
#### 5. Run
```
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0-rocky-multiarch
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0-rocky
```
> Docker will pull the suitable image for the architecture and run
Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/ubuntu/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ docker buildx inspect --bootstrap
#### 4. Build and push

```
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0-multiarch --push .
docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2am:4.3.0 --push .
```

> - Here <DOCKER_USERNAME> is a valid Docker or Dockerhub username.
Expand All @@ -109,7 +109,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t <DOCKER_USERNAME>/wso2
#### 5. Run
```
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0-multiarch
docker run -it -p 9443:9443 -p 8243:8243 <DOCKER_USERNAME>/wso2am:4.3.0
```
> Docker will pull the suitable image for the architecture and run
Expand All @@ -126,7 +126,7 @@ docker run -it -p 9443:9443 -p 8243:8243 wso2/wso2am:4.3.0

- To run on native Apple Silicon ( arm64 )
```
docker run -it -p 9443:9443 -p 8243:8243 wso2/wso2am:4.3.0-multiarch
docker run -it -p 9443:9443 -p 8243:8243 wso2/wso2am:4.3.0
```


Expand Down

0 comments on commit 3095e73

Please sign in to comment.