diff --git a/.gitea/workflows/almalinux.yaml b/.gitea/workflows/almalinux.yaml index 2841813..c508394 100644 --- a/.gitea/workflows/almalinux.yaml +++ b/.gitea/workflows/almalinux.yaml @@ -19,12 +19,6 @@ jobs: with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Login to git.winteraccess.id - uses: docker/login-action@v3 - with: - registry: git.winteraccess.id - username: ${{ vars.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_TOKEN }} # - name: Set up QEMU # uses: docker/setup-qemu-action@v3 - name: Setup Docker buildx diff --git a/8/Dockerfile.default b/8/Dockerfile.default index 3291906..0c89324 100644 --- a/8/Dockerfile.default +++ b/8/Dockerfile.default @@ -1,4 +1,4 @@ -ARG ALMALINUX_VERSION=9.5 +ARG ALMALINUX_VERSION=8.10 FROM docker.io/almalinux:${ALMALINUX_VERSION} AS builder diff --git a/8/Dockerfile.micro b/8/Dockerfile.micro index 76b9402..174a182 100644 --- a/8/Dockerfile.micro +++ b/8/Dockerfile.micro @@ -1,4 +1,4 @@ -ARG ALMALINUX_VERSION=9.5 +ARG ALMALINUX_VERSION=8.10 FROM docker.io/almalinux:${ALMALINUX_VERSION} AS builder @@ -46,6 +46,6 @@ LABEL description="Provide latest release of micro Almalinux 9 container base im LABEL io.k8s.description="Very small almalinux 9 based image which doesn't install package manager" LABEL io.k8s.display-name="Almalinux 9 Micro" -COPY --from=system-build /mnt/rootfs/ / +COPY --from=builder /mnt/rootfs/ / CMD ["/bin/sh"] \ No newline at end of file