File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 contents : " read"
1616 packages : " write"
1717 strategy :
18+ fail-fast : false
1819 matrix :
1920 include :
2021 - image : " ghcr.io/szachovy/superset-cluster-mysql-server"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828* Fixed ` run_mysql_server() ` not instantiating ` MySQLServer ` class. (#94 )
2929* Disabled MD060 markdownlint rule to fix table column style false positives in documentation. (#94 )
3030* Added default inventory directive to ` ansible.cfg ` . (#42 )
31+ * Fixed Publish workflow ` write_package ` permission denied by adding OCI source labels for GHCR repository linking. (#99 )
3132
3233## 1.0 - 2024-10-13
3334
Original file line number Diff line number Diff line change 11ARG BUILDPLATFORM="amd64"
22FROM --platform=${BUILDPLATFORM} ubuntu:22.04
33
4- LABEL version="1.0"
4+ LABEL version="1.0" \
5+ org.opencontainers.image.source="https://github.com/szachovy/superset-cluster"
56
67ARG MYSQL_SHELL_VERSION="mysql-shell-8.3.0-linux-glibc2.28-x86-64bit" \
78 MYSQL_SHELL_MD5_CHECKSUM="c71280416014b9340b34b90160f42e23" \
Original file line number Diff line number Diff line change 11ARG BUILDPLATFORM="amd64"
22FROM --platform=${BUILDPLATFORM} mysql:8.0-debian
33
4- LABEL version="1.0"
4+ LABEL version="1.0" \
5+ org.opencontainers.image.source="https://github.com/szachovy/superset-cluster"
56
67ENV LANG="C.UTF-8" \
78 LC_ALL="C.UTF-8"
Original file line number Diff line number Diff line change 11ARG BUILDPLATFORM="amd64"
22FROM --platform=${BUILDPLATFORM} apache/superset:4.0.2
33
4- LABEL version="1.0"
4+ LABEL version="1.0" \
5+ org.opencontainers.image.source="https://github.com/szachovy/superset-cluster"
56
67COPY --chown=superset:superset "." "/app/"
78
You can’t perform that action at this time.
0 commit comments