UNCLASSIFIED

Commit 0f842ea1 authored by Vickie Shen's avatar Vickie Shen
Browse files

version upgraded

parent f48cc6cc
Pipeline #211844 passed with stages
in 20 minutes and 9 seconds
......@@ -8,17 +8,17 @@ COPY scripts/RPM-GPG-KEY-MariaDB /opt/
COPY *.rpm.tar *.rpm /opt/
RUN cd /opt/ && \
tar -xf mariadb.rpm.tar
tar -xf mariadb.rpm.tar
COPY scripts/setup_repository /opt/mariadb-10.5.8-rhel-8-x86_64-rpms/
COPY scripts/setup_repository /opt/mariadb-10.5.9-rhel-8-x86_64-rpms/
RUN cd /opt/mariadb-10.5.8-rhel-8-x86_64-rpms && \
RUN cd /opt/mariadb-10.5.9-rhel-8-x86_64-rpms && \
./setup_repository && \
dnf -y update && dnf -y upgrade && \
dnf install -y --nogpgcheck MariaDB-server /opt/*.rpm && \
yum clean all
# Copy scripts to entrypoint
# Copy scripts to entrypoint
COPY ./scripts/mysql_secure_installation_automated.sh /usr/local/bin/mysql_secure_installation_automated
RUN chmod +x /usr/local/bin/mysql_secure_installation_automated
COPY ./scripts/entrypoint.sh ./entrypoint.sh
......@@ -27,7 +27,7 @@ RUN chmod +x ./entrypoint.sh
#Create usafadmin user
RUN groupadd -g 1500 usafadmin
RUN useradd usafadmin -u 1500 -g 1500 && usermod -a -G mysql usafadmin
RUN chown -R usafadmin /var/lib/mysql
RUN chown -R usafadmin /var/lib/mysql
USER usafadmin
RUN cp -R /var/lib/mysql /tmp/
......
# https://github.com/docker-library/mariadb
# MariaDB
#### Build image
* Build the container
Version: 10.5.9
```bash
docker build . -t <unique tag name>`
```
## Overview
## Scan Artifacts
### Testing
Artifacts from the scan on the this container may be found [here](https://s3-us-gov-west-1.amazonaws.com/dsop-pipeline-artifacts/testing/container-scan-reports/dsop/opensource/mariadb/mariadb-v10.3.17/repo_map.html)
### Production
Artifacts from the scan on the this container may be found [here](https://s3-us-gov-west-1.amazonaws.com/dsop-pipeline-artifacts/container-scan-reports/dsop/opensource/mariadb/mariadb-v10.3.17/repo_map.html)
\ No newline at end of file
MariaDB Platform is the complete enterprise open source database solution, with the versatility to handle transactional, analytical or hybrid transactional/analytical workloads as well as relational or document data, and the ability to scale from standalone databases and columnar data warehouses to fully distributed SQL databases executing millions of transactions per second and performing interactive, ad hoc analytics on billions of rows.
## MariaDB Documentation
Documentation on using MariaDB Server.
* [Git Repository](https://github.com/docker-library/mariadb)
* [MariaDB Server Releases](https://mariadb.com/kb/en/mariadb-server/)
* [Download MariaDB Products and Tools for Development and Production](https://mariadb.com/downloads/)
* [Maria DB Server Documentation](https://mariadb.com/kb/en/documentation/)
* [Training and Tutorials](https://mariadb.com/kb/en/training-tutorials/)
* [Service and Client software](https://mariadb.com/kb/en/server-client-software/)
* [Knowledge Base](https://mariadb.com/kb/en/about-the-knowledge-base/)
......@@ -8,7 +8,7 @@ name: "opensource/mariadb/mariadb"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "10.5.8"
- "10.5.9"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://mariadb.org"
# Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "MariaDB Foundation"
org.opencontainers.image.version: "10.5.8"
org.opencontainers.image.version: "10.5.9"
# Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "database,mysql,mariadb"
# This value can be "opensource" or "commercial"
......@@ -38,10 +38,10 @@ labels:
# List of resources to make available to the offline build context
resources:
- filename: mariadb.rpm.tar
url: https://downloads.mariadb.com/MariaDB/mariadb-10.5.8/yum/centos/mariadb-10.5.8-rhel-8-x86_64-rpms.tar
url: https://downloads.mariadb.com/MariaDB/mariadb-10.5.9/yum/centos/mariadb-10.5.9-rhel-8-x86_64-rpms.tar
validation:
type: sha256
value: ce6546366699c3593f9ffda66a5b60170f7317fa3808609715b17819020ef0b0
value: 06ae28f0c6cce2c9888d31a224d1689b80bcc9705b699e149612670170ef74fb
- filename: boost-program-options.rpm
url: https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/boost-program-options-1.66.0-10.el8.x86_64.rpm
validation:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment