Skip to content

Commit

Permalink
Update Docker image tags for various workflows
Browse files Browse the repository at this point in the history
Updated the Docker image tags in `Dockerfile` and `.github/workflows/ci.yml` to more specific versions, ensuring consistency and potentially improved security. This changes includes relevant updates to Java, Node, Python, and other image versions across multiple pipeline steps.
  • Loading branch information
meanmail committed Nov 7, 2024
1 parent 58b4f97 commit 4ec1556
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
path: epicbox-clojure
image_name: clojure
image_tag: 1.9.0.397
image_tag: tools-deps-1.11.1.1413-alpine
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_gcc_image:
Expand All @@ -54,7 +54,7 @@ jobs:
with:
path: epicbox-gcc
image_name: gcc
image_tag: 10.2.1
image_tag: 10.2.1-1
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_go_image:
Expand All @@ -69,7 +69,7 @@ jobs:
with:
path: epicbox-go
image_name: go
image_tag: 1.18.2.1
image_tag: 1.21-bullseye
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_haskell_image:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
path: epicbox-hyperskill/go
image_name: hyperskill-go
image_tag: 1.18.2
image_tag: 1.21-bullseye
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_gcc_image:
Expand All @@ -115,7 +115,7 @@ jobs:
with:
path: epicbox-hyperskill/gcc
image_name: hyperskill-gcc
image_tag: 10.2.1
image_tag: 10.2.1-1
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_gradle_image:
Expand All @@ -130,7 +130,7 @@ jobs:
with:
path: epicbox-hyperskill/gradle
image_name: hyperskill-gradle
image_tag: 8.5-jdk17
image_tag: 8.5.0-jdk17
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_gradle_spring_image:
Expand All @@ -145,7 +145,7 @@ jobs:
with:
path: epicbox-hyperskill/gradle-spring
image_name: hyperskill-gradle-spring
image_tag: 8.5-jdk17
image_tag: 8.5.0-jdk17
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_java_image:
Expand All @@ -160,7 +160,7 @@ jobs:
with:
path: epicbox-hyperskill/java
image_name: hyperskill-java
image_tag: 17
image_tag: 17-jdk-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_node_image:
Expand All @@ -175,7 +175,7 @@ jobs:
with:
path: epicbox-hyperskill/node
image_name: hyperskill-node
image_tag: 18.17.1
image_tag: 18.20.4-bullseye-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_node_javascript_image:
Expand All @@ -190,7 +190,7 @@ jobs:
with:
path: epicbox-hyperskill/node-javascript
image_name: hyperskill-node-javascript
image_tag: 18.17.1
image_tag: 18.20.4-bullseye-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_python_image:
Expand All @@ -205,7 +205,7 @@ jobs:
with:
path: epicbox-hyperskill/python
image_name: hyperskill-python
image_tag: 3.10
image_tag: 3.10-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_java_image:
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
with:
path: epicbox-kotlin
image_name: kotlin
image_tag: 2.0.0
image_tag: 2.0.0-jdk-23-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_mono_image:
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
with:
path: epicbox-node
image_name: node
image_tag: 18.17.1
image_tag: 18.20.4-alpine
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_php_image:
Expand All @@ -281,7 +281,7 @@ jobs:
with:
path: epicbox-php
image_name: php
image_tag: 7.2.6
image_tag: 7.2.11-cli-alpine3.7
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_pmd_image:
Expand All @@ -296,7 +296,7 @@ jobs:
with:
path: epicbox-pmd
image_name: pmd
image_tag: 6.9.0
image_tag: 6.9.0-8u181-alpine
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_python_310_image:
Expand All @@ -311,7 +311,7 @@ jobs:
with:
path: epicbox-python/310
image_name: python
image_tag: 3.10.6
image_tag: 3.10.6-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_python_311_image:
Expand All @@ -326,7 +326,7 @@ jobs:
with:
path: epicbox-python/311
image_name: python
image_tag: 3.11.5
image_tag: 3.11.5-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

Expand All @@ -341,7 +341,7 @@ jobs:
with:
path: epicbox-python/312
image_name: python
image_tag: 3.12.7
image_tag: 3.12.7-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

Expand All @@ -357,7 +357,7 @@ jobs:
with:
path: epicbox-ruby
image_name: ruby
image_tag: 2.5.3
image_tag: 2.5.3-alpine
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_scala2_image:
Expand All @@ -372,7 +372,7 @@ jobs:
with:
path: epicbox-scala/2
image_name: scala
image_tag: 2.13.12
image_tag: 2.13.12-8u342-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_scala3_image:
Expand All @@ -387,7 +387,7 @@ jobs:
with:
path: epicbox-scala/3
image_name: scala
image_tag: 3.0.0
image_tag: 3.0.0-11.0.11-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_typescript_image:
Expand All @@ -402,7 +402,7 @@ jobs:
with:
path: epicbox-typescript
image_name: typescript
image_tag: 4.8.4
image_tag: 4.8.4-18.20.4-bullseye-slim
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperstyle_image:
Expand Down
2 changes: 1 addition & 1 deletion epicbox-hyperskill/gradle-spring/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperskill.azurecr.io/gradle:8.5-jdk17
FROM hyperskill.azurecr.io/gradle:8.5.0-jdk17

COPY --chown=gradle checker/ /checker/

Expand Down

0 comments on commit 4ec1556

Please sign in to comment.